[Moose-commits] r7243 - Moose/trunk

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Wed Jan 7 13:40:05 GMT 2009


Author: sartak
Date: 2009-01-07 05:40:05 -0800 (Wed, 07 Jan 2009)
New Revision: 7243

Modified:
   Moose/trunk/Makefile.PL
Log:
Remove Test::LongString from Makefile.PL, we don't use it in the tests

Modified: Moose/trunk/Makefile.PL
===================================================================
--- Moose/trunk/Makefile.PL	2009-01-07 13:33:42 UTC (rev 7242)
+++ Moose/trunk/Makefile.PL	2009-01-07 13:40:05 UTC (rev 7243)
@@ -24,7 +24,6 @@
 # things the tests need
 build_requires 'Test::More'      => '0.77';
 build_requires 'Test::Exception' => '0.21';
-build_requires 'Test::LongString';
 
 tests_recursive();
 


Property changes on: Moose/trunk/Makefile.PL
___________________________________________________________________
Name: svn:executable
   + *




More information about the Moose-commits mailing list