From 5173674b1cb46b59301b559929904bc67fa15056 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Fri, 10 Mar 2017 11:46:48 -0500 Subject: Sync IO-Compress with CPAN version 2.074. CUSTOMIZED array no longer needed in this distro's entry in Porting/Maintainers.pl; removed. lib/File/GlobMapper.pm lacks a $VERSION; compensate for that by adding an entry in Porting/cmpVERSION.pl. From Changes file (since last version distributed with core): 2.074 19 Feb 2017 * Fix bad 2.073 release 2.073 18 Feb 2017 * #120239: [PATCH] ISA fixes for c3 2.072 12 Feb 2017 * Makefile.PL #120084: Need Fix for Makefile.PL depending on . in @INC 2.070 28 Dec 2016 * File::GlobMapper #117675: Fix prototype errors while lazy loading the module * zipdetails #116538: CVE-2016-1238: avoid loading optional modules from default . --- cpan/IO-Compress/lib/IO/Compress/FAQ.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cpan/IO-Compress/lib/IO/Compress/FAQ.pod') diff --git a/cpan/IO-Compress/lib/IO/Compress/FAQ.pod b/cpan/IO-Compress/lib/IO/Compress/FAQ.pod index 7f51b6c4c1..7099418443 100644 --- a/cpan/IO-Compress/lib/IO/Compress/FAQ.pod +++ b/cpan/IO-Compress/lib/IO/Compress/FAQ.pod @@ -199,7 +199,7 @@ L The primary reference for gzip files is RFC 1952 L -The primary site for gzip is F. +The primary site for gzip is L. =head2 Dealing with concatenated gzip files @@ -235,7 +235,7 @@ C use the C option as shown in the previous section. See the section titled "The BGZF compression format" in -F for a definition of +L for a definition of C. =head1 ZLIB @@ -243,13 +243,13 @@ C. =head2 Zlib Resources The primary site for the I compression library is -F. +L. =head1 Bzip2 =head2 Bzip2 Resources -The primary site for bzip2 is F. +The primary site for bzip2 is L. =head2 Dealing with Concatenated bzip2 files @@ -296,7 +296,7 @@ must include the C option, like this. Below is a mod_perl Apache compression module, called C, taken from -F +L package Apache::GZip; #File: Apache::GZip.pm @@ -668,7 +668,7 @@ L =head1 AUTHOR -This module was written by Paul Marquess, F. +This module was written by Paul Marquess, C. =head1 MODIFICATION HISTORY @@ -676,7 +676,7 @@ See the Changes file. =head1 COPYRIGHT AND LICENSE -Copyright (c) 2005-2015 Paul Marquess. All rights reserved. +Copyright (c) 2005-2017 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- cgit v1.2.1