Skip to content

Commit

Permalink
Plack 1.0051 bumps from 5.8.1 to 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 9, 2024
1 parent 1e0d53c commit 11576ab
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 11576ab

Please sign in to comment.