X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=26f50de92a61b1c2a6ee21e43ed0ab1a251ca8ab;hp=215ba95960183e8d907eecc8c3b7247547bf8df1;hb=f663493a08244b6bd4a9db83792ef37ac8ad1e01;hpb=80d18f397d2607c240e1237eb64eca1e28e0f0a8 diff --git a/Makefile.PL b/Makefile.PL index 215ba95..26f50de 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,13 +5,18 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Object-Remote', + NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 0, + Moo => 1.006, 'Module::Runtime' => 0, 'JSON::PP' => 0, - 'CPS::Future' => 0, + '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 + 'Log::Contextual' => 0.005000, + strictures => 2, }, EXE_FILES => [ 'bin/object-remote-node',