On Mon, Jan 5, 2009 at 9:45 PM, Peter Clifton <[email protected]> wrote:
> I presume the intention was to go for > $PREFIX/share/gEDA/gxyrs/gxyrs.pm ? > > Is that a legitimate / conventional place to install a .pm module? I > don't know much about perl. Something like ../gEDA/perl/lib would be a bit more conventional. To add all of the gEDA perl libraries to the PERLLIB environment variable you would just append a single path. My PERL5LIB environment variable is PERL5LIB=/home/jluciani/perl/lib:/local/host/perl/lib:/local/lan/perl/lib:/local/pub/perl/cpan/lib: If there was more than one perl module for gxyrs you would make a ../gEDA/perl/lib/Gxyrs directory and place the group of modules there. (* jcl *) -- http://www.luciani.org _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
