The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Plugin::Mojolicious - Simple Mojolicious helper interface for Padre

VERSION

Version 0.03

SYNOPSIS

WARNING: CODE IN PROGRESS

        cpan install 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.

AUTHOR

Breno G. de Oliveira, <garu at cpan.org>

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:

SEE ALSO

Mojolicious, Padre

COPYRIGHT & LICENSE

Copyright 2008-2009 The Padre development team as listed in Padre.pm. all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.