Format perl files using perl::tidy
This is a simple plugin to run Perl::Tidy on your source code.
Currently there are no customisable options (since the Padre plugin system doesn't support that yet) - however Perl::Tidy will use your normal .perltidyrc file if it exists (see Perl::Tidy documentation).
Indicates our compatibility with Padre.
A simple accessor for the name of the plugin.
Menu items for this plugin.
Runs Perl::Tidy on the current document.
Export the current document as html.
Runs Perl::Tidy on the current code selection.
Export the current code selection as html.