From: Matt S Trout Date: Tue, 19 Mar 2013 23:23:19 +0000 (+0000) Subject: bump moo version to 1.1 X-Git-Tag: v0.003002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=3eb63505df5d4b96267d7ab1406b8f6fb7b7489f bump moo version to 1.1 --- diff --git a/Makefile.PL b/Makefile.PL index 2cdb3e3..4cd8800 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 0, + Moo => 1.001, 'Module::Runtime' => 0, 'JSON::PP' => 0, 'Future' => 0.10,