From: Chris 'BinGOs' Williams Date: Sat, 16 Feb 2013 14:26:24 +0000 (+0000) Subject: Document in perldelta, new diag and Configure option. X-Git-Tag: upstream/5.20.0~4015 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2d1e842481ab1c01af05dfa5ef041c4a41c9bce;p=platform%2Fupstream%2Fperl.git Document in perldelta, new diag and Configure option. --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e3c60c2..3fc33ac 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -372,7 +372,7 @@ XXX L =item * -XXX L +Strings with code points over 0xFF may not be mapped into in-memory file handles =back @@ -421,6 +421,24 @@ L section, instead. =item * +Added C option to Configure + +When set, it includes 'api_versionstring' in 'archname'. E.g. +x86_64-linux-5.13.6-thread-multi. It is unset by default. + +This feature was requested by Tim Bunce, who observed that +INSTALL_BASE creates a library structure that does not +differentiate by perl version. Instead, it places architecture +specific files in "$install_base/lib/perl5/$archname". This makes +it difficult to use a common INSTALL_BASE library path with +multiple versions of perl. + +By setting -Duseversionedarchname, the $archname will be +distinct for architecture *and* API version, allowing mixed use of +INSTALL_BASE. + +=item * + Both C and C files are now included in the distribution. =back