Up Moo version requirement
David Leadbeater [Mon, 4 Jul 2011 20:41:05 +0000 (21:41 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index b58be29..8fc989c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,3 @@
-  - XXX: currently needs Moo from git (c69190f10)
   - HintPersistence plugin to persist compile time hints (DGL)
   - Support plugins (DGL)
   - Make prelude configurable, so strictures can be optional (DGL)
index 2e307c6..be49514 100644 (file)
@@ -8,6 +8,6 @@ WriteMakefile(
   ABSTRACT_FROM => 'lib/Eval/WithLexicals.pm',
   AUTHOR => 'Matt S Trout <mst@shadowcat.co.uk>',
   LICENSE => 'perl',
-  PREREQ_PM => { Moo => '0.009' },
+  PREREQ_PM => { Moo => '0.009006' },
   EXE_FILES => [ 'bin/tinyrepl' ],
 );