In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7f02832c76dbc339144509a78bc2ad7bbfad2182?hp=5e4a7f813da751856f841bf7729a625911972885>
- Log ----------------------------------------------------------------- commit 7f02832c76dbc339144509a78bc2ad7bbfad2182 Author: Brian Fraser <[email protected]> Date: Sat Jan 4 00:03:35 2014 -0300 perldelta for d_libname_unique ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5fae72e..f2ae157 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -276,7 +276,12 @@ L</Platform Support> section, instead. =item * -XXX +Distinct library basenames with C<d_libname_unique>. + +When compiling perl with this option, the library files for XS modules are +named something "unique" -- for example, Hash/Util/Util.so becomes +Hash/Util/PL_Hash__Util.so. This behavior is similar to what currently +happens on VMS, and serves as groundwork for the Android port. =back -- Perl5 Master Repository
