More manual sync.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 11 Jul 1999 21:59:01 +0000 (21:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 11 Jul 1999 21:59:01 +0000 (21:59 +0000)
p4raw-id: //depot/cfgperl@3665

pod/perldelta.pod

index ed9b56d..0a33e3d 100644 (file)
@@ -122,13 +122,6 @@ 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);
@@ -150,6 +143,11 @@ 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