summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-07-11 22:12:25 +1000
committerRicardo Signes <rjbs@cpan.org>2012-10-11 14:21:18 -0400
commit49a8948aee6d0bf06889396ea9d8496c9c264b88 (patch)
treecc6bc35b02f540752b4adcbd3aad0c1cbeda549c
parent45258f3d47caba1b53847757a3184aec507979c1 (diff)
downloadperl-49a8948aee6d0bf06889396ea9d8496c9c264b88.tar.gz
AIX isn't a new platform, move its note to the right place
-rw-r--r--pod/perldelta.pod11
1 files changed, 7 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f207489cd2..b299e45e74 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -263,11 +263,8 @@ source tree.
=over 4
-=item *
+=item XXX
-Configure now always adds -qlanglvl=extc99 to the CC flags on AIX when
-using xlC. This will make it easier to compile a number of XS-based modules
-that assume C99 [perl #113778].
=back
@@ -296,6 +293,12 @@ L</Modules and Pragmata> section.
XXX
+=item AIX
+
+Configure now always adds -qlanglvl=extc99 to the CC flags on AIX when
+using xlC. This will make it easier to compile a number of XS-based modules
+that assume C99 [perl #113778].
+
=back
=head1 Internal Changes