summaryrefslogtreecommitdiff
path: root/pod/perlutil.pod
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-03 23:59:33 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-04 01:02:00 +0000
commit08ad9465eddc2d08165efd8d3767520c6897b2fe (patch)
tree3f4f14983818f086cad96e671f7c6b5614689a65 /pod/perlutil.pod
parent71a82d22dfecea0c9d5bf7042b85d2092c1d9825 (diff)
downloadperl-08ad9465eddc2d08165efd8d3767520c6897b2fe.tar.gz
Update IO-Compress to CPAN version 2.044
[DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates
Diffstat (limited to 'pod/perlutil.pod')
-rw-r--r--pod/perlutil.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod
index c6520ac109..1cc381cd62 100644
--- a/pod/perlutil.pod
+++ b/pod/perlutil.pod
@@ -256,6 +256,11 @@ in a tar archive.
This utility, that comes with the C<Digest::SHA> module, is used to print
or verify SHA checksums.
+=item L<zipdetails>
+
+L<zipdetails> displays information about the internal record structure of the zip file.
+It is not concerned with displaying any details of the compressed data stored in the zip file.
+
=back
=head2 Installation
@@ -301,6 +306,6 @@ C<roffitall|roffitall>, L<a2p|a2p>, L<s2p|s2p>, L<find2perl|find2perl>,
L<File::Find|File::Find>, L<pl2pm|pl2pm>, L<perlbug|perlbug>,
L<h2ph|h2ph>, L<c2ph|c2ph>, L<h2xs|h2xs>, L<enc2xs>, L<xsubpp>,
L<cpan>, L<cpanp>, L<cpan2dist>, L<instmodsh>, L<piconv>, L<prove>,
-L<corelist>, L<ptar>, L<ptardiff>, L<shasum>
+L<corelist>, L<ptar>, L<ptardiff>, L<shasum>, L<zipdetails>
=cut