Changes between Version 16 and Version 17 of PadrePluginCookbookRecipie05
- Timestamp:
- 08/08/11 21:27:01 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v16 v17 316 316 317 317 ---- 318 318 === Build 319 319 * Plugin builds so it can be install in local repository 320 320 * We recommend using {{{Module::Include}}} at present, and suggest following in Makefile.PL 321 321 * The use of {{{Module::Include}}} also enables the use of our plugin via perl dev -a 322 * Don't forget to include all Perl modulesyou require from CPAN322 * Don't forget to include all the Perl modules, you require from CPAN 323 323 {{{#!perl 324 324 use inc::Module::Install 1.01; … … 327 327 abstract 'Cookbook contains recipes to assist you in making your own Padre::Plugin'; 328 328 329 # All from our plugin 329 330 all_from 'lib/Padre/Plugin/Cookbook.pm'; 331 330 332 # Padre version should match that of the latest, used in padre_interfaces. 331 333 requires 'Padre' => '0.86';
