aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-IO-Zlib/files/patch-Zlib.pm
blob: 4ff6310c14c711e787bb82b66b8630fc8957945c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Zlib.pm.orig    2009-07-14 21:30:41 UTC
+++ Zlib.pm
@@ -289,7 +289,7 @@ use strict;
 use vars qw($VERSION $AUTOLOAD @ISA);
 
 use Carp;
-use Fcntl qw(SEEK_SET);
+use constant SEEK_SET => 0;
 
 my $has_Compress_Zlib;
 my $aliased;