summaryrefslogtreecommitdiff
path: root/cpan/Compress-Raw-Bzip2/pod
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-30 10:03:06 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-30 11:23:40 +0100
commit9e09409a8eb5c132fdad60484f1ae39ebd8b4e32 (patch)
tree00085f8b3247fca4948758573d6415106ec4b699 /cpan/Compress-Raw-Bzip2/pod
parentf02c02ec7c7eacaf7e719fe18388c537a795ae7e (diff)
downloadperl-9e09409a8eb5c132fdad60484f1ae39ebd8b4e32.tar.gz
Update Compress-Raw-Bzip2 to CPAN version 2.027
[DELTA] 2.027 24 April 2010 * No Changes 2.026 7 April 2010 * No Changes 2.025 27 March 2010 * Documented the unused "verbosity" option in Compress::Raw::Bunzip2::new [RT# 54425] 2.023 9 November 2009 * Removed redundant bzip2 source files from the bzip2-src directory. [RT# 47225] * Fixed instance where $[ should have been $] in t/01bzip2.t Thanks to Robin Barker and zefram [RT #50764] for independantly spotting the issue.
Diffstat (limited to 'cpan/Compress-Raw-Bzip2/pod')
-rw-r--r--cpan/Compress-Raw-Bzip2/pod/FAQ.pod15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpan/Compress-Raw-Bzip2/pod/FAQ.pod b/cpan/Compress-Raw-Bzip2/pod/FAQ.pod
index 0051908f28..6bfd5f8903 100644
--- a/cpan/Compress-Raw-Bzip2/pod/FAQ.pod
+++ b/cpan/Compress-Raw-Bzip2/pod/FAQ.pod
@@ -77,21 +77,6 @@ write a C<.tar.Z> file
$tar->write($fh);
$fh->close ;
-=head2 Accessing Zip Files
-
-This module does not support reading/writing zip files.
-
-Support for reading/writing zip files is included with the
-C<IO::Compress::Zip> and C<IO::Uncompress::Unzip> modules.
-
-The primary focus of the C<IO::Compress::Zip> and C<IO::Uncompress::Unzip>
-modules is to provide an C<IO::File> compatible streaming read/write
-interface to zip files/buffers. They are not fully flegged archivers. If
-you are looking for an archiver check out the C<Archive::Zip> module. You
-can find it on CPAN at
-
- http://www.cpan.org/modules/by-module/Archive/Archive-Zip-*.tar.gz
-
=head1 SEE ALSO
L<Compress::Zlib>, L<IO::Compress::Gzip>, L<IO::Uncompress::Gunzip>, L<IO::Compress::Deflate>, L<IO::Uncompress::Inflate>, L<IO::Compress::RawDeflate>, L<IO::Uncompress::RawInflate>, L<IO::Compress::Bzip2>, L<IO::Uncompress::Bunzip2>, L<IO::Compress::Lzma>, L<IO::Uncompress::UnLzma>, L<IO::Compress::Xz>, L<IO::Uncompress::UnXz>, L<IO::Compress::Lzop>, L<IO::Uncompress::UnLzop>, L<IO::Compress::Lzf>, L<IO::Uncompress::UnLzf>, L<IO::Uncompress::AnyInflate>, L<IO::Uncompress::AnyUncompress>