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


If you decide to install the plugin manually, you can do the following instead of installing the module into a normal Perl library path:

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.