X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FIO%2FZlib%2Flib%2FIO%2FUncompress%2FGunzip.pm;h=9ebc03be99d1c7d38945068856ab7c59b25fe9db;hb=cb7abd7f1d4048e97e3364ad103a4806dcf94905;hp=aefc3c2719d748e49cbf8e5399bf74f15788d2fd;hpb=6b845e562be40aac749b544b6d494078c54de4aa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm b/ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm index aefc3c2..9ebc03b 100644 --- a/ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm +++ b/ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm @@ -27,7 +27,7 @@ Exporter::export_ok_tags('all'); $GunzipError = ''; -$VERSION = '2.000_08'; +$VERSION = '2.000_10'; sub new { @@ -296,7 +296,9 @@ __END__ =head1 NAME -IO::Uncompress::Gunzip - Perl interface to read RFC 1952 files/buffers + +IO::Uncompress::Gunzip - Read RFC 1952 files/buffers + =head1 SYNOPSIS @@ -373,6 +375,9 @@ For writing RFC 1952 files/buffers, see the companion module IO::Compress::Gzip. + + + =head1 Functional Interface A top-level function, C, is provided to carry out @@ -1112,13 +1117,9 @@ The primary site for gzip is F. - - - =head1 AUTHOR -The I module was written by Paul Marquess, -F. +This module was written by Paul Marquess, F. @@ -1127,7 +1128,6 @@ F. See the Changes file. =head1 COPYRIGHT AND LICENSE - Copyright (c) 2005-2006 Paul Marquess. All rights reserved.