Changes between Version 18 and Version 19 of PadrePluginCookbookRecipie05
- Timestamp:
- 08/08/11 21:37:27 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v18 v19 316 316 317 317 ---- 318 === Build 318 319 == Build 320 319 321 * Plugin builds so it can be install in local repository 320 322 * We recommend using {{{Module::Include}}} at present, and suggest following in Makefile.PL … … 330 332 all_from 'lib/Padre/Plugin/Cookbook.pm'; 331 333 332 # Padre version should match that of the latest, used in padre_interfaces.334 # Padre version, should match that of the latest version, used in padre_interfaces, 333 335 requires 'Padre' => '0.86'; 334 336 … … 341 343 ---- 342 344 343 == =CPAN345 == CPAN 344 346 this is probably our end goal. 345 347 * public repository
