NAME
Padre::Plugin::Mojolicious - Mojolicious support for Padre
SYNOPSIS
cpan Padre::Plugin::Mojolicious;
Then use it via Padre, The Perl IDE.
DESCRIPTION
Once you enable this Plugin under Padre, you'll get a brand new menu with the following options:
'New Mojolicious Application'
This options lets you create a new Mojolicious application.
Start Web Server
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.
Stop Web Server
This option will stop the development web server for you.
Mojolicious Online References
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.
About
Shows a nice about box with this module's name and version.
BUGS
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.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Padre::Plugin::Mojolicious
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Mojolicious
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
SEE ALSO
AUTHORS
Breno G. de Oliveira <garu@cpan.org>
Ahmad M. Zawawi <ahmad.zawawi@gmail.com>
COPYRIGHT AND LICENSE
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.