On Sep 17, 2004, at 7:48 AM, Ricardo SIGNES wrote:
Presumably the problem is that by runtime, lib and blib directories are already in @INC, so the things in your ./distro/lib/ won't be covered, defeating the point.
Ah, good point.
As to whether there is a simple way to resolve this, I haven't thought about it.
$inc = [ grep { $_ !~ /^lib/ && $_ !~ /^blib/ } @INC ];
?
Regards,
David