Changeset 12019
- Timestamp:
- 07/26/10 02:39:12 (19 months ago)
- Location:
- trunk/Padre-Plugin-WebGUI
- Files:
-
- 2 edited
-
Makefile.PL (modified) (1 diff)
-
lib/Padre/Plugin/WebGUI.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-WebGUI/Makefile.PL
r12017 r12019 5 5 author 'Patrick Donelan <pat@patspam.com>'; 6 6 license 'perl'; 7 requires 'Padre' => '0. 65';7 requires 'Padre' => '0.43'; 8 8 requires 'LWP::UserAgent'; 9 9 requires 'JSON'; -
trunk/Padre-Plugin-WebGUI/lib/Padre/Plugin/WebGUI.pm
r12017 r12019 44 44 # Declare the Padre interfaces this plugin uses 45 45 sub padre_interfaces { 46 'Padre::Plugin' => 0. 65,46 'Padre::Plugin' => 0.43, 47 47 ; 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.
