Skip to content

Commit

Permalink
Improve version-pinning
Browse files Browse the repository at this point in the history
Change-Id: I6df3e0026726d2bf6792fc07aeb7bb3b464b2e13
  • Loading branch information
Akron committed Sep 5, 2024
1 parent af18edb commit 7d4d2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ WriteMakefile(
EXE_FILES => ['script/korapxml2krill'],
META_MERGE => {
'meta-spec' => { version => 2 },
requires => { perl => '5.010001' },
requires => { perl => '5.032' },
resources => {
license => 'https://opensource.org/licenses/BSD-2-Clause',
repository => {
Expand Down
2 changes: 1 addition & 1 deletion script/korapxml2krill
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
use v5.10;
use v5.32;
use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" };
use File::Spec::Functions qw/catfile catdir/;
Expand Down

0 comments on commit 7d4d2d7

Please sign in to comment.