Changeset 12017
- Timestamp:
- 07/26/10 02:35:44 (19 months ago)
- Location:
- trunk/Padre-Plugin-WebGUI
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Padre/Plugin/WebGUI.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-WebGUI
-
Property
svn:ignore
set to
pm_to_blib
META.yml
MYMETA.yml
blib
Makefile
Makefile.old
*.tar.gz
-
Property
svn:ignore
set to
-
trunk/Padre-Plugin-WebGUI/Changes
r9494 r12017 1 1 Revision history for Padre-Plugin-WebGUI 2 2 3 0.05 to be released 4 compatibility to newer version of Padre (ZENOG) 5 6 -- No revision history between 0.01 and 0.05 3 7 Replaced debug called with new TRACE() call 4 8 -
trunk/Padre-Plugin-WebGUI/Makefile.PL
r8472 r12017 5 5 author 'Patrick Donelan <pat@patspam.com>'; 6 6 license 'perl'; 7 requires 'Padre' => '0. 47';7 requires 'Padre' => '0.65'; 8 8 requires 'LWP::UserAgent'; 9 9 requires 'JSON'; -
trunk/Padre-Plugin-WebGUI/lib/Padre/Plugin/WebGUI.pm
r9821 r12017 16 16 =head1 VERSION 17 17 18 Version 0.0 318 Version 0.05 19 19 20 20 =cut 21 21 22 our $VERSION = '0.0 4';22 our $VERSION = '0.05'; 23 23 24 24 =head1 SYNOPSIS … … 44 44 # Declare the Padre interfaces this plugin uses 45 45 sub padre_interfaces { 46 'Padre::Plugin' => 0. 29,46 'Padre::Plugin' => 0.65, 47 47 ; 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.
