NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
maybe you know this... (Score:1)
...but I find it's something people often don't know, and it made me crazy until pjcj explained it to me.
Basically @INC is cached at install time. If you update perl, you need to re-install Devel::Cover. If that's not working or you can't do it, inspect Devel::Cover::Inc.
rjbs
Re:maybe you know this... (Score:2)
I didn't know that :) Unfortunately I can't reinstall, as I don't have a C compiler on the Win32 machine (and without going into details it's not an option at the moment). However, I've had a look at Inc.pm as you suggested and altered the paths by hand and .... yeah! It works. Lovely. This would be a good entry for the docs. Will figure out a patch for that :)
Now I just need to figure out why that 1 test script causes the other problem.
Thanks.
Reply to This
Parent