[Moose-commits] r7617 - Moose/trunk

rjbs at code2.0beta.co.uk rjbs at code2.0beta.co.uk
Thu Feb 12 02:03:26 GMT 2009


Author: rjbs
Date: 2009-02-11 18:03:26 -0800 (Wed, 11 Feb 2009)
New Revision: 7617

Modified:
   Moose/trunk/Makefile.PL
Log:
no need to declare that, it is 5.8 core

Modified: Moose/trunk/Makefile.PL
===================================================================
--- Moose/trunk/Makefile.PL	2009-02-11 19:33:58 UTC (rev 7616)
+++ Moose/trunk/Makefile.PL	2009-02-12 02:03:26 UTC (rev 7617)
@@ -18,9 +18,6 @@
 requires 'Sub::Exporter'    => '0.972';
 requires 'Task::Weaken'     => '0';
 
-# only used by oose.pm, not Moose.pm :P
-requires 'Filter::Simple' => '0'; 
-
 # things the tests need
 build_requires 'Test::More'      => '0.77';
 build_requires 'Test::Exception' => '0.21';




More information about the Moose-commits mailing list