summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/Porting/pumpkin.pod
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/Porting/pumpkin.pod')
-rw-r--r--contrib/perl5/Porting/pumpkin.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/perl5/Porting/pumpkin.pod b/contrib/perl5/Porting/pumpkin.pod
index f41dfac..335e49f 100644
--- a/contrib/perl5/Porting/pumpkin.pod
+++ b/contrib/perl5/Porting/pumpkin.pod
@@ -1178,6 +1178,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
OpenPOWER on IntegriCloud