Show
Ignore:
Timestamp:
12/09/07 00:25:06 (6 years ago)
Author:
takemaru
Message:

lang/perl/Catalyst-Controller-Atompub: v0.3.0 released. add Helper classes and see Changes in detail

Location:
lang/perl/Catalyst-Controller-Atompub/tags/0.3.0
Files:
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • lang/perl/Catalyst-Controller-Atompub/tags/0.3.0/Build.PL

    r1860 r2901  
    99    dist_version_from   => 'lib/Catalyst/Controller/Atompub.pm', 
    1010    requires => { 
    11         'Test::More' => 0, 
    1211        'version'    => 0, 
    13  
    1412        'Atompub' => '0.1.6', 
     13        'Catalyst::Helper' => 0, 
     14        'Catalyst::Plugin::ConfigLoader' => 0, 
    1515        'Catalyst::Runtime' => 5.7, 
    16         'Catalyst::Plugin::Static::Simple' => 0.16, # for samples/ 
    1716        'File::Slurp' => 0, 
    1817        'FindBin' => 0, 
     
    2019        'MIME::Base64' => 0, 
    2120        'POSIX' => 0, 
     21        'Text::CSV' => 0, 
    2222        'Time::HiRes' => 0, 
     23        'URI::Escape' => 0, 
     24    }, 
     25    build_requires => { 
     26        'Test::More' => 0, 
    2327        'Test::Perl::Critic' => 0, 
    2428        'Test::WWW::Mechanize::Catalyst' => 0, 
    25         'URI::Escape' => 0, 
    2629    }, 
     30    recommends => { 
     31        'Catalyst::Action::RenderView' => 0, 
     32        'Catalyst::Devel' => 0, 
     33        'Catalyst::Model::DBIC::Schema' => 0, 
     34        'Catalyst::Plugin::Authentication::Credential::HTTP' => 0, 
     35        'Catalyst::Plugin::Authentication::Store::DBIC' => 0, 
     36        'Catalyst::Plugin::Static::Simple' => 0.16, 
     37        'Catalyst::View::TT' => 0, 
     38        'DBD::SQLite' => 1.13, 
     39        'DBIx::Class::Schema::Loader' => 0, 
     40        'String::CamelCase' => 0, 
     41    },  
     42    create_makefile_pl => 'traditional', 
    2743    add_to_cleanup      => [ 'Catalyst-Controller-Atompub-*' ], 
    2844);