From: David Leadbeater <dgl@dgl.cx>
Date: Mon, 4 Jul 2011 20:41:05 +0000 (+0100)
Subject: Up Moo version requirement
X-Git-Tag: v1.002000~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27381fd1588ced8a1637d1c76838ae41dd00dd1b;p=p5sagit%2FEval-WithLexicals.git

Up Moo version requirement
---

diff --git a/Changes b/Changes
index b58be29..8fc989c 100644
--- 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)
diff --git a/Makefile.PL b/Makefile.PL
index 2e307c6..be49514 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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' ],
 );