From: Jarkko Hietaniemi Date: Sun, 11 Jul 1999 21:59:01 +0000 (+0000) Subject: More manual sync. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=500eb3bf7664bac7059c824751ab6d6c8bf97246;p=p5sagit%2Fp5-mst-13.2.git More manual sync. p4raw-id: //depot/cfgperl@3665 --- 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