blob: 2c3b1b943995fbde999b32a25e36ec5fcbcdb1f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Zlib.pm.orig 2020-09-13 11:36:35 UTC
+++ Zlib.pm
@@ -287,7 +287,7 @@ use strict;
use warnings;
use Carp;
-use Fcntl qw(SEEK_SET);
+use constant SEEK_SET => 0;
use Symbol;
use Tie::Handle;
|