Changes between Version 13 and Version 14 of PadrePluginCookbookRecipie05
- Timestamp:
- 08/08/11 21:03:08 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v13 v14 322 322 use inc::Module::Install 1.01; 323 323 324 # Padre ::Plugin version should match that in used padre_interfaces325 requires 'Padre ::Plugin' => '0.84';324 # Padre version should match that of the latest, used padre_interfaces. 325 requires 'Padre' => '0.86'; 326 326 }}} 327 327
