Changeset 12025


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

CSS plugin: compatibility to latest padre version

Location:
trunk/Padre-Plugin-CSS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-CSS/Build.PL

    r11977 r12025  
    1010    dist_version_from   => 'lib/Padre/Plugin/CSS.pm', 
    1111    requires => { 
    12         'Padre' => '0.26', 
     12        'Padre' => '0.43', 
    1313        'WebService::Validator::CSS::W3C' => 0, 
    1414        'CSS::Minifier::XS' => 0, 
  • trunk/Padre-Plugin-CSS/Changes

    r12008 r12025  
    55    Renamed to the new Padre 0.43 PO naming scheme (azawawi) 
    66    Autocompletition support (CHORNY) 
     7    compatibility to latest Padre version (ZENOG) 
    78 
    890.08    2009.05.31 
  • trunk/Padre-Plugin-CSS/lib/Padre/Plugin/CSS.pm

    r5056 r12025  
    1111 
    1212sub padre_interfaces { 
    13     'Padre::Plugin'   => 0.26, 
    14     'Padre::Document' => 0.21, 
     13    'Padre::Plugin'   => 0.43, 
     14    'Padre::Document' => 0.43, 
    1515} 
    1616 
Note: See TracChangeset for help on using the changeset viewer.