From: Matt S Trout Date: Fri, 26 Aug 2016 13:14:32 +0000 (+0000) Subject: make strictures dep explicit X-Git-Tag: v0.004000~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=f663493a08244b6bd4a9db83792ef37ac8ad1e01;hp=246d8f8b8df2efe2c6c364a13bc397bd7ec04d07 make strictures dep explicit --- diff --git a/Changes b/Changes index 82532ae..bec886e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Make strictures dep explicit + 0.003006 - 2016-01-10 - Produce an error message comprehensible by Class::Load and Module::Runtime 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',