summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 715d909..7ebc026 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use warnings;
@@ -28,11 +28,14 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"CPAN::Meta" => "2.120920",
"Env" => 0,
+ "File::Spec" => 0,
+ "IO::Handle" => 0,
+ "IPC::Open3" => 0,
"Scalar::Util" => 0,
"Test::More" => "0.88",
"lib" => 0
},
- "VERSION" => "0.017",
+ "VERSION" => "0.018",
"test" => {
"TESTS" => "t/*.t"
}
@@ -45,6 +48,9 @@ my %FallbackPrereqs = (
"CPAN::Meta::Requirements" => "2.121",
"Env" => 0,
"Exporter" => 0,
+ "File::Spec" => 0,
+ "IO::Handle" => 0,
+ "IPC::Open3" => 0,
"Module::Metadata" => "1.000023",
"Scalar::Util" => 0,
"Test::More" => "0.88",