changed path of default perl libraries

PR:             ports/10320
Submitted by:	hokada@isl.melco.co.jp
This commit is contained in:
Satoshi Taoka 1999-03-13 06:40:39 +00:00
parent 8e55365517
commit 6363db6b4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17160

View File

@ -5,7 +5,7 @@
'noglobals', 'pedantic', 'urlget=s', 'v', 'version', 'warnings',
'x=s', 'c=s', 'explain');
-
+@INC = ('/usr/share/perl','%PERLLIBDIR%');
+@INC = ( @INC, '%PERLLIBDIR%');
$exit_status = 0;
require 'newgetopt.pl';