in reply to Test::Harness vs blib

Let's see the full output from `make test TEST_VERBOSE=1`.

That command line you typed out looks wrong. Surely it isn't "PEL_DL_NOLAZY" with a missing "R". Also, I wouldn't expect to find modules in blib, although I would expect them to end up in blib/lib (and notice that's where `make test` looks). Are you doing something odd with your distro or do you have 'blib/lib' put into @INC somehow?

--
brian d foy <brian@stonehenge.com>

Replies are listed 'Best First'.
Re^2: Test::Harness vs blib
by asarih (Hermit) on Apr 15, 2005 at 02:54 UTC
    Ah, yes, that was a typo, but "PERL_DL_NONLAZY=1" gives the same output, unfortunately.