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=9ecf35374a68461537eaea0c8e35aa1063fa7434;hb=94ca741c7853297c17bfb26ed101ce22b7143baf;hpb=bc06e92182c47337510900a0077079176200bfc0 diff --git a/Makefile.PL b/Makefile.PL index 9ecf353..26f50de 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,14 +8,15 @@ 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.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 + 'Log::Contextual' => 0.005000, + strictures => 2, }, EXE_FILES => [ 'bin/object-remote-node',