root/lang/perl/Acme-SelfBenchmark/trunk/Makefile.PL

Revision 13058, 0.5 kB (checked in by tokuhirom, 7 months ago)

initial import

Line 
1use inc::Module::Install;
2name 'Acme-SelfBenchmark';
3all_from 'lib/Acme/SelfBenchmark.pm';
4
5# self modules
6requires 'self'              => 0.15;
7requires 'selfvars'          => 0.10;
8requires 'Spiffy'            => 0.30;
9requires 'Attribute::Method' => 1.01;
10
11# utilities
12requires 'Module::Find' => 0.06;
13requires 'Benchmark'    => 1.07;
14requires 'File::Spec'   => 3.2701;
15requires 'FindBin'      => 1.47;
16
17tests 't/*.t t/*/*.t t/*/*/*.t';
18test_requires 'Test::More';
19test_requires 'YAML';
20use_test_base;
21auto_include;
22WriteAll;
Note: See TracBrowser for help on using the browser.