1Padre::PluginBuilder(3)User Contributed Perl DocumentatioPnadre::PluginBuilder(3)
2
3
4

NAME

6       Padre::PluginBuilder - Module::Build subclass for building Padre
7       plug-ins
8

DESCRIPTION

10       This is a Module::Build subclass that can be used in place of
11       Module::Build for the "Build.PL" of Padre plug-ins. It adds two new
12       build targets for the plug-ins:
13

ADDITIONAL BUILD TARGETS

15   "plugin"
16       Generates a .par file that contains all the plug-in code. The name of
17       the file will be according to the plug-in class name:
18       "Padre::Plugin::Foo" will result in Foo.par.
19
20       Installing the plug-in (for the current architecture) will be as simple
21       as copying the generated .par file into the "plugins" directory of the
22       user's Padre configuration directory (which defaults to ~/.padre on
23       Unix systems).
24
25   "installplugin"
26       Generates the plug-in .par file as the "plugin" target, but also
27       installs it into the user's Padre plug-ins directory.
28

SEE ALSO

30       Padre, Padre::Config
31
32       Module::Build
33
34       PAR for more on the plug-in system.
35
37       Copyright 2008-2011 The Padre development team as listed in Padre.pm.
38

LICENSE

40       This program is free software; you can redistribute it and/or modify it
41       under the same terms as Perl 5 itself.
42
43
44
45perl v5.32.0                      2020-07-28           Padre::PluginBuilder(3)
Impressum