Skip to content

Commit

Permalink
Bump minimum Dist::Zilla to 5.040 for new TRIAL behaviors
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 3, 2016
1 parent 45376a0 commit 4d83383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ my %WriteMakefileArgs = (
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "Dist::Zilla::Plugin::BumpVersionAfterRelease",
"PREREQ_PM" => {
"Dist::Zilla" => "5.040",
"Dist::Zilla::Role::AfterRelease" => 5,
"Dist::Zilla::Role::FileFinderUser" => 0,
"Dist::Zilla::Role::FileMunger" => 5,
Expand All @@ -38,7 +39,6 @@ my %WriteMakefileArgs = (
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96",
"if" => 0,
"utf8" => 0
},
"VERSION" => "0.015",
Expand All @@ -49,6 +49,7 @@ my %WriteMakefileArgs = (


my %FallbackPrereqs = (
"Dist::Zilla" => "5.040",
"Dist::Zilla::File::InMemory" => 0,
"Dist::Zilla::Role::AfterRelease" => 5,
"Dist::Zilla::Role::FileFinderUser" => 0,
Expand All @@ -65,7 +66,6 @@ my %FallbackPrereqs = (
"Test::Fatal" => 0,
"Test::More" => "0.96",
"Version::Next" => 0,
"if" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"utf8" => 0,
Expand Down
3 changes: 3 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ copyright_year = 2014
:version = 0.070
-remove = Test::Portability
stopwords = VersionFromModule

[Prereqs]
Dist::Zilla = 5.040

0 comments on commit 4d83383

Please sign in to comment.