Subject: | Bleadperl breaks Test-Exception-0.27 |
Tests of Test::Exception started to fail recently. The test results
sometimes look like this:
# Failed test 'regex in stacktrace ignored'
# at t/stacktrace.t line 17.
# STDOUT is:
# ok 1 - threw /fribble/
#
# not:
# not ok 1 - threw /fribble/
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/stacktrace\.t line 13.*\n?/
#
# # expecting: /fribble/
#
# # found: died at t/stacktrace.t line 13
#
# # main::__ANON__() called at
/home/src/perl/repoperls/installed-perls/perl
/GitLive-blead-1583-gba7a454/lib/site_perl/5.11.0/Sub/Uplevel.pm line 133
#
# # Sub::Uplevel::uplevel(3, 'CODE(0x11642d8)') called at
/home/sand/.cpan/b
uild/Test-Exception-0.27-GCZp5h/blib/lib/Test/Exception.pm line 104
#
# # eval {...} called at
/home/sand/.cpan/build/Test-Exception-0.27-GCZp5h/b
lib/lib/Test/Exception.pm line 104
#
# # Test::Exception::_try_as_caller('CODE(0x11642d8)') called at
/home/sand/
.cpan/build/Test-Exception-0.27-GCZp5h/blib/lib/Test/Exception.pm line 178
#
# # Test::Exception::throws_ok('CODE(0x11642d8)', '/fribble/')
called at t/s
tacktrace.t line 13
#
# as expected
t/stacktrace.t ..
Failed 1/2 subtests
I can reproduce this with all bleadperls starting with
commit ba7a45496628db970f8607e67b4345e8bc45f6fe
Author: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Tue Jul 14 09:16:17 2009 +0200
Merge Carp::Heavy into Carp
HTH && Regards,