Subject: | make test problem |
Date: | Wed, 9 Apr 2008 23:21:33 -0400 |
To: | <bug-Error [...] rt.cpan.org> |
From: | "Greg Schmidt" <greg [...] trawna.com> |
# perl -v
This is perl, v5.8.0 built for i386-freebsd
# uname -a
FreeBSD marsa.trawna.com 4.8-RELEASE FreeBSD 4.8-RELEASE #3: Wed Jun 11
00:50:06 EDT 2003 root@:/usr/src/sys/compile/MARSA i386
# make test
[...]
t/08warndie............................1/21 # Failed test (t/08warndie.t
at line 143)
# '
# Unhandled perl error caught at toplevel:
#
# An exception
#
# Thrown from:
/usr/home/root/.cpan/build/Error-0.17012-SDaYi7/blib/lib/Error.pm:184
#
# Full stack trace:
#
# main::__ANON__() called at t/08warndie.t line 37
# main::run_kid('CODE(0x81e00c0)') called at t/08warndie.t line 140
#
# '
# doesn't match '(?-xism:^
# Unhandled exception of type Error caught at toplevel:
#
# An exception
#
# Thrown from: (?-xism:t\/08warndie\.t):139
#
# Full stack trace:
#
# \tmain::__ANON__\(\) called at (?-xism:t\/08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at
(?-xism:t\/08warndie\.t) line 140
#
# $)'
# Looks like you failed 1 tests of 21.
t/08warndie............................ Dubious, test returned 1 (wstat 256,
0x100)
Failed 1/21 subtests
Sorry, I have no idea how to fix this one!
Greg.