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=745aaaff51015d19f2454db764c194c3ff25f490;hb=f663493a08244b6bd4a9db83792ef37ac8ad1e01;hpb=246d8f8b8df2efe2c6c364a13bc397bd7ec04d07 diff --git a/Makefile.PL b/Makefile.PL index 745aaaf..26f50de 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,8 @@ WriteMakefile( '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',