diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-02 08:52:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-02 08:52:13 +0000 |
commit | 9cc29783e82bdad1f12bda85adb9cbb018b86211 (patch) | |
tree | d71f55ca8b5163ca00970d310f8ebc6d2fd44181 /Porting | |
parent | 245ccdfc96e80a37f854d10e16cf1eb342c49934 (diff) | |
download | perl-9cc29783e82bdad1f12bda85adb9cbb018b86211.tar.gz |
Todo updates from Andy Dougherty <doughera@lafayette.edu>
p4raw-id: //depot/perl@2754
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/pumpkin.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 1f53c26794..c54c508158 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -1293,6 +1293,16 @@ the dist-users mailing list along these lines. They have been folded back into the main distribution, but various parts of the perl Configure/build/install process still assume src='.'. +=item Directory for vendor-supplied modules? + +If a vendor supplies perl, but wants to leave $siteperl and $sitearch +for the local user to use, where should the vendor put vendor-supplied +modules (such as Tk.so?) If the vendor puts them in $archlib, then +they need to be updated each time the perl version is updated. +Perhaps we need a set of libries $vendorperl and $vendorarch that +track $apiversion (like the $sitexxx directories do) rather than +just $version (like the main perl directory). + =item Hint file fixes Various hint files work around Configure problems. We ought to fix |