summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--META.json6
-rw-r--r--Makefile.PL8
-rw-r--r--dist.ini2
3 files changed, 8 insertions, 8 deletions
diff --git a/META.json b/META.json
index 4495f14..5c23ca0 100644
--- a/META.json
+++ b/META.json
@@ -519,14 +519,14 @@
"version" : "0.08"
},
{
- "class" : "Dist::Zilla::Plugin::MakeMaker::Awesome",
+ "class" : "Dist::Zilla::Plugin::MakeMaker",
"config" : {
"Dist::Zilla::Role::TestRunner" : {
"default_jobs" : 1
}
},
- "name" : "MakeMaker::Awesome",
- "version" : "0.38"
+ "name" : "MakeMaker",
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
diff --git a/Makefile.PL b/Makefile.PL
index d5ccb82..a622caa 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,11 +1,9 @@
-# This Makefile.PL for URI was generated by
-# Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
-# Don't edit it but the dist.ini and plugins used to construct it.
-
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;
use 5.008001;
+
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
@@ -53,6 +51,7 @@ my %WriteMakefileArgs = (
}
);
+
my %FallbackPrereqs = (
"Carp" => 0,
"Cwd" => 0,
@@ -79,6 +78,7 @@ my %FallbackPrereqs = (
"warnings" => 0
);
+
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
diff --git a/dist.ini b/dist.ini
index dbde1ba..3ecb8ba 100644
--- a/dist.ini
+++ b/dist.ini
@@ -75,7 +75,7 @@ format = %-9v %{yyyy-MM-dd}d
[Prereqs::FromCPANfile]
-[MakeMaker::Awesome]
+[MakeMaker]
[TestRelease]
[ConfirmRelease]