Changeset 2145


Ignore:
Timestamp:
12/21/08 17:51:29 (3 years ago)
Author:
fayland
Message:

bug fix in Makefile.PL for Task::Padre::Plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Task-Padre-Plugins/Makefile.PL

    r2144 r2145  
    2323feature 'Install experimental Padre plugin that runs on Parrot?', 
    2424    -default                => 0, 
    25     'Padre::Plugin::Parrot' => 1; 
     25    'Padre::Plugin::Parrot' => '0.22'; 
    2626 
    2727feature 'Install Padre plugin for Perl6?', 
    2828    -default                => 0, 
    29     'Padre::Plugin::Parrot' => 1; 
     29    'Padre::Plugin::Parrot' => '0.011'; 
    3030 
    3131build_requires 'Test::More'; 
Note: See TracChangeset for help on using the changeset viewer.