[Moose-commits] r7664 - Moose/trunk

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Fri Feb 13 20:25:13 GMT 2009


Author: autarch
Date: 2009-02-13 12:25:12 -0800 (Fri, 13 Feb 2009)
New Revision: 7664

Modified:
   Moose/trunk/Makefile.PL
Log:
Remove the Comments of Obviousness +5


Modified: Moose/trunk/Makefile.PL
===================================================================
--- Moose/trunk/Makefile.PL	2009-02-13 20:22:12 UTC (rev 7663)
+++ Moose/trunk/Makefile.PL	2009-02-13 20:25:12 UTC (rev 7664)
@@ -10,7 +10,6 @@
 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 'Sub::Exporter'    => '0.972';
 requires 'Task::Weaken'     => '0';
 
-# things the tests need
 test_requires 'Test::More'      => '0.77';
 test_requires 'Test::Exception' => '0.21';
 




More information about the Moose-commits mailing list