Skip to content

Commit

Permalink
Minimum version of Perl 5.16 for CPAN::Checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed May 24, 2024
1 parent eb61104 commit d1f4e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ my $github = 'https://github.com/briandfoy/cpan-mini-inject';
my $main_file = catfile( 'lib', split /::/, "$module.pm" );

my %WriteMakefile = (
'MIN_PERL_VERSION' => '5.008',
'MIN_PERL_VERSION' => '5.016', # from CPAN::Checksums

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

0 comments on commit d1f4e80

Please sign in to comment.