Changeset 12029


Ignore:
Timestamp:
07/26/10 03:38:49 (19 months ago)
Author:
zenogantner
Message:

ShellScript? plugin: compatibility to current Padre

Location:
trunk/Padre-Plugin-ShellScript
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-ShellScript

    • Property svn:ignore
      •  

        old new  
        22inc 
        33Makefile 
         4Makefile.old 
         5*.tar.gz 
         6pm_to_blib 
         7blib 
  • trunk/Padre-Plugin-ShellScript/Changes

    r3126 r12029  
     10.02    to be released 
     2        compatibility to newer versions of Padre (ZENOG) 
    13 
    240.01    2009.02.01 
  • trunk/Padre-Plugin-ShellScript/Makefile.PL

    r4757 r12029  
    99requires       'perl'                    => '5.008001'; 
    1010requires       'Exporter'                => 0; 
    11 requires       'Padre'                   => '0.27'; 
     11requires       'Padre'                   => '0.65'; 
    1212requires       'Class::Autouse'          => '1.26'; 
    1313 
  • trunk/Padre-Plugin-ShellScript/README

    r3126 r12029  
     1Padre::Plugin::ShellScript - Shell script support of Padre 
    12 
    2 Padre::Plugin::ShellScript - ShellScript support of Padre 
    3 This is first release and not completelly usefull. 
     3Edit, run and debug shell scripts with Padre 
     4 
     5This is first release and not completelly useful. 
    46 
    57installation: 
  • trunk/Padre-Plugin-ShellScript/lib/Padre/Plugin/ShellScript.pm

    r5338 r12029  
    1515# Declare the Padre interfaces this plugin uses 
    1616sub padre_interfaces { 
    17     'Padre::Plugin'     => 0, 
    18       'Padre::Document' => 0, 
    19       'Padre::Wx::Main' => 0, 
     17    'Padre::Plugin'     => 0.43, 
     18      'Padre::Document' => 0.43, 
     19      'Padre::Wx::Main' => 0.43, 
    2020      ; 
    2121} 
Note: See TracChangeset for help on using the changeset viewer.