X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=6fe8cef204887f4a31a10ac42ae2bec3d80a938d;hp=2cdb3e30a739a100b0b2a6b3a4ae54178c28178c;hb=daa3054c043a622b2dd27f3176436e802bcd910c;hpb=783105c4013747147c7195f043961af40b9908b7 diff --git a/Makefile.PL b/Makefile.PL index 2cdb3e3..6fe8cef 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,10 +8,11 @@ WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 0, + Moo => 1.006, 'Module::Runtime' => 0, + 'Try::Tiny' => 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