Skip to content

Commit

Permalink
Drop explicit Dist::Zilla v6 test requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed May 25, 2016
1 parent 8533844 commit 3093537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Capture::Tiny" => 0,
"Cwd" => 0,
"Dist::Zilla::Plugin::NextRelease" => "6.005",
"Dist::Zilla::Tester" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
Expand All @@ -57,7 +56,6 @@ my %FallbackPrereqs = (
"Data::Section" => "0.200002",
"Dist::Zilla" => "2.100950",
"Dist::Zilla::File::InMemory" => 0,
"Dist::Zilla::Plugin::NextRelease" => "6.005",
"Dist::Zilla::Role::BeforeRelease" => 0,
"Dist::Zilla::Role::FileGatherer" => 0,
"Dist::Zilla::Role::FileMunger" => 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_holder = David Golden
:version = 0.072
stopwords = unindented

[RemovePrereqs]
remove = Dist::Zilla::Plugin::NextRelease

0 comments on commit 3093537

Please sign in to comment.