Show
Ignore:
Timestamp:
05/27/08 21:17:17 (6 months ago)
Author:
tokuhirom
Message:

added requires

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-Chariot/trunk/Makefile.PL

    r12554 r12555  
    33all_from 'lib/App/Chariot.pm'; 
    44 
    5 # requires ''; 
     5requires 'YAML'; 
     6requires 'Moose'; 
     7requires 'App::Cmd'; 
     8requires 'Template'; 
     9requires 'File::Spec'; 
     10requires 'XML::RSS'; 
     11requires 'Scalar::Util'; 
     12requires 'FindBin'; 
    613 
    714tests 't/*.t t/*/*.t t/*/*/*.t';