
Padre::Plugin::Experimento - Provides experimental features to Padre

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

Once you enable this Plugin under Padre, you will be to do the following:
Move the selected lines up one line, shifting the line above after the selection. The selection will be automatically extended to the beginning of the selection's first line and the end of the seletion's last line. If nothing was selected, the line the cursor is currently at will be selected.
Move the selected lines down one line, shifting the line below before the selection. The selection will be automatically extended to the beginning of the selection's first line and the end of the seletion's last line. If nothing was selected, the line the cursor is currently at will be selected.
Print the current document's POD errors and warnings in the output panel.

Please report any bugs or feature requests to bug-padre-plugin-Experimento at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-Experimento. 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::Experimento
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Experimento


Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

This software is copyright (c) 2012 by Ahmad M. Zawawi
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.