From: Ricardo Signes Date: Sat, 22 Feb 2014 03:25:19 +0000 (-0500) Subject: note that the ~~ operator is experimental X-Git-Tag: upstream/5.20.0~256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc08d69f51c86cbd5787050beb51daf9bfa5c373;p=platform%2Fupstream%2Fperl.git note that the ~~ operator is experimental (cherry picked from commit 43c6e0a7ba1950c4a64b59be5d0a9cd7b1807cca) --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 4b71989..3cb64e9 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -517,7 +517,9 @@ First available in Perl 5.10.1 (the 5.10.0 version behaved differently), binary C<~~> does a "smartmatch" between its arguments. This is mostly used implicitly in the C construct described in L, although not all C clauses call the smartmatch operator. Unique among all of -Perl's operators, the smartmatch operator can recurse. +Perl's operators, the smartmatch operator can recurse. The smartmatch +operator is L and its behavior is +subject to change. It is also unique in that all other Perl operators impose a context (usually string or numeric context) on their operands, autoconverting