develooper Front page | perl.perl5.porters | Postings from August 2001

[PATCH perl@ ] add $Config('scriptdir'} on VMS

From:
Craig A. Berry
Date:
August 23, 2001 17:10
Subject:
[PATCH perl@ ] add $Config('scriptdir'} on VMS
Message ID:
a05101004b7ab4593bb24@[172.16.52.1]
perldoc.PL depends on this but we didn't have it and were getting 
uninitialized value warnings.

--- configure.com;-0    Thu Aug 16 22:59:34 2001
+++ configure.com       Thu Aug 23 19:17:41 2001
@@ -1490,6 +1490,8 @@
     oldarchlibexp="''vms_prefix':[lib.''archname']"
 $ IF F$TYPE(privlibexp) .EQS. "" THEN -
     privlibexp ="''vms_prefix':[lib]"
+$ IF F$TYPE(scriptdir) .EQS. "" THEN -
+    scriptdir ="''vms_prefix':[utils]"
 $ IF F$TYPE(sitearchexp) .EQS. "" THEN -
     sitearchexp ="''vms_prefix':[lib.site_perl.''archname']"
 $ IF F$TYPE(sitelib_stem) .EQS. "" THEN -
@@ -5552,6 +5554,7 @@
 $ WC "sPRIx64='" + sPRIx64 + "'"
 $ WC "sSCNfldbl='" + sSCNfldbl + "'"
 $ WC "sched_yield='" + sched_yield + "'"
+$ WC "scriptdir='" + scriptdir + "'"
 $ WC "seedfunc='" + seedfunc + "'"
 $ WC "selectminbits='32'"
 $ WC "selecttype='" + selecttype + "'" 
[end of patch]
-- 
____________________________________________
Craig A. Berry                   
mailto:craigberry@mac.com

"Literary critics usually know what they're
talking about. Even if they're wrong."
	-- Perl creator Larry Wall



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About