Changeset 12017


Ignore:
Timestamp:
07/26/10 02:35:44 (19 months ago)
Author:
zenogantner
Message:

compatibility to newer version of Padre

Location:
trunk/Padre-Plugin-WebGUI
Files:
4 edited

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
  • trunk/Padre-Plugin-WebGUI/Changes

    r9494 r12017  
    11Revision history for Padre-Plugin-WebGUI 
    22 
     30.05    to be released 
     4        compatibility to newer version of Padre (ZENOG) 
     5 
     6-- No revision history between 0.01 and 0.05 
    37        Replaced debug called with new TRACE() call 
    48 
  • trunk/Padre-Plugin-WebGUI/Makefile.PL

    r8472 r12017  
    55author 'Patrick Donelan <pat@patspam.com>'; 
    66license 'perl'; 
    7 requires 'Padre' => '0.47'; 
     7requires 'Padre' => '0.65'; 
    88requires 'LWP::UserAgent'; 
    99requires 'JSON'; 
  • trunk/Padre-Plugin-WebGUI/lib/Padre/Plugin/WebGUI.pm

    r9821 r12017  
    1616=head1 VERSION 
    1717 
    18 Version 0.03 
     18Version 0.05 
    1919 
    2020=cut 
    2121 
    22 our $VERSION = '0.04'; 
     22our $VERSION = '0.05'; 
    2323 
    2424=head1 SYNOPSIS 
     
    4444# Declare the Padre interfaces this plugin uses 
    4545sub padre_interfaces { 
    46     'Padre::Plugin' => 0.29, 
     46    'Padre::Plugin' => 0.65, 
    4747        ; 
    4848} 
Note: See TracChangeset for help on using the changeset viewer.