diff options
author | Reini Urban <rurban@x-ray.at> | 2010-07-24 15:26:52 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-25 23:19:53 +0200 |
commit | 32d539f5dc7b311a333afad7d5fc9b39073efa42 (patch) | |
tree | eff286a0c6f1d9b4fdfbf83c9e03a689a084628c /pod/perltodo.pod | |
parent | e2880212eacea7601285fe22abc41541ac90581e (diff) | |
download | perl-32d539f5dc7b311a333afad7d5fc9b39073efa42.tar.gz |
Add more advantages of a perl.def file.
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index e2fa88260f..21ff1453f1 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 |