From cc08d69f51c86cbd5787050beb51daf9bfa5c373 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 21 Feb 2014 22:25:19 -0500 Subject: [PATCH] note that the ~~ operator is experimental (cherry picked from commit 43c6e0a7ba1950c4a64b59be5d0a9cd7b1807cca) --- pod/perlop.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4