Skip to content

Commit

Permalink
Merge pull request #59 from Perl/oalders/fix-build
Browse files Browse the repository at this point in the history
Plack 1.0051 bumps from 5.8.1 to 5.12
  • Loading branch information
atoomic authored Jan 10, 2024
2 parents 1e0d53c + 11576ab commit 4eef95a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ use warnings; # satisfy linter
if ( "$]" < 5.012 ) {
requires 'Data::Section', '==0.200007';
requires 'Data::OptList', '==0.113';
requires 'Plack', '==1.0050';
requires 'Software::License::Perl_5', '==0.104004';
requires 'Sub::Exporter', '==0.990';
requires 'Test::Deep', '==1.130';
}
else {
requires 'Software::License::Perl_5';
requires 'Plack::Test';
}

if ( "$]" >= 5.010 ) {
Expand All @@ -28,7 +30,6 @@ requires 'File::Temp';
requires 'List::MoreUtils';
requires 'Module::Build';
requires 'Perl::Tidy', '>= 20220217';
requires 'Plack::Test';
requires 'Pod::Readme' if "$]" >= 5.012000;
requires 'Pod::Spell', '>= 1.25';
requires 'Test2::Bundle::Extended';
Expand Down

0 comments on commit 4eef95a

Please sign in to comment.