Skip to content

Commit

Permalink
Don't try to use Perl 5.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Apr 5, 2022
1 parent b69b124 commit a18ac82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Caution: if you change the format of lib/hashes.conf you will
# probably need to modify gen-crypt-hashes-h as well as this script.

use v5.14; # implicit use strict, use feature ':5.14'
use strict; # implicit use strict, use feature ':5.14'
use warnings FATAL => 'all';
use utf8;
use open qw(:std :utf8);
Expand Down

0 comments on commit a18ac82

Please sign in to comment.