X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=ea296b8cb58ee8822d26300ba8fe7280fe40a3a5;hp=6fe8cef204887f4a31a10ac42ae2bec3d80a938d;hb=3e41441f114e68a8b5f465dd0f0a36090ca80ac0;hpb=daa3054c043a622b2dd27f3176436e802bcd910c diff --git a/Makefile.PL b/Makefile.PL index 6fe8cef..ea296b8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( NAME => 'Object::Remote', @@ -10,13 +10,14 @@ WriteMakefile( PREREQ_PM => { Moo => 1.006, 'Module::Runtime' => 0, - 'Try::Tiny' => 0, 'JSON::PP' => 0, 'Future' => 0.29, 'MRO::Compat' => 0, # required to fatpack Moo 'Class::C3' => 0, # required to fatpack Moo + 'Devel::GlobalDestruction' => 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',