You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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 ==
The text was updated successfully, but these errors were encountered:
Currently the test suite fails:
I think the line
is wrong; it should use
>=
instead of==
The text was updated successfully, but these errors were encountered: