PERFORCE change 13126 for review
[email protected] (Chris Nandor) Mon, 19 Nov 2001 23:52:13 -0500
| Newsgroups | perl.perl5.changes.mac |
|---|---|
| Message-ID | <p05100306b81f91f96a24@[10.0.1.177]> |
Change 13126 by pudge@pudge-mobile on 2001/11/20 03:28:51 Make configpm work with extra keys Affected files ... .... //depot/maint-5.6/macperl/macos/configpm#3 edit Differences ... ==== //depot/maint-5.6/macperl/macos/configpm#3 (text) ==== Index: perl/macos/configpm --- perl/macos/configpm.~1~ Mon Nov 19 20:45:06 2001 +++ perl/macos/configpm Mon Nov 19 20:45:06 2001 @@ -286,7 +286,7 @@ my $arch = $MacPerl::Architecture || ""; my $cc = $MacPerl::Compiler || ""; - %extra = ( + %preconfig = ( installsitelib => $inst, installsitearch => "$inst$arch:", archname => $arch, End of Patch.