[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: vendor_perl
>>>>> "T" == Tom Christiansen <tchrist@chthon.perl.com> writes:
T> Could anyone please tell me whether any vendors are currently
T> using the vendor_perl hook? If so, could you please send me
T> an @INC dump like this:
T> % perl -le "print for @INC"
T> /usr/libdata/perl5/sparc-openbsd/5.00503
T> /usr/local/libdata/perl5/sparc-openbsd/5.00503
T> /usr/libdata/perl5
T> /usr/local/libdata/perl5
T> /usr/local/libdata/perl5/site_perl/sparc-openbsd
T> /usr/libdata/perl5/site_perl/sparc-openbsd
T> /usr/local/libdata/perl5/site_perl
T> /usr/libdata/perl5/site_perl
T> .
IRIX is shipping 5.00404 with something similar I hacked together:
$ perl -le 'print join "\n", @INC'
/usr/share/lib/perl5/irix-n32/5.00404
/usr/share/lib/perl5
/usr/share/lib/perl5/site_perl/irix-n32
/usr/share/lib/perl5/site_perl
/usr/share/lib/perl5/sgi_perl
.
And we are providing as a seperate version (political issues getting
the newer one in as standard...) as:
$ perl5 -le 'print for @INC'
/usr/freeware/lib/perl5/5.00503/irix-n32
/usr/freeware/lib/perl5/5.00503
/usr/freeware/lib/perl5/site_perl/5.005/irix-n32
/usr/freeware/lib/perl5/site_perl/5.005
/usr/freeware/lib/perl5/sgi_perl/irix-n32
/usr/freeware/lib/perl5/site_perl
.
With the recommendation that the site_perl can be symlinked to the
same directory.
--
Scott Henry <scotth@sgi.com> / Help! My disclaimer is missing!
IRIX MTS, / GIGO *really* means: Garbage in, Gospel Out
Silicon Graphics, Inc / http://reality.sgi.com/scotth/
- References to:
-
Tom Christiansen <tchrist@chthon.perl.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]