summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress
Commit message (Collapse)AuthorAgeFilesLines
* IO-Compress: sync with CPAN version 2.204Paul Marquess2023-02-1530-143/+145
| | | | | | | | | | From Changes: * Update Gzip.pm https://github.com/pmqs/IO-Compress/pull/49 * Allow Z_NULL https://github.com/pmqs/Compress-Raw-Zlib/issues/17
* Update IO::Compress to CPAN 2.201Nicolas R2022-07-2034-245/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ChangeLog 2.201 25 June 2022 * Disable zib header tests Sat Jun 25 09:10:59 2022 +0100 63eb5d37291b40dbf07d191a09b7876168008cd4 * Version 2.201 Sat Jun 25 09:00:42 2022 +0100 af51310f68bb225d94eaa29b7f3d2bece1935dfd * doc update https://github.com/pmqs/IO-Compress/issues/38 Thu Jun 23 23:00:31 2022 +0100 2002d4fd3b3a6f5de6c6c3dc5989cf42581c1758 * Changes for zlib-ng Thu Jun 23 22:43:50 2022 +0100 2bd52d2918823cc567c3e92dd3d15f87cb4ee8f8 * Add perl 5.36 Sun Jun 5 13:34:18 2022 +0100 ede55370ed4c7eb3c66abc71bc25c7e4019b4c44 * force streaming zip file when writing to stdout * https://github.com/pmqs/IO-Compress/issues/42 Sun Apr 24 19:43:19 2022 +0100 b57a3f83f404f5a24242680de5b406cfcf5c03ac * read zip timestamp in localtime Sun Apr 24 13:11:58 2022 +0100 0c838f43dc46f292714c82145c9add9932196b01 * streamzip: tighten up version tests for failing windows tests * https://github.com/pmqs/IO-Compress/issues/41 Sun Apr 24 12:49:57 2022 +0100 3497645228235ea12c4d559d6dedd4cef47fc94a * streamzip: update year Sun Apr 24 12:11:35 2022 +0100 0ac0d1ef603d8854ffc35976196735b663764992 * Use Time::Local instead of POSIX::mktime Tue Apr 19 11:31:43 2022 +0100 64a106f1119cbc7dec8db52dca016bb8baacf2d4
* Update IO-Compress to 2.106Yves Orton2022-04-1328-92/+102
| | | | | | | This allows change allows us to detect that zipdetails does not work properly on a 32 bit perl and avoid t/porting/utils.t test failures from the warnings it produces when compiled on a 32 bit perl, there are no other functionality changes from 2.105
* IO-Compress: synch with CPAN version 2.105James E Keenan2022-04-1029-845/+813
| | | | | | | Per comment by upstream maintainer in https://github.com/Perl/perl5/pull/19590#issuecomment-1094123880, the previous CPAN-synch of IO-Compress contained one file which is experimental. He recommended synching in CPAN release 2.105. Doing so.
* Sync Compress-Raw-Zlib-2.103 + 2 others into bleadPaul Marquess2022-04-0636-199/+565
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit synchs into blead versions 2.103 for 3 CPAN distributions: Compress-Raw-Zlib IO-Compress Compress-Raw-Bzip2 Applying the commits one at a time would have resulted in one test failure in one of those commits, but applying all three has all tests passing as expected From Changes for Compress-Raw-Zlib 2.103 3 April 2022 * Sync upstream fix for CVE-2018-25032 https://github.com/advisories/GHSA-jc36-42cf-vqwj Update to Zlib 1.2.12 d507f527768f6cbab5831ed3ec17fe741163785c Fix for inflateSync return code change f47ea5f36c40fe19efe404dd75fd790b115de596 Fix for incorrect CRC from zlib 1.2.12.1 https://github.com/madler/zlib/commit/ec3df00224d4b396e2ac6586ab5d25f673caa4c2 60104e3a162a116548303861ae0811fb850e65fd * AUTHOR doesn't contain the stated information bf5a03c1b440c8d9e41cffb344bf889794cc532b From Changes for IO-Compress 2.103 3 April 2022 * Update version to 2.103 97f1893892eccac69b3a8033378b0b44d7c4f3ab * Fix for inflateSyncs retrurn code change 4843e22285bf8e52c9b5b913d167a1545995c793 * Add constant for ZIP_CM_AES 91be04dd8dc2848e3c25b87ec498cf8ccc34187a * Point links to rfcs to ietf.org https://github.com/pmqs/IO-Compress/pull/37 a8f28b36cf4d77df1cfa0516867012425920a62f * Rename test file to fix manifest warning https://github.com/pmqs/IO-Compress/pull/36 955244f9ac0654d7e8d54115162da53c85d7178c * Add perl 5.34 06f41883f62ed1b88b03c246b16e0b5ef72503bc * Fix for Calling nextStream on an IO::Uncompress::Zip object in Transparent mode dies when input is uncompressed https://github.com/pmqs/IO-Compress/issues/34 b0f93fe62f84b7d4d4bb8d2ea8e6d5432887103f * IO::Compress: Generalize for EBCDIC https://github.com/pmqs/IO-Compress/pull/32 90b51dbbd785e2c824cb0a93feef3b3dd5d075f2 * IO::Compress: Fix misspelling in 112utf8-zip.t c22216b5d3202dce01ef17a271252f82520a6ab9 * Revert "Always have full zip64 entry in central directory" 7df4c9bc98667bc1afd1b4bc5a27d20f94e3cd9c * Always have full zip64 entry in central directory 333648ee1dece6eb220060c7ec09806f6ebb9866 * update cpanm path on MacOS 33079902934885c515768a08d72e89243a5d01a9 From Changes for Compress-Raw-Bzip2 2.103 3 April 2022 * Silence uninitialized warnings https://github.com/pmqs/Compress-Raw-Bzip2/pull/5 ff3d907325091287ac1525db384b99a968d763d7 641a440ec6229c1d368b9ead48f4968b955c0115
* Update IO-Compress to release 2.102Nicolas R2021-03-2033-179/+458
| | | | | | | | | | | | | [DELTA] 2.102 28 February 2021 * Add IO_COMPRESS_SKIP_STDIN_TESTS to skip tests on Windows https://github.com/pmqs/IO-Compress/issues/29 b0b511ec6a7dcfa4e372a8b8131767fcb39369b1 2.101 20 February 2021 * fix version numbers in meta files
* Update IO-Compress from 2.096 to 2.100Richard Leach2021-01-1874-2218/+2189
|
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
| | | | | | | | There are a number of files excluded using gitignore rules that are included in the repository. This can lead to confusion if something other than git tries to read the ignore files. Add rules to the gitignore files so that these files won't be ignored.
* Update IO-Compress to CPAN version 2.096Todd Rinaldo2020-09-1533-691/+1114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.096 31 July 2020 * Add Zip support for Zstd 508258baeeec51ba49c3c07d2dda7c19e3194985 * Add support for Zip/Unzip with XZ compression 6d240d3b3514d627a751ec82fe71f2e236301e19 3c0046e8bc65ef467b9153722609654d3ccc5bbd 2.095 19 July 2020 * Add Support for Zstandard in AnyUncompress 2.094 13 July 2020 * bin/zipdetails version 2 7acb49ff4ca67051deaffd7f988556dae0dd884b small update f5988eebc21a4d0b96e0b094e6e9bf8d3dcb1763 Better error messages for missing Zip64 records d224dcc321dd1ff120345ac3a19286ecdc79776f Add note about warning output 4caa0e5117c4c214f457d90f9a87d00772a79622 Add --version option 6c045c859d2b6bab0398833f207d7f9b803bbbab Version 2 df97743ffa1da816936e8ef504c9d561d66bb0ed Beef up some error cases 073129c4f44ebd3cc2c5381ffa824fc09b474c29 Rename a couple of unused signatures 72568c7d9edfd3e2fb6647dce6ea511e9caa186c update comment 1088199809cabb9c565ac23f065988683aacd323 Merge branch 'master' of https://github.com/pmqs/IO-Compress ad987ab95e3f3fa02fcf526736ad2da78d327460 Merge pull request #10 from fabiensanglard/master ac76d1b3d3f23077b1700778226edd68c50d81a8 fix typo 5950d7e724479f0eceffe68ae515ac117ff6a5ef Don't output "Extra Payload" if length is zero dbd3160decd9b761dbad7aaae2ec46c0173125ef Merge pull request #12 from fabiensanglard/extra 7ae4a98124c9195ca5286e3ac7d2cbe37fa2b644 Recover from bad extra subfield 3e12e62916da31c003a7273293bc32bb9a31f85f Fix typo f3a0a4717433d32743f17d40adc30e11bea60868 Fix wrong START offset 6f078dca715473276556afb0b8582bb69efa7230 Typo for Implode string "Shannon-Fano Trees" 4e25fed1a8e29518fa38f0610a5ca33ca41e9d89 some small documentation updates. 1be04bf4bd5fb023ad276ecabdbc170823bac465 Add decoder for 'Open Packaging Growth Hint' 2da58735bdbd1149863014dd08a7cea0334f52d5 update compression method 16 82a9612676ae192747b8bcbf586b09408c3b72ce Add extra fields 0x20-0x23 from APPNOTE 6.3.5 bc5e2ffbc560b236bc3be0f977ce744f2a2afbfb remove trailing whitespace 3f70119190671b00eb432e36904aa9dbb2fb8f69 minor documentation changes
* Update IO-Compress to CPAN version 2.093Chris 'BinGOs' Williams2019-12-0728-139/+139
|
* Update IO-Compress to CPAN version 2.092Chris 'BinGOs' Williams2019-12-0628-127/+127
| | | | | | | | [DELTA] 2.092 4 December 2019 * No changes
* Update IO-Compress to CPAN version 2.091Chris 'BinGOs' Williams2019-11-2428-129/+128
| | | | | | | | | | | | | | | | [DELTA] 2.091 23 November 2019 * 000prereq.t: Drop LZMA Module as optional 00d3c110ce6fd6e77dbede3e3aa6125394141891 3697a7ced67d0989f2678514e9b04cbec3198f12 7494437856fb815ba2d6b8762ef6fc623a6384e2 * 011streamzip.t: Fixes for 5.6 2078eb58c5f483341ac7e5c6fc5d48a0a752c585 2f370b8ffb09b5cc5ad0830f9ef798b24a62f424 30101188220dddbfaf1c42a2a91b9bac147909ab
* Update IO-Compress to CPAN version 2.090Chris 'BinGOs' Williams2019-11-1030-129/+247
| | | | | | | | | | [DELTA] 2.090 9 November 2019 * MANIFEST error for streamzip https://github.com/pmqs/IO-Compress/issues/6 70dd9bb4d27bd23d47ac9392320f55c124bc347b
* Update IO-Compress to CPAN version 2.089Chris 'BinGOs' Williams2019-11-0635-328/+885
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.089 3 November 2019 * bin/streamzip Add zipstream to EXE_FILES https://github.com/pmqs/IO-Compress/issues/5 7f5ed78e5652125c9ba78aab720e18d384d59c00 fb8cd6480af6303f58fd2e12d4999cd1830f0c5f 2.088 31 October 2019 * t/105oneshot-zip-only.t Fix reset of CompSize 6034da95f1dc5a594edc0d26e6add8d86990ad56 * Add Support Details ad66b6ec4cf175a70e53f74572eed5f403648f11 * Update site for Bzip2 to sourceware 77497aeb2a234889a2b2c4ac7ea2f620895b16a9 * Fix number of tests bc4e234449a82fb00f66af752dfc4c96097b2a4d * Add streamzip script to bin 76d2795d0587bafb0cc398e97142740acba82a42 * zipdetails * Update zipdetails to version 1.11 8958cb3aa90745a4b3369479846846fdca6b4f76 * Zip64 extra field typo f186380d701fe5257f9fc92d69160dc6382cfc24 * t/105oneshot-zip-only.t test with deflated directory 16bfffcf5089af67cb7f68685cc61d06409cba73 * t/105oneshot-zip-only.t Add test for encrypted Zip files 5ad813115aed000f88d7df28261b43c00ae56525 2c64e255feb5a1ee33d033f7eccb6feca12ebe97 * Documentation Updates https://github.com/pmqs/IO-Compress/issues/2 e1fd0d4eda0a8496981cbd83ad06906f4ae586a5 * Mention xz, lzma etc https://github.com/pmqs/IO-Compress/issues/4 126f7b9da97b572d0fb89a9bdcc190c5405c72b8
* Update IO-Compress to CPAN version 2.087Chris 'BinGOs' Williams2019-08-1230-129/+175
| | | | | | | | | | | | | [DELTA] 2.087 10 August 2019 * IO::Uncompress::Unzip nextStream not updating filehandle correctly https://github.com/pmqs/IO-Compress/issues/3 25152f04f5b1bd9341502e42a5877c72eac3f291 * Added travis & appveyor files for CI in GitHub
* Update IO-Compress to CPAN version 2.086Chris 'BinGOs' Williams2019-06-0334-150/+573
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.086 31 March 2019 * IO::Compress::Zip & IO::Uncompress::Unzip Added support for Language Encoding Flag via the EFS option. Starting point was pull request https://github.com/pmqs/IO-Compress/pull/1 * zipdetails - some support for MVS (Z390) zip files * IO::Uncompress::Base Issue with trailing data after zip archive #128626 for IO-Compress: mainframe zip archive * t/cz-14gzopen.t cperl error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231 Perl has this: "Not enough arguments for Compress::Zlib::gzopen" cperl uses this: "Not enough arguments for subroutine entry Compress::Zlib::gzopen" * Handlers being called when optional modules are not installed #128538: $SIG{__DIE__} * #128194: Beef up diag when system returns error * Moved source to github https://github.com/pmqs/IO-Compress * Add META_MERGE to Makefile.PL * Added meta-json.t & meta-yaml.t
* Update IO-Compress to CPAN version 2.084Chris 'BinGOs' Williams2019-01-1743-260/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.084 5 January 2019 * IO::Uncompress::AnyUncompress.pm Added support for IO::Uncompress::Zstd and IO::Uncompress::UnLzip 2.083 30 December 2018 * IO::Compress::* * IO::Uncompress::* The BinModeIn and BinModeOut options in are now no-ops. ALL files will be read/written in binmode. * IO::Uncompress::Unzip Fixed issue with unziping a member from a streamed zip file. Issue triggered by a libreoffice document. Test added to 105oneshot-zip-only.t Thanks to Fabrizio Pivari for the bug report. * Added U64::isZero * bin/zipdetails Added 'Data Stream Alignment' (tag 0xa11e) to extra fields. Field sourced from https://support.pkware.com/display/PKZIP/Proposed+ZIP+Format+Specification+Additions * Compress::Zlib.pm #125140: Tiny POD error in Compress::Zlib
* Upgrade IO-Compress from version 2.074 to 2.081Steve Hay2018-07-0332-911/+954
|
* Sync IO-Compress with CPAN version 2.074.James E Keenan2017-03-1032-259/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/: remove . from @INC when loading optional modulesTony Cook2016-07-261-0/+2
|
* (perl #127834) bump versions of modules in dists we updated a utility inTony Cook2016-07-2626-26/+26
| | | | | | I tried to follow the numbering convention of the module, bumping every module if the versions are synchronized, bumping just the primary module if not.
* (perl #127834) remove . from the end of @INC if complex modules are loadedTony Cook2016-07-261-0/+1
| | | | | | | While currently Encode and Storable are know to attempt to load modules not included in the core, updates to other modules may lead to those also attempting to load new modules, so be safe and remove . for those as well.
* Update IO-Compress to CPAN version 2.069Chris 'BinGOs' Williams2015-10-0629-161/+177
| | | | | | | | | | | | | | [DELTA] 2.069 26 Sept 2015 * IO::Compress::FAQ - Added a section of bgzip RT #103295: IO::Compress Feature request * IO::Compress::Zip - Zip64 needs to be first in extra field to workaround a Windows Explorer Bug See http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details
* Update IO-Compress to CPAN version 2.068Chris 'BinGOs' Williams2014-12-2436-125/+153
| | | | | | | | | | [DELTA] 2.068 23 Dec 2014 * Disable running of some of the slower test harnesses by default. COMPRESS_ZLIB_RUN_MOST needs set to run them. Make life more bearable on legacy platforms
* Update IO-Compress to CPAN version 2.067Chris 'BinGOs' Williams2014-12-0928-125/+125
| | | | | | | | [DELTA] 2.067 8 Dec 2014 * RT #100257: IO::Compress::RawDeflate unnecessarily loads IO::Seekable
* reinstate cpan/IO-Compress/Makefile.PLDavid Mitchell2014-12-031-0/+64
| | | | | | | | | | | | This was removed a year ago, but it causes problems with ABSTACT and ABSTACT_FROM; since there isn't an IO/Compress.pm file. make_ext.pl special-cases Makefile.PL to get the abstract from IO/Compress/Base.pm; but MakeMaker looks for, and fails to find, 'IO::Compress - ...' in the pod for that file,and prints an error. Rather than more special-casing, it's easier to just restore the distribution's Makefile.PL, which already contains the correct 'ABSTRACT => ...' entry.
* Update IO-Compress to CPAN version 2.066Chris 'BinGOs' Williams2014-09-2728-126/+150
| | | | | | | | | | | | | | [DELTA] 2.066 21 Sept 2014 * IO::Uncompress::Gzip Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION and BEST_SPEED use the values 2 & 4 respectively. They should be 4 & 2. Code for setting XFL was correct. * RT #95494: IO::Uncompress::Gunzip: Can no longer gunzip to in-memory file handle
* Update IO-Compress to CPAN version 2.064Chris 'BinGOs' Williams2014-02-0231-146/+150
| | | | | | | | | [DELTA] 2.064 1 February 2014 * RT #90216: IO-Compress/t/050interop-gzip.t: Use android-compatible flags when calling gzip
* Update IO-Compress to CPAN version 2.063Chris 'BinGOs' Williams2013-11-0227-123/+123
| | | | | | | | [DELTA] 2.063 20 October 2013 * RT#89305: Typo in Compress::Zlib _combine function documentation
* Remove some unnecessary Makefile.PLs from cpan/ and ext/Steve Hay2013-10-251-64/+0
| | | | | | | | These modules all work with the default Makefile.PL written by make_ext.pl. (There are more Makefile.PLs in dist/ that could be removed too, but the general policy with dist/ is to leave such files in place to make it easier to roll CPAN releases from the blead source, which is canonical.)
* Remove further IGNORABLE-like files under cpan/Steve Hay2013-10-1816-759/+0
| | | | These are all examples, demos and oddly named READMEs.
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-182-1277/+0
| | | | | | | | | | | | | | | | This was discussed on p5p: http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion in that thread) since it was the only one, and only says "This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself." anyway. Two files that I had previously suggested retaining for the sake of tests have also been removed. In one case, a test script has been modified (in Digest-MD5; I will send a ticket upstream); in the other case (in Test-Harness) I have removed the test which depended on the MANIFEST files, as suggested in the above thread.
* Upgrade IO::Compress::* and Compress::Raw::* from 2.061 to 2.062Steve Hay2013-08-1335-288/+400
|
* Fix up IO::Compress testsFather Chrysostomos2013-07-252-1/+4
| | | | | They were expecting \"abc" to return a constant value, but constant folding no longer causes \ to return a read-only scalar.
* Update IO-Compress to CPAN version 2.061Chris 'BinGOs' Williams2013-05-2732-144/+177
| | | | | | | | | | | | | [DELTA] 2.061 19 May 2013 * zipdetails (1.06) Get it to cope with Android 'zipalign' non-standard extra fields. These are used to make sure that a non-compressed member starts on a 4 byte boundary. * RT#84647: unzip example with IO::Uncompress::Unzip
* Update IO-Compress to CPAN version 2.060Chris 'BinGOs' Williams2013-01-0831-552/+648
| | | | | | | | | | | | [DELTA] 2.060 7 January 2013 * Updated POD RT# 82138: Example code not clear - gunzip() takes filenames! * IO::Compress::Base Remove the flush call when opening a filehandle.
* Update IO-Compress to CPAN version 2.059Chris 'BinGOs' Williams2012-12-1533-169/+312
| | | | | | | | | [DELTA] 2.059 10 December 2012 * IO::Compress::Base Added "Encode" option.
* Update IO-Compress to CPAN version 2.058Chris 'BinGOs' Williams2012-11-1231-138/+139
| | | | | | | | [DELTA] 2.058 12 November 2012 * RT# 81119: Latest IO::Compress 2.057 fails tests on 5.8.x
* Update IO-Compress to CPAN version 2.057Chris 'BinGOs' Williams2012-11-1132-751/+829
| | | | | | | | | | | | | | | | | [DELTA] 2.057 10 November 2012 * IO::Compress::Zip Allow member name & Zip Comment to be "0" * IO::Compress::Base::Common Remove "-r" test - the file open will catch this. RT# 80855: IO::Compress::Base::Common returns that it cannot read readable files in NFS * RT# 79820: Install to 'site' instead of 'perl' when perl version is 5.11+ * General Performance improvements.
* Upgrade IO-Compress to 2.055Steve Hay2012-08-0831-164/+267
|
* Updated IO-Compress to CPAN version 2.052Chris 'BinGOs' Williams2012-06-1532-153/+195
| | | | | | | | | | | | | | | | | | [DELTA] 2.052 29 April 2012 * IO::Compress::Zip Force a ZIP64 archive when it contains >= 0xFFFF entries. * Typos in POD [RT# #76130: Gunzip Pod typo in OO section: $$output instead of $$input 2.049 18 February 2012 * IO::Compress::Zip Error in t/cz-03zlib-v1.t that caused warnings with 5.15 [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
* [perl #110736] warnings from cpan/IO-Compress/t/cz-03zlib-v1.tChris 'BinGOs' Williams2012-04-121-8/+26
| | | | Backported t/cz-03zlib-v1.t from IO-Compress-2.049
* Revert "Upgrade IO-Compress to 2.049"Abigail2012-03-1432-183/+145
| | | | | | This reverts commit 1d4b9cf3270c936605a07ecd7414f808755d3184. This depends on the module that was reverted by Ricardo at the same time.
* Upgrade IO-Compress to 2.049Abigail2012-03-1432-145/+183
|
* Revert updates to compression librariesRicardo Signes2012-02-1932-183/+145
| | | | | | | | | | | Revert "Update Compress-Raw-Bzip2 to CPAN version 2.049" This reverts commit db98b5a25ac5537be04f17243c5e929aceb3560b. Revert "Update Compress-Raw_Zlib to CPAN version 2.049" This reverts commit 8b782679b6ea1247bd559efc311e7366582feaad. Revert "Update IO-Compress to CPAN version 2.049" This reverts commit 785e05e1c22f7d7c6ed38839cc28cc6d13a286de.
* Update IO-Compress to CPAN version 2.049Chris 'BinGOs' Williams2012-02-1832-145/+183
| | | | | | | | | | [DELTA] 2.049 18 February 2012 * IO::Compress::Zip Error in t/cz-03zlib-v1.t that caused warnings with 5.15 [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
* Update IO-Compress to CPAN version 2.048Chris 'BinGOs' Williams2012-01-2932-143/+175
| | | | | | | | | | | [DELTA] 2.048 29 January 2012 * Set minimum zlib version to 1.2.0 * IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4 [RT# 74503]
* Update IO-Compress to CPAN version 2.047Chris 'BinGOs' Williams2012-01-2936-220/+404
| | | | | | | | | | | | | | [DELTA] 2.047 28 January 2012 * Set minimum Perl version to 5.6 * IO::Compress::Zip - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file. - In one-shot mode, wrote mod time & access time in wrong order in the "UT" extended field.
* Update IO-Compress to CPAN version 2.046Chris 'BinGOs' Williams2011-12-1912-34/+124
| | | | | | | | | | | | | | | | | | [DELTA] 2.046 18 December 2011 * Minor update to bin/zipdetails * Typo in name of IO::Compress::FAQ.pod * IO::Uncompress::Unzip - Example for walking a zip file used eof to control the outer loop. This is wrong. * IO::Compress::Zip - Change default for CanonicalName to false. [RT# 72974]
* Update IO-Compress to CPAN version 2.045Chris 'BinGOs' Williams2011-12-0431-218/+233
| | | | | | | | [DELTA] 2.045 3 December 2011 * Restructured IO::Compress::FAQ.pod