Padre::Plugin::PAR
A plugin for Padre to create PAR archives or stand alone executable from within the editor.
Installation should be done with the standard installation tools CPAN.pm or CPANPLUS
Install Padre
Install PAR::Packer
Install Padre::Plugin::PAR
perl Build.PL
./Build
./Build installplugin
This will install the plugin as PAR.par into your user's ~/.padre/plugins directory.
Similarly, "./Build plugin" will just create the PAR.par which you can then copy manually.