Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: llap [...] cuckoo.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: (no value)



Subject: make test fails as no 'use blib' in embedded-Carp-Assert.t
embedded-Carp-Assert.t doesn't have a 'use blib' so can not find 'Carp::Assert' to test with. adding: 'use blib' at the top fixes the problem. Cheers
[guest - Mon Feb 21 06:40:53 2005]: Show quoted text
> embedded-Carp-Assert.t doesn't have a 'use blib' so can not find > 'Carp::Assert' to test with. > > adding: > 'use blib' at the top fixes the problem. > > Cheers
This should be unnecessary as MakeMaker should run the test with blib/lib already in @INC. Something else is going wrong. Can I see your full output of "make test"?