
Padre::PluginBuilder - Module::Build subclass for building Padre plugins

This is a Module::Build subclass that can be used in place of Module::Build for the Build.PL of Padre plugins.
It adds two new build targets for the plugins:

Generates a .par file that contains all the plugin code.
The name of the file will be according to the plugin class name: Padre::Plugin::Foo will result in Foo.par.
Installing the plugin (for the current architecture) will be as simple as copying the generated .par file into the plugins directory of the user's Padre configuration directory (which defaults to ~/.padre on Unixy systems).
Generates the plugin .par file as the plugin target,
but also installs it into the user's Padre plugins directory.

PAR for more on the plugin system.

Copyright 2008-2009 The Padre development team as listed in Padre.pm.

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