Skip to content

Commit

Permalink
back off Modern::Perl requirement from 2018 to 2015 to fix 5.20 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed May 4, 2024
1 parent 11a0fe8 commit 7a419cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perl/bin/lon-tz.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# pragmas to silence some warnings from Perl::Critic
## no critic (Modules::RequireExplicitPackage)
# This solves a catch-22 where parts of Perl::Critic want both package and use-strict to be first
use Modern::Perl qw(2018);
use Modern::Perl qw(2015);
## use critic (Modules::RequireExplicitPackage)

use strict;
Expand Down

0 comments on commit 7a419cf

Please sign in to comment.