root/lang/perl/App-Chariot/trunk/Makefile.PL

Revision 12629, 392 bytes (checked in by tokuhirom, 8 months ago)

App::Chariot requires Module::Find(reported by otsune++)

Line 
1use inc::Module::Install;
2name 'App-Chariot';
3all_from 'lib/App/Chariot.pm';
4
5requires 'YAML';
6requires 'Moose';
7requires 'App::Cmd';
8requires 'Template';
9requires 'File::Spec';
10requires 'XML::RSS';
11requires 'Scalar::Util';
12requires 'FindBin';
13requires 'Module::Find';
14
15tests 't/*.t t/*/*.t t/*/*/*.t';
16test_requires 'Test::More';
17test_requires 'YAML';
18use_test_base;
19auto_include;
20WriteAll;
Note: See TracBrowser for help on using the browser.