From: Shawn M Moore Date: Wed, 7 Jan 2009 13:33:42 +0000 (+0000) Subject: Remove Test::LongString from Makefile.PL, we don't use it in the tests X-Git-Tag: 0.66~27^2~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fadbc389b224716190b5cc9ea954af6dc6b94b1e;p=gitmo%2FMoose.git Remove Test::LongString from Makefile.PL, we don't use it in the tests --- diff --git a/Makefile.PL b/Makefile.PL old mode 100644 new mode 100755 index 6b6ef0d..05a2cf2 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,6 @@ requires 'Filter::Simple' => '0'; # things the tests need build_requires 'Test::More' => '0.77'; build_requires 'Test::Exception' => '0.21'; -build_requires 'Test::LongString'; tests_recursive();