Changes between Version 8 and Version 9 of PadrePluginCookbookRecipie05
- Timestamp:
- 08/05/11 21:00:24 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v8 v9 130 130 * Some Plugin will require a plugin_enable method, 131 131 * Why because it's using an external resource, which is not being picked up via perl (M::I). 132 * You can see this method has only been enabled for Ubuntu, it needs more osfile locations adding.132 * You can see this only has Ubuntu locations, it needs more OS file locations adding. 133 133 134 134 {{{#!perl 135 135 ######### 136 136 # We need plugin_enable 137 # as we have an external depend ancy137 # as we have an external dependency 138 138 ######### 139 139 sub plugin_enable {
