Show
Ignore:
Timestamp:
12/09/07 21:22:04 (13 months ago)
Author:
takemaru
Message:

lang/perl/Catalyst-Model-Estraier: 0.0.3 released. fix dependency typo

Location:
lang/perl/Catalyst-Model-Estraier/tags/0.0.3
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • lang/perl/Catalyst-Model-Estraier/tags/0.0.3/Makefile.PL

    r2930 r2948  
    99          'VERSION_FROM' => 'lib/Catalyst/Model/Estraier.pm', 
    1010          'PREREQ_PM' => { 
     11                           'Test::Perl::Critic' => 0, 
    1112                           'Test::More' => 0, 
    1213                           'Catalyst::Helper' => 0, 
    1314                           'FindBin' => 0, 
    1415                           'version' => 0, 
    15                            'Test/Perl/Critic' => 0, 
    1616                           'Search::Estraier' => 0 
    1717                         }