diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-29 19:31:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-29 19:31:18 +0000 |
commit | e02fdbd207cb59e2bc293aefa8d5320e52579e74 (patch) | |
tree | a0704986e1590afa77296ab378129e06a25eb9ac /INSTALL | |
parent | a8deba26610ac9d6097c62e020502f4cc7ee6576 (diff) | |
download | perl-e02fdbd207cb59e2bc293aefa8d5320e52579e74.tar.gz |
notes about -DPERL_POLLUTE
p4raw-id: //depot/perl@2392
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -26,6 +26,13 @@ For information on what's new in this release, see the pod/perldelta.pod file. For more detailed information about specific changes, see the Changes file. +IMPORTANT NOTE: 5.005_53 and later releases do not export unadorned +global symbols anymore. This means most CPAN modules probably won't +build under this release without adding '-DPERL_POLLUTE' to ccflags +in config.sh. This is not the default because we want the modules +to get fixed *before* the 5.006 release. pod/perldelta.pod contains +additional notes about this. + =head1 DESCRIPTION This document is written in pod format as an easy way to indicate its @@ -62,7 +69,8 @@ The standard extensions supplied with Perl will be handled automatically. In a related issue, old extensions may possibly be affected by the changes in the Perl language in the current release. Please see -pod/perldelta.pod for a description of what's changed. +pod/perldelta.pod (and pod/perl500Xdelta.pod) for a description of +what's changed. =head1 WARNING: This version requires a compiler that supports ANSI C. |