From: Jarkko Hietaniemi Date: Sat, 8 Jun 2002 18:55:23 +0000 (+0000) Subject: Document the do BAREWORD change, from Rafael. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c641af764f344b5fb73b1d708d23eb42ca7a04b;p=p5sagit%2Fp5-mst-13.2.git Document the do BAREWORD change, from Rafael. p4raw-id: //depot/perl@17108 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fc903ca..355346e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -493,6 +493,13 @@ in multiple arguments.) =item * +C followed by a bareword now ensures that this bareword isn't +a keyword (to avoid a bug where C tried to call +subroutine called C). This means that for example instead of +C you must write C. + +=item * + The builtin dump() now gives an optional warning C, meaning that by default C is resolved as the builtin