note that the ~~ operator is experimental
authorRicardo Signes <rjbs@cpan.org>
Sat, 22 Feb 2014 03:25:19 +0000 (22:25 -0500)
committerRicardo Signes <rjbs@cpan.org>
Thu, 6 Mar 2014 01:39:59 +0000 (20:39 -0500)
(cherry picked from commit 43c6e0a7ba1950c4a64b59be5d0a9cd7b1807cca)

pod/perlop.pod

index 4b71989..3cb64e9 100644 (file)
@@ -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<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