diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-03 23:59:33 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-04 01:02:00 +0000 |
commit | 08ad9465eddc2d08165efd8d3767520c6897b2fe (patch) | |
tree | 3f4f14983818f086cad96e671f7c6b5614689a65 /t | |
parent | 71a82d22dfecea0c9d5bf7042b85d2092c1d9825 (diff) | |
download | perl-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 't')
-rw-r--r-- | t/porting/known_pod_issues.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index ae7ca8bf21..e4f256c53f 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -191,7 +191,7 @@ ext/vms-dclsym/dclsym.pm Verbatim line length including indents exceeds 79 by 1 ext/vms-stdio/stdio.pm Verbatim line length including indents exceeds 79 by 1 ext/xs-apitest/apitest.pm Verbatim line length including indents exceeds 79 by 1 install ? Should you be using F<...> or maybe L<...> instead of 1 -install Verbatim line length including indents exceeds 79 by 10 +install Verbatim line length including indents exceeds 79 by 11 installhtml Verbatim line length including indents exceeds 79 by 5 os2/os2/os2-extattr/extattr.pm ? Should you be using F<...> or maybe L<...> instead of 1 os2/os2/os2-process/process.pm Verbatim line length including indents exceeds 79 by 27 |