diff options
author | Steve Hay <SteveHay@planit.com> | 2009-10-09 12:44:11 +0100 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-10-09 12:44:11 +0100 |
commit | d5e5b609fb43776b7a5cc8de59b1520e4c7f1866 (patch) | |
tree | 5e9ed8e38878dbb753da619d19c0cf62b856d5ff /MANIFEST | |
parent | 5c7da53cc0fa3db2a0adc93851fae037de310655 (diff) | |
download | perl-d5e5b609fb43776b7a5cc8de59b1520e4c7f1866.tar.gz |
Add missing IO-Compress test file
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'.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1212,6 +1212,7 @@ cpan/IO-Compress/t/compress/tied.pl Compress::Zlib cpan/IO-Compress/t/compress/truncate.pl Compress::Zlib cpan/IO-Compress/t/compress/zlib-generic.pl Compress::Zlib cpan/IO-Compress/t/cz-01version.t IO::Compress +cpan/IO-Compress/t/cz-03zlib-v1.t IO::Compress cpan/IO-Compress/t/cz-05examples.t IO::Compress cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress cpan/IO-Compress/t/cz-08encoding.t IO::Compress |