On Mon, Sep 19, 2005 at 06:55:12PM -0500, Comrade Burnout wrote: > i upgraded to 5.8.2 (i think that's the minor version number .. don't > recall), and that "magickally" fixed everything. > > i was running 5.6.1 at the time.
Oh. Did you chdir() at all in the tests? Earlier versions of MakeMaker used relative paths in @INC for blib/lib. So if your test changes directories and then tries to load a module it won't find the ones in blib. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You know what the chain of command is? It's the chain I go get and beat you with 'til you understand who's in ruttin' command here. -- Jayne Cobb, "Firefly"
