X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FIO%2FZlib%2Flib%2FIO%2FCompress%2FGzip.pm;h=4d4c2d2516e4f3127425b539f67ae321a80d9f6d;hb=2b4e0969009806e4e03a23b007570fa5279be8e0;hp=5732a309be32ea7e77c55b78721087bb60718217;hpb=1a159fba18a77552673669d932364b0c4ea1852e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm b/ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm index 5732a30..4d4c2d2 100644 --- a/ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm +++ b/ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm @@ -26,7 +26,7 @@ require Exporter ; our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $GzipError); -$VERSION = '2.000_10'; +$VERSION = '2.000_11'; $GzipError = '' ; @ISA = qw(Exporter IO::Compress::RawDeflate); @@ -1385,8 +1385,10 @@ constants that can be used by C. Same as doing this Import all symbolic constants. Same as doing this + use IO::Compress::Gzip qw(:flush :level :strategy) ; + =item :flush These symbolic constants are used by the C method. @@ -1417,6 +1419,8 @@ These symbolic constants are used by the C option in the constructor. Z_RLE Z_FIXED Z_DEFAULT_STRATEGY + + =back