From: Nicholas Clark Date: Mon, 24 Aug 2009 16:59:15 +0000 (+0100) Subject: Note that the smartmatch changes in 5.11.0 are the same as in 5.10.1. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a98ccf1e5226c4ec5087e356c7254712c6e01908;p=p5sagit%2Fp5-mst-13.2.git Note that the smartmatch changes in 5.11.0 are the same as in 5.10.1. --- diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 276d426..9890750 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -15,7 +15,8 @@ the 5.11.0 development release. =head2 Switch statement changes The handling of complex expressions by the C/C switch -statement has been enhanced. There are two new cases where C now +statement has been enhanced. These enhancements are also available in +5.10.1 and subsequent 5.10 releases. There are two new cases where C now interprets its argument as a boolean, instead of an expression to be used in a smart match: @@ -50,6 +51,8 @@ to the regular or operator, as in C.) The next section details more changes brought to the semantics to the smart match operator, that naturally also modify the behaviour of the switch statements where smart matching is implicitly used. +These changers were also made for the 5.10.1 release, and will remain in +subsequent 5.10 releases. =head2 Smart match changes