On Thu, Dec 09, 2004 at 11:07:21AM -0800, Kevin Scaldeferri wrote:

> Running some of the tests outside of the harness though, I see a couple 
> more messages which were hidden before:
> 
> Devel::Cover: Can't find file "../../lib/Storable.pm": ignored.
> 
> I'm pretty confused about where that's coming from.  I can find 
> messages of the sort "Can't open file ..." in the source, but not 
> "Can't find file".

That comes from Devel::Cover::use_file().  It's an annoying message and
I haven't got around to tracking down exactly what's happening there,
but I've always thought it to be benign.  It's basically saying that
something used Storable and perl located it at ../../lib/Storable.pm.
Since then $CWD has changed and now it can't be found any more so you
aren't going to get a coverage report about it.  Which is normally fine,
since you don't want one anyway, and even if you did you couldn't
because Devel::Cover uses Storable internally.

Whether this is related to your main problem I can't tell, though I have
have seen that warning plenty of times before but never encountered your
main problem.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to