summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-02-21 22:25:19 -0500
committerRicardo Signes <rjbs@cpan.org>2014-02-21 22:25:19 -0500
commit43c6e0a7ba1950c4a64b59be5d0a9cd7b1807cca (patch)
treec0e7033b73e32c277dfec84d611e2460659691e3
parenta80542ec933825b39d4634c64ca38e0598154434 (diff)
downloadperl-43c6e0a7ba1950c4a64b59be5d0a9cd7b1807cca.tar.gz
note that the ~~ operator is experimental
-rw-r--r--pod/perlop.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 7db132c024..caa4f2bef2 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -497,7 +497,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<when> construct described in L<perlsyn>, although
not all C<when> 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<experimental|perlpolicy/experimental> 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