AIX isn't a new platform, move its note to the right place
authorTony Cook <tony@develop-help.com>
Wed, 11 Jul 2012 12:12:25 +0000 (22:12 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 11 Jul 2012 12:12:25 +0000 (22:12 +1000)
pod/perldelta.pod

index afb8f7e..9209c39 100644 (file)
@@ -309,11 +309,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
 
@@ -346,6 +343,12 @@ were passed through to DCL, which would fail to recognize the command.  Also, if
 verb is actually a path to an image or command procedure on an ODS-5 volume, quoting it
 now allows the path to contain spaces.
 
+=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