Changes between Version 69 and Version 70 of Plugins
- Timestamp:
- 07/29/11 20:03:11 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins
v69 v70 104 104 * Plugin Manager can load plugin (you will need to have a version in your Padre::Plugin::Name.pm). 105 105 * Plugin builds so it can be install in local repository 106 * {{{Module::Include}}} we recommend using, following in Makefile.PL 107 {{{#!perl 108 use inc::Module::Install 1.01; 109 }}} 106 110 * Plugin can be loaded and unloaded repeatedly 107 111
