From: Matt S Trout Date: Sat, 3 Nov 2012 19:03:43 +0000 (+0000) Subject: fixup dependency versions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=refs%2Fheads%2Ffix_core fixup dependency versions --- diff --git a/Changes b/Changes index af190db..f145b7a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - Fixup dependency versions - Propagate errors from FatNode code - Fall back to core non-arch modules in FatNode - Fix module name in Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index 6ee313e..b5305b4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,11 +8,11 @@ WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 0, - 'Module::Runtime' => 0, - 'JSON::PP' => 0, - 'CPS::Future' => 0, - 'Class::C3' => 0, # required to fatpack Moo + Moo => 1.000005, + 'Module::Runtime' => 0.013, + 'JSON::PP' => 2.27200, + 'CPS::Future' => 0.17, + 'Class::C3' => 0.24, # required to fatpack Moo }, EXE_FILES => [ 'bin/object-remote-node',