fix author mode when . is not in @INC
[catagits/Web-Simple.git] / Makefile.PL
index af92644..d7aac45 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 use 5.006;
 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';
 
 my %WriteMakefileArgs = (
   NAME => 'Web::Simple',
@@ -39,6 +39,7 @@ my %WriteMakefileArgs = (
           'Exporter' => '5.57',         # use Exporter 'import'
           'Moo' => '0.009014',
           'Plack' => '0.9968',
+          'HTTP::Body' => '1.22',
           'Scalar::Util' => '0',        # not core in 5.6
           'Syntax::Keyword::Gather' => '1.001',
           'strictures' => '1',