From: Ricardo SIGNES Date: Thu, 12 Feb 2009 02:03:26 +0000 (+0000) Subject: no need to declare that, it is 5.8 core X-Git-Tag: 0.69~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33ffbbc6b70abfa0579dcf5a8bf28c9b202dfbca;p=gitmo%2FMoose.git no need to declare that, it is 5.8 core --- diff --git a/Makefile.PL b/Makefile.PL index 51b7148..5733309 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,9 +18,6 @@ requires 'List::MoreUtils' => '0.12'; 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';