Skip to content

Commit

Permalink
Merge pull request #49 from rafork/raf/Test-FailWarnings
Browse files Browse the repository at this point in the history
Add Test::FailWarnings
  • Loading branch information
oalders authored May 16, 2023
2 parents 5323c9d + 8b3f77d commit 5d6e59f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use warnings; # satisfy linter
# Last versions which install on < 5.12
if ( "$]" < 5.012 ) {
requires 'Data::Section', '==0.200007';
requires 'Data::OptList', '==0.113';
requires 'Test::Deep', '==1.130';
}

Expand Down Expand Up @@ -77,7 +78,14 @@ if ( "$]" >= 5.020 ) {
requires 'Dist::Zilla::PluginBundle::Author::OALDERS';
requires 'Dist::Zilla::PluginBundle::DROLSKY';
requires 'Dist::Zilla::PluginBundle::Milla';
requires 'Dist::Zilla::PluginBundle::RJBS';

if ( "$]" < 5.026 ) {
requires 'Dist::Zilla::PluginBundle::RJBS', '==5.023';
}
else {
requires 'Dist::Zilla::PluginBundle::RJBS';
}

requires 'Dist::Zilla::Plugin::CopyFilesFromRelease';
requires 'Dist::Zilla::Plugin::Git::Contributors';
requires 'Dist::Zilla::Plugin::OurPkgVersion';
Expand Down

0 comments on commit 5d6e59f

Please sign in to comment.