perldelta: Reorder to avoid pronoun confusion
authorKarl Williamson <public@khwilliamson.com>
Fri, 11 May 2012 16:35:13 +0000 (10:35 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 May 2012 16:47:59 +0000 (10:47 -0600)
Spotted by Zsbán Ambrus

pod/perldelta.pod

index f5fec0e..d76c820 100644 (file)
@@ -1044,8 +1044,6 @@ numerous deparsing bugs.
 
 L<CGI> has been upgraded from version 3.52 to 3.59.
 
-The DELETE HTTP verb is now supported.
-
 It uses the public and documented FCGI.pm API in CGI::Fast.  CGI::Fast was
 using an FCGI API that was deprecated and removed from documentation
 more than ten years ago.  Usage of this deprecated API with FCGI E<gt>=
@@ -1084,6 +1082,8 @@ This is consistent with the CGI RFC 3875, and is also consistent with
 CGI::Simple.  However, the old behavior may have been expected by some
 command-line uses of CGI.pm.
 
+In addition, the DELETE HTTP verb is now supported.
+
 =item *
 
 L<Compress::Zlib> has been upgraded from version 2.035 to 2.048.