X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FZlib%2FZlib.pm;h=f6e48ace8047d714e4af597cc21d8e25695d89cd;hb=667342e9372792655bd9e69275759a3f66394d54;hp=ea6e3ffb56a0725c4d3f453151daa398ab887f1e;hpb=5993747cb0925934856962e6b4b72802bd8122dd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/Zlib/Zlib.pm b/ext/Compress/Zlib/Zlib.pm index ea6e3ff..f6e48ac 100644 --- a/ext/Compress/Zlib/Zlib.pm +++ b/ext/Compress/Zlib/Zlib.pm @@ -1,7 +1,7 @@ # File : Zlib.pm # Author : Paul Marquess -# Created : 12 August 2005 -# Version : 1.37 +# Created : 23 September 2005 +# Version : 1.40 # # Copyright (c) 1995-2005 Paul Marquess. All rights reserved. # This program is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ use warnings ; our ($VERSION, @ISA, @EXPORT, $AUTOLOAD); our ($deflateDefault, $deflateParamsDefault, $inflateDefault); -$VERSION = "1.37" ; +$VERSION = "1.40" ; @ISA = qw(Exporter); # Items to export into callers namespace by default. Note: do not export @@ -449,7 +449,6 @@ sub memGunzip($) 1; __END__ -=cut =head1 NAME