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
This is a follow-up to commit b5048e7,
which added 'Deparse' support to XS, and commit
9baac1a, which added 'Useqq' support to
XS. There are no longer any configuration settings that implicitly force
the use of the pure Perl implementation (outside of 'Useperl' itself).
Previously, testing without XS available resulted in:
t/dumpperl.t .................. 1/31 Undefined subroutine &Data::Dumper::Dumpxs called at .../dist/Data-Dumper/blib/lib/Data/Dumper.pm line 213.
# Looks like your test exited with 255 just after 10.
t/dumpperl.t .................. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 21/31 subtests
...
t/dumpperl.t (Wstat: 65280 (exited 255) Tests: 10 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 31 tests but ran 10.
0 commit comments