Skip to content

Commit 22b3e7e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1bfb53c commit 22b3e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-scripts/manylinux-container-image/list-util-pairs-25367.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ index 52a3d607bd..b67a1c477f 100644
55
@@ -10,8 +10,14 @@
66
# form, or passed as variable assignments on the command line.
77
# The result is a Perl module creating the package OpenSSL::safe::installdata.
8-
8+
99
+use 5.10.0;
1010
+use strict;
1111
+use warnings;
@@ -15,7 +15,7 @@ index 52a3d607bd..b67a1c477f 100644
1515
-use List::Util qw(pairs);
1616
+#use List::Util qw(pairs);
1717
+sub _pairs (@);
18-
18+
1919
# These are expected to be set up as absolute directories
2020
my @absolutes = qw(PREFIX libdir);
2121
@@ -19,9 +25,9 @@ my @absolutes = qw(PREFIX libdir);
@@ -30,9 +30,9 @@ index 52a3d607bd..b67a1c477f 100644
3030
+ CMAKECONFIGDIR) ]);
3131
# For completeness, other expected variables
3232
my @others = qw(VERSION LDLIBS);
33-
33+
3434
@@ -151,3 +157,17 @@ our \@LDLIBS =
35-
35+
3636
1;
3737
_____
3838
+

0 commit comments

Comments
 (0)