Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index 0a33e3d..ed9b56d 100644 (file)
@@ -122,6 +122,13 @@ Unix and UNICOS also have 64-bit support.
 
 =head2 Better syntax checks on parenthesized unary operators
 
+TODO
+
+=head2 POSIX character class syntax [: :] supported
+
+For example to match alphabetic characters use /[[:alpha:]]/.
+See L<perlre> for details.
+
 Expressions such as:
 
     print defined(&foo,&bar,&baz);
@@ -143,11 +150,6 @@ behaviour of:
 
 remains unchanged.  See L<perlop>.
 
-=head2 POSIX character class syntax [: :] supported
-
-For example to match alphabetic characters use /[[:alpha:]]/.
-See L<perlre> for details.
-
 =head2 Improved C<qw//> operator
 
 The C<qw//> operator is now evaluated at compile time into a true list