Changeset 9575


Ignore:
Timestamp:
12/09/09 14:26:04 (2 years ago)
Author:
garu
Message:

added recommended dependencies for Cat plugin

File:
1 edited

Legend:

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

    r7850 r9575  
    88    dist_author         => 'Breno G. de Oliveira <garu@cpan.org>', 
    99    dist_version_from   => 'lib/Padre/Plugin/Catalyst.pm', 
    10     dist_abstract       => 'Simple Catalyst helper interface for Padre', 
     10    dist_abstract       => 'Catalyst helper interface for Padre', 
    1111    configure_requires  => { 'Padre::PluginBuilder' => 0.12, }, 
    1212    build_requires => { 
    1313        'Test::More' => 0, 
    1414        'Module::Build' => 0.30, 
    15         'Padre' => 0.43, 
     15    }, 
     16    requires => { 
     17        'Padre' => 0.51, 
    1618        'Catalyst::Devel' => 1.0, 
     19        'Catalyst::Runtime' => 5.70, 
    1720        'Module::Pluggable::Object' => 3.9, 
     21    }, 
     22    recommends => { 
     23        'Task::CatInABox' => 0.03, 
     24        'Task::Catalyst::Tutorial' => 0.06, 
    1825    }, 
    1926    add_to_cleanup      => [ 'Padre-Plugin-Catalyst-*' ], 
Note: See TracChangeset for help on using the changeset viewer.