On Thu, Nov 17, 2005 at 07:23:45AM -0800, Lars D. Noodén wrote:
> In testing a new filter I can get my changes to show up when runing
> swish-filter-test, but not when actually running swish. The filter is
> getting used, but just an older version. Has perl or swish cached the
> earlier version?
No, it's just a matter of which version perl finds first in the @INC
path.
swish-filter-test looks in the swish perl lib first, then @INC unless
you specify -I or PERL5LIB on the command line.
use Data::dumper; print \%INC after loading the modules will tell you
where it found them.
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Thu Nov 17 07:53:45 2005