
Padre::Plugin::Mojolicious - Mojolicious support for Padre

cpan Padre::Plugin::Mojolicious;
Then use it via Padre, The Perl IDE.

Once you enable this Plugin under Padre, you'll get a brand new menu with the following options:
This options lets you create a new Mojolicious application.
This option will automatically spawn your application's development web server. Once it's started, it will ask to open your default web browser to view your application running.
Note that this works like Padre's "run" menu option, so any other execution it will be disabled while your server is running.
This option will stop the development web server for you.
This menu option contains a series of external reference links on Mojolicious. Clicking on each of them will point your default web browser to their websites.
Shows a nice about box with this module's name and version.

Please report any bugs or feature requests to bug-padre-plugin-mojolicious at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-Mojolicious. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Padre::Plugin::Mojolicious
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Mojolicious



This software is copyright (c) 2010 by Breno G. de Oliveira.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.