From 7f02832c76dbc339144509a78bc2ad7bbfad2182 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Sat, 4 Jan 2014 00:03:35 -0300 Subject: [PATCH] perldelta for d_libname_unique --- 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 section, instead. =item * -XXX +Distinct library basenames with C. + +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 -- 2.7.4