root/trunk/Flickr-StatsD/Makefile.PL

Revision 446, 204 bytes (checked in by calh, 1 year ago)

test::more is needed

Line 
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4         'NAME'          => 'Flickr::StatsD',
5         'VERSION_FROM'  => 'lib/Flickr/StatsD.pm',
6         'PREREQ_PM'     => {
7                 'IO::Socket'    => 0,
8                 'IO::Select'    => 0,
9                 'Test::More'   => 0,
10         },
11 );
Note: See TracBrowser for help on using the browser.