From: Tomas Doran Date: Thu, 27 Aug 2009 00:41:26 +0000 (+0100) Subject: New M::I doesn't want to play X-Git-Tag: 0.21~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=2df3276495f5134dfd230ecd1964a4ac5dcb3bf2 New M::I doesn't want to play --- diff --git a/Makefile.PL b/Makefile.PL index 6be6230..df9612b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,11 +11,10 @@ requires 'Getopt::Long' => '2.37'; # optional requires 'Getopt::Long::Descriptive' => 0; -test_requires 'Test::Moose'; +build_requires 'Test::Moose'; build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; -tests_recursive(); auto_manifest(); WriteAll;