Skip to content

Commit a18ac82

Browse files
committed
Don't try to use Perl 5.14.
1 parent b69b124 commit a18ac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libxcrypt/libxcrypt-4.4.28/build-aux/scripts/expand-selected-hashes

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Caution: if you change the format of lib/hashes.conf you will
1515
# probably need to modify gen-crypt-hashes-h as well as this script.
1616

17-
use v5.14; # implicit use strict, use feature ':5.14'
17+
use strict; # implicit use strict, use feature ':5.14'
1818
use warnings FATAL => 'all';
1919
use utf8;
2020
use open qw(:std :utf8);

0 commit comments

Comments
 (0)