Changeset 866


Ignore:
Timestamp:
11/10/08 00:04:47 (3 years ago)
Author:
szabgab
Message:

add all remaining plugins commented out and with comments so it will be easier to know why we dont include them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/Task-Padre-Plugins/Build.PL

    r818 r866  
    99    dist_version_from   => 'lib/Task/Padre/Plugins.pm', 
    1010    requires            => { 
    11         'Padre::Plugin::AcmePlayCode'  => 0, 
     11        'Padre::Plugin::AcmePlayCode'  => 0,       # depends on Moose 
    1212        'Padre::Plugin::CPAN'          => 0, 
    1313        'Padre::Plugin::Encrypt'       => 0, 
    1414        'Padre::Plugin::PAR'           => '0.03', 
     15#       'Padre::Plugin::Parrot'                    # only for people with Parrot on their computer 
     16#       'Padre::Plugin::PIR'          # this was only a typo 
    1517        'Padre::Plugin::PerlCritic'    => 0, 
    1618        'Padre::Plugin::PerlTidy'      => 0, 
    1719        'Padre::Plugin::PluginHelper'  => '0.06', 
    1820        'Padre::Plugin::Pip'           => '0.13', 
     21#       Padre::Plugin::TabAndSpace                  integrated in Padre 
     22#       Padre::Plugin::UpLowCase                    integrated in Padre 
    1923        'Padre::Plugin::Validator'     => 0, 
    2024        'Padre::Plugin::ViewInBrowser' => 0, 
     25#       Padre::Plugin::WordStats                    integrated in Padre 
    2126    }, 
    2227 
Note: See TracChangeset for help on using the changeset viewer.