Skip Menu |

This queue is for tickets about the Carp-Assert CPAN distribution.

Report information
The Basics
Id: 700
Status: resolved
Priority: 0/
Queue: Carp-Assert

People
Owner: Nobody in particular
Requestors: john_borwick [...] ncsu.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.17
  • 0.15
  • 0.16
Fixed in: (no value)



Subject: Carp::Assert's embedded-Carp-Assert.t fails for me (5.6.1)
I'm running perl 5.6.1 on i386-freebsd . As the subject line indicates, the "embedded-Carp-Assert.t" tests do not work. Let me know if more information would be helpful.
[guest - Fri May 31 14:17:32 2002]: Show quoted text
> I'm running perl 5.6.1 on i386-freebsd . As the subject line > indicates, the "embedded-Carp-Assert.t" tests do not work. Let me > know if more information would be helpful.
Yes, some more information would be helpful. Such as, in what way does it not work? Even just a cut & paste of the 'make test' would help.
[john_borwick@ncsu.edu - Fri May 31 15:55:29 2002]: Show quoted text
> t/embedded-Carp-Assert.FAILED tests 1-11 > Failed 11/11 tests, 0.00% okay
This test uses a style of output understood by Test::Harness 1.22 and up. Anything earlier reports it as a failure (as above). Since you have Test::More installed, an upgrade of Test::Harness should also have been installed as a prerequisite for Test::More to at least 1.23 (Test::More's tests would not have passed without it). Check what version of Test::Harness you have installed (simplest way is perldoc -m Test::Harness). If it turns out to be an old version (probably 1.1604) it's possible you've upgraded/reinstalled Perl 5.6.1 since you installed Test::More (and thus Test::Harness) and the new version was overwritten with the old.