Changeset 12024


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

compatibility to latest Padre version

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

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-ClassSniff/Changes

    r7318 r12024  
    1111    - Spanish (brunov) 
    1212  - actually install the translations (RSN) 
     13  - removed old copy-pasted information from Padre-Plugin-Git (ZENOG) 
     14  - compatibility to newer Padre versions (ZENOG) 
    1315 
    14160.01    2009-03-19 
  • trunk/Padre-Plugin-ClassSniff/Makefile.PL

    r5855 r12024  
    99repository     'http://svn.perlide.org/padre/trunk/Padre-Plugin-ClassSniff/'; 
    1010 
    11 requires  'Padre'          => '0.29'; 
     11requires  'Padre'          => '0.43'; 
    1212requires  'Class::Sniff'   => '0.08'; 
    1313 
  • trunk/Padre-Plugin-ClassSniff/README

    r3363 r12024  
    1 Padre-Plugin-Git 
     1Padre-Plugin-ClassSniff 
     2 
     3This module adds very, very basic support for running Class::Sniff 
     4with the default settings against the document (assumed to be a class) 
     5in the current editor tab. 
    26 
    37INSTALLATION 
     
    1216WARNING 
    1317 
    14 This plugin relies on the command 'git' to be present. There's no check in the 
    15 installation script that git is installed. You have to ensure that yourself. 
    1618 
    1719SUPPORT AND DOCUMENTATION 
     
    2022perldoc command. 
    2123 
    22     perldoc Padre::Plugin::Git 
     24    perldoc Padre::Plugin::ClassSniff 
    2325 
    2426COPYRIGHT AND LICENCE 
  • trunk/Padre-Plugin-ClassSniff/lib/Padre/Plugin/ClassSniff.pm

    r4461 r12024  
    4747 
    4848sub padre_interfaces { 
    49     'Padre::Plugin' => 0.24, 
    50     'Padre::Task' => 0.29, 
     49    'Padre::Plugin' => 0.43, 
     50    'Padre::Task'   => 0.43, 
    5151} 
    5252 
Note: See TracChangeset for help on using the changeset viewer.