aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-IO-Zlib/files/patch-Zlib.pm
blob: 0fa9323ccb77436b107e46732589f35f2153417f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Zlib.pm.orig	Sun Feb 13 00:43:08 2005
+++ Zlib.pm	Sun Feb 13 00:43:30 2005
@@ -297,7 +297,7 @@
 use vars qw($VERSION $AUTOLOAD @ISA);
 
 use Carp;
-use Fcntl qw(SEEK_SET);
+use constant SEEK_SET => 0;
 
 my $has_Compress_Zlib;
 my $aliased;