Subject: | Failing t/12_invalid_inside.t |
The t/12_invalid_inside.t test fails for me, under Perl 5.16.0 on Linux:
PERL_DL_NONLAZY=1 /usr/home/mikekelly/perl5/perlbrew/perls/perl-
5.16.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc',
'blib/lib', 'blib/arch')" t/*.t
t/01_use.t .................. ok
t/10_valid_simple.t ......... ok
t/11_parser_skip.t .......... ok
Use of uninitialized value in numeric ne (!=) at
/usr/home/mikekelly/.cpanm/work/1352566694.25484/Exception-SEH-
0.0202/blib/lib/Exception/SEH.pm line 175.
Use of uninitialized value in numeric ne (!=) at
/usr/home/mikekelly/.cpanm/work/1352566694.25484/Exception-SEH-
0.0202/blib/lib/Exception/SEH.pm line 175.
Use of uninitialized value $length in numeric lt (<) at
/usr/home/mikekelly/.cpanm/work/1352566694.25484/Exception-SEH-
0.0202/blib/lib/Exception/SEH/Parser.pm line 94.
Use of uninitialized value $length in addition (+) at
/usr/home/mikekelly/.cpanm/work/1352566694.25484/Exception-SEH-
0.0202/blib/lib/Exception/SEH/Parser.pm line 94.
Use of uninitialized value $length in substr at
/usr/home/mikekelly/.cpanm/work/1352566694.25484/Exception-SEH-
0.0202/blib/lib/Exception/SEH/Parser.pm line 103.
# Failed test 'threw Regexp ((?^:Unbalanced text supplied))'
# at t/12_invalid_inside.t line 46.
# expecting: Regexp ((?^:Unbalanced text supplied))
# found: Prototype not terminated at (eval 52) line 1.
# Looks like you failed 1 test of 28.
t/12_invalid_inside.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/28 subtests