kevindawson / App-Midgen

generate the requires and test requires for Makefile.PL so you can check you have all your module dependences
Other
1 stars 1 forks source link

Wrong comparison in 11-can_xs_1.t #10

Open eserte opened 7 years ago

eserte commented 7 years ago

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 commented 7 years ago

Confirmed - this is blocking recent installs.

jkeenan commented 4 years ago

Will there be a new CPAN release of this distribution any time soon (such that https://github.com/kevindawson/App-Midgen/issues/10 is addressed)?

Thank you very much. Jim Keenan