make strictures dep explicit
Matt S Trout [Fri, 26 Aug 2016 13:14:32 +0000 (13:14 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 82532ae..bec886e 100644 (file)
--- 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
 
index 745aaaf..26f50de 100644 (file)
@@ -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',