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

Wrong comparison in 11-can_xs_1.t #10

Open
eserte opened this issue Apr 23, 2017 · 2 comments
Open

Wrong comparison in 11-can_xs_1.t #10

eserte opened this issue Apr 23, 2017 · 2 comments

Comments

@eserte
Copy link

eserte commented Apr 23, 2017

Currently the test suite fails:

#   Failed test 'PPI::XS is loaded'
#   at t/11-can_xs_1.t line 11.
# Looks like you failed 1 test of 1.
t/11-can_xs_1.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

I think the line

ok($PPI::XS::VERSION == 0.902, 'PPI::XS is loaded');

is wrong; it should use >= instead of ==

@jddurand
Copy link

jddurand commented Aug 3, 2017

Confirmed - this is blocking recent installs.

jddurand added a commit to jddurand/App-Midgen that referenced this issue Aug 4, 2017
@jkeenan
Copy link

jkeenan commented Apr 4, 2020

Will there be a new CPAN release of this distribution any time soon (such that #10 is addressed)?

Thank you very much.
Jim Keenan

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

3 participants