Padre-Plugin-Pedro

This is a web-based Perl editor that runs inside your favorite modern
browser. It can embedded in your Mojolicious plugin to edit your files,
or it can be be run as a separate Pedro process.

There are several operation modes for Pedro:

- As a separate Pedro process, please run the following command and it will 
launch the default browser automatically:

    pedro

- As a L<Mojolicious> plugin, please add the following lines to your
  script to enable /pedro route:

    $self->plugin('Pedro');

- As L<Mojolicious::Lite> plugin, please add the following lines to your
  script to enable /pedro route:

    plugin 'Pedro';

To access Pedro, please type *[http://127.0.0.1:3000/pedro]* after your
Mojolicious application starts.



INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Padre::Plugin::Pedro

You can also look for information at:

    RT, CPAN's request tracker
        http://code.google.com/p/mojolicious-plugin-pedro/issues/list

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Padre-Plugin-Pedro

    CPAN Ratings
        http://cpanratings.perl.org/d/Padre-Plugin-Pedro

    Search CPAN
        http://search.cpan.org/dist/Padre-Plugin-Pedro


COPYRIGHT AND LICENCE

Copyright (C) 2012 Ahmad M. Zawawi

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