gnc-prices is toast?

linas@linas.org linas@linas.org
Mon, 20 Nov 2000 11:10:58 -0600 (CST)


It's been rumoured that Jeff Clark said:
> 
> Dave Peticolas wrote:
> > 
> > Jeff Clark writes:
> > >
> > >     # Added [jlc:20001117.0035CST]
> > >     use lib '/usr/share/gnucash/perl';
> > >     use lib '/usr/lib/perl5/site_perl';
> > >     use lib '/usr/lib/gnucash/perl';
> > >
> > >     use lib '/usr/local/share/gnucash/perl';
> > >     use Quote;
> > >     use lib '/usr/local/lib/gnucash/perl';
> > >     use gnucash;
> > >
> > > The first three "use lib" lines are what I added: the last four are the
> > > original "out of the box" content.
> > 
> > Did you get that package from the gnucash.org site? What version is it
> > and for what distribution?

My guess is that paths such as
   use lib '/usr/lib/perl5/site_perl';
are not unreasonable places to look for perl modules (such as quote.pm)
and therefore belong in the path (i.e. in the Makefile.am)

--linas