Subject: | There appears to be an issue with a scalar deref, which breaks tests |
Date: | Mon, 1 Oct 2007 22:22:52 -0400 |
To: | bug-email-mime-attachment-stripper [...] rt.cpan.org |
From: | jesse <jesse [...] fsck.com> |
/home/jesse/.cpan/build/Email-MIME-Attachment-Stripper-1.313
sh-3.2# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01..............
# Failed test '...As does second'
# in t/01.t at line 37.
# 'SCALAR(0x8354408)'
# doesn't match '(?-xism:^%!PS-Adobe-2\.0)'
t/01..............NOK 18# Looks like you failed 1 test of 38.
t/01..............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 18
Failed 1/38 tests, 97.37% okay
t/02..............ok
t/nested-parts....ok
t/pod-coverage....skipped
all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01.t 1 256 38 1 2.63% 18
1 test skipped.
Failed 1/5 test scripts, 80.00% okay. 1/46 subtests failed, 97.83% okay.
make: *** [test_dynamic] Error 255
sh-3.2#
--