Skip to content

Commit

Permalink
Mojo minimum version is now v5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 2, 2024
1 parent 98c120e commit c16ff97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Expand Up @@ -48,7 +48,6 @@ jobs:
os:
- ubuntu-22.04
perl-version:
- '5.14'
- '5.16'
- '5.18'
- '5.20'
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -44,7 +44,7 @@ my $github = 'https://github.com/briandfoy/surveyor-benchmark-htmlentities';
my $main_file = catfile( 'lib', split /::/, "$module.pm" );

my %WriteMakefile = (
'MIN_PERL_VERSION' => '5.014',
'MIN_PERL_VERSION' => '5.016',

'NAME' => $module,
'ABSTRACT_FROM' => $main_file,
Expand Down

0 comments on commit c16ff97

Please sign in to comment.