# from [EMAIL PROTECTED]
# on Thursday 28 August 2008 06:19:
> sub _search_INC {
> # TODO: doesn't handle coderefs or arrayrefs or objects in @INC,
> but # it probably should
> my ($self, $file) = @_;
>
> foreach my $dir (@INC) {
>+ next if ref $dir;
I think that TODO is done.
--Eric
--
Entia non sunt multiplicanda praeter necessitatem.
--Occam's Razor
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------
