remove IO::Prompter from local-sudo test
[scpubgit/Object-Remote.git] / Makefile.PL
index 745aaaf..ea296b8 100644 (file)
@@ -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',
@@ -14,8 +14,10 @@ WriteMakefile(
     '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',