In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/32d539f5dc7b311a333afad7d5fc9b39073efa42?hp=e2880212eacea7601285fe22abc41541ac90581e>
- Log ----------------------------------------------------------------- commit 32d539f5dc7b311a333afad7d5fc9b39073efa42 Author: Reini Urban <[email protected]> Date: Sat Jul 24 15:26:52 2010 +0200 Add more advantages of a perl.def file. ----------------------------------------------------------------------- Summary of changes: pod/perltodo.pod | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pod/perltodo.pod b/pod/perltodo.pod index e2fa882..21ff145 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -334,7 +334,8 @@ visibility just to symbols declared in that file. It would be good to extend F<makedef.pl> to support this format, and to provide a means within C<Configure> to enable it. This would allow Unix users to test that the export list is correct, and to build a perl that does not pollute the global -namespace with private symbols. +namespace with private symbols, and will fail in the same way as msvc or mingw +builds or when using PERL_DL_NONLAZY=1. =head2 Cross-compile support -- Perl5 Master Repository
