Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version mismatches in t/000prereq.t #11

Closed
eserte opened this issue Dec 5, 2019 · 2 comments
Closed

Version mismatches in t/000prereq.t #11

eserte opened this issue Dec 5, 2019 · 2 comments
Assignees

Comments

@eserte
Copy link

eserte commented Dec 5, 2019

t/000prereq.t fails on some of my smokers like this:

#     Failed test (t/000prereq.t at line 54)
#          got: '2.092'
#     expected: '2.091'
# IO::Compress::Lzma version is 2.092, need 2.091

#     Failed test (t/000prereq.t at line 54)
#          got: '2.092'
#     expected: '2.091'
# IO::Uncompress::UnLzma version is 2.092, need 2.091
# 
# 
# perl                      5.026002
# Archive::Zip::SimpleZip   0.033
# Archive::Zip::SimpleUnzip 0.033
# IO::Compress::Base        2.092
# IO::Compress::Zip         2.092
# IO::Compress::Lzma        2.092
# IO::Uncompress::Base      2.092
# IO::Uncompress::Unzip     2.092
# IO::Uncompress::UnLzma    2.092
# Compress::Raw::Zlib       2.092
# Compress::Raw::Bzip2      2.092
# Compress::Raw::Lzma       2.092
# zlib                      1.2.11
# bzip2                     1.0.8, 13-Jul-2019
# lzma                      5.2.4
# 
# 
# Looks like you failed 2 tests of 6.
t/000prereq.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests 
@pmqs
Copy link
Owner

pmqs commented Dec 5, 2019

Thanks. Seen that in some of the smokes.

@pmqs
Copy link
Owner

pmqs commented Dec 5, 2019

Fixed with 330dfb7

Available in 0.034

@pmqs pmqs closed this as completed Dec 5, 2019
@pmqs pmqs self-assigned this Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants