summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress
Commit message (Collapse)AuthorAgeFilesLines
* Compress 2.030Paul2010-07-2431-160/+222
|
* Global executable bit cleanupDavid Golden2010-07-2416-0/+0
| | | | | | | | | | | | | | | | | | | | When porting/makerel runs, all files copied into the directory for the tarball have the executable bit stripped and then only a specific set of files have the executable bit restored. There are many files in the repo that have the executable bit set in the repo that will be stripped. So that the state of files in the repo is as close as possible to the state of files in the release tarball, the executable bit has been stripped from such files. In one recent case, a file added from a dual-life module needed the executable bit set. Because it had the bit in the repo but was not listed in makerel to get an executable bit, tests using it passed in the repo and failed in the tarball. This commit refactors the list into a new file, Porting/exec-bit.txt and add tests to detect a mismatch between files listed there and actual executable bits in the repo.
* Update IO-Compress to CPAN version 2.027Chris 'BinGOs' Williams2010-06-3037-189/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.027 24 April 2010 * Compress::Zlib Remove autoload code from Zlib.pm. [perl #74088] 2.026 7 April 2010 * IO::Uncompress::Zip - Some updates to IO::Compress::Zip documentation. - Fixed default setting for ExtAttr. 2.025 27 March 2010 * IO::Uncompress::Unzip The "Name" option wasn't documented. * Allow zlib version check to be disabled by setting TEST_SKIP_VERSION_CHECK environment variable. [RT #54510] 2.024 7 January 2010 * Compress::Zlib Get memGunzip & memGzip to set $gzerrno [RT# 47283] * Compress::Zlib Export memGunzip, memGzip and zlib_version on demand [RT# 52992] * examples/io/anycat This sample was using IO::Uncompress::AnyInflate. Much better to use IO::Uncompress::AnyUncompress. 2.023 9 November 2009 * IO::Compress::AnyUncompress Added support for lzma_alone & xz. 2.022 9 October 2009 * IO::Compress - Makefile.PL Fix for core.
* 2.024paul2010-01-1036-325/+843
|
* [PATCH] IO-Compress 2.022Paul Marquess2009-11-1434-66/+78
| | | | Message-ID: <4ACFB129.9070900@btinternet.com>
* Add missing IO-Compress test fileSteve Hay2009-10-091-0/+1188
| | | | | | | | | | | | The original IO-Compress patch: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-03/msg00293.html omitted the file (but strangely included the entry "t/cz-03zlib-v1.t*" [sic] in the MANIFEST file that it mistakenly included). Also note in Maintainers.pl that IO-Compress is now in cpan/ not dist/, and mark UPSTREAM as 'cpan'.
* Move IO::Compress from ext/ to cpan/Nicholas Clark2009-10-02143-0/+34592