Subject: | Failing tests since before 2007 |
I'm surprised theres no bug for this already.
http://www.cpantesters.org/cpan/report/afdff8ce-6c51-1014-8816-d0a8d5cd1c1e
Though with a bit of messing around, I can get most the tests to pass by removing the sub stub:
sub is_tracing(); #
From Runtime.pm
Then the errors become more straight forward:
prove -lr t/
t/builder.t ........ ok
t/compiler.t ....... ok
t/filter.t ......... ok
t/hash.t ........... ok
t/helpfulerrors.t .. ok
t/namespaces.t ..... ok
t/nothing.t ........ ok
t/order.t .......... ok
t/postponements.t .. ok
t/stooges.t ........ ok
t/struct.t ......... ok
t/synopsis.t ....... ok
t/useless.t ........ ok
t/vars.t ........... ok
t/xpath.t .......... 1/542 Useless use of /d modifier in transliteration operator at (eval 285) line 1.
Useless use of /d modifier in transliteration operator at (eval 287) line 1.
t/xpath.t .......... 468/542 Not a HASH reference at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Test/Differences.pm line 465.
t/xpath.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 72/542 subtests
t/xstack.t ......... ok