Changes between Version 74 and Version 75 of Plugins
- Timestamp:
- 08/04/11 21:46:14 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins
v74 v75 104 104 * Plugin Manager can load plugin 105 105 * For compliance you will need to have a version in your Padre::Plugin::Name.pm. 106 {{{#!perl107 our $VERSION = '0.01';108 }}}109 106 * Plugin builds so it can be install in local repository 110 * We recommend using {{{Module::Include}}}, and suggest following in Makefile.PL 111 {{{#!perl 112 use inc::Module::Install 1.01; 113 }}} 107 * We recommend using {{{Module::Include}}}, 114 108 * Plugin can be loaded and unloaded repeatedly 115 * Don't forget to include the following sub. 116 {{{#!perl 117 sub plugin_disable { 118 .... 119 } 120 }}} 109 121 110 122 111 * POD
