From 500eb3bf7664bac7059c824751ab6d6c8bf97246 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 11 Jul 1999 21:59:01 +0000 Subject: [PATCH] More manual sync. p4raw-id: //depot/cfgperl@3665 --- pod/perldelta.pod | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ed9b56d..0a33e3d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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 for details. - Expressions such as: print defined(&foo,&bar,&baz); @@ -150,6 +143,11 @@ behaviour of: remains unchanged. See L. +=head2 POSIX character class syntax [: :] supported + +For example to match alphabetic characters use /[[:alpha:]]/. +See L for details. + =head2 Improved C operator The C operator is now evaluated at compile time into a true list -- 2.7.4