pmqs / Archive-Zip-SimpleZip

Perl5 interface to read/write Zip files
4 stars 5 forks source link

Test failures in t/000prereq.t - IO::Compress::Bzip2 version is 2.102, need 2.096 #19

Closed sdt closed 3 years ago

sdt commented 3 years ago

Hello,

I got these test failures while trying to install Archive::Zip::SimpleZip

Are you deliberately expecting exact versions of those dependencies?

Thanks!

t/000prereq.t ............. 1/14
#     Failed test (t/000prereq.t at line 62)
#          got: '2.102'
#     expected: '2.096'
# IO::Compress::Bzip2 version is 2.102, need 2.096

#     Failed test (t/000prereq.t at line 62)
#          got: '2.102'
#     expected: '2.096'
# IO::Uncompress::Bunzip2 version is 2.102, need 2.096
#
#
# perl                      5.030003
# Archive::Zip::SimpleZip   0.039
# Archive::Zip::SimpleUnzip 0.039
# IO::Compress::Base        2.102
# IO::Compress::Zip         2.102
# IO::Compress::Bzip2       2.102
# IO::Compress::Lzma        Not Installed
# IO::Compress::Xz          Not Installed
# IO::Compress::Zstd        Not Installed
# IO::Uncompress::Base      2.102
# IO::Uncompress::Unzip     2.102
# IO::Uncompress::Bunzip2   2.102
# IO::Uncompress::UnLzma    Not Installed
# IO::Uncompress::UnXz      Not Installed
# IO::Uncompress::UnZstd    Not Installed
# Compress::Raw::Zlib       2.101
# Compress::Raw::Bzip2      2.101
# Compress::Raw::Lzma       Not Installed
# Compress::Stream::Zstd    Not Installed
# zlib                      1.2.11
# bzip2                     1.0.8, 13-Jul-2019
#
#
# Looks like you failed 2 tests of 14.
t/000prereq.t ............. Dubious, test returned 2 (wstat 512, 0x200)
pmqs commented 3 years ago

Hey Stephen

Originally the intention was that to enforce exact version numbers with some of the dependencies, but I made a change in 38d2da279e8e0a931b29e91858be6505f0c18018 that relaxed that test.

Unfortunately I forgot to spin a release to CPAN with that change. Just done that now - version 0.040 is be on CPAN.

thanks Paul

sdt commented 3 years ago

Hi Paul - I can confirm 0.040 works for me

Thanks for the excellent module!

pmqs commented 3 years ago

Excellent & thanks for the kind words.