From: Dave Rolsky Date: Fri, 13 Feb 2009 20:25:12 +0000 (+0000) Subject: Remove the Comments of Obviousness +5 X-Git-Tag: 0.70~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba8b88df9a477b183b7433ca15b49a7358b41cc7;p=gitmo%2FMoose.git Remove the Comments of Obviousness +5 --- diff --git a/Makefile.PL b/Makefile.PL index c743eb0..7ba13c9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,6 @@ perl_version '5.008001'; all_from 'lib/Moose.pm'; license 'perl'; -# prereqs requires 'Scalar::Util' => '1.19'; requires 'Carp'; requires 'Class::MOP' => '0.76'; @@ -18,7 +17,6 @@ requires 'List::MoreUtils' => '0.12'; requires 'Sub::Exporter' => '0.972'; requires 'Task::Weaken' => '0'; -# things the tests need test_requires 'Test::More' => '0.77'; test_requires 'Test::Exception' => '0.21';