X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=745aaaff51015d19f2454db764c194c3ff25f490;hp=4cd8800368fc6599f0c9707a9d1207b56b8cbc38;hb=refs%2Ftags%2Fv0.003006;hpb=3eb63505df5d4b96267d7ab1406b8f6fb7b7489f diff --git a/Makefile.PL b/Makefile.PL index 4cd8800..745aaaf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,10 +8,10 @@ WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 1.001, + Moo => 1.006, 'Module::Runtime' => 0, 'JSON::PP' => 0, - 'Future' => 0.10, + 'Future' => 0.29, 'MRO::Compat' => 0, # required to fatpack Moo 'Class::C3' => 0, # required to fatpack Moo 'String::ShellQuote' => 0, # required for ssh argument manipulation