Change 31334 by [EMAIL PROTECTED] on 2007/06/05 10:23:24
There is no more a ~~ feature, noticed by Moritz Lenz
Affected files ...
... //depot/perl/pod/perlsyn.pod#59 edit
Differences ...
==== //depot/perl/pod/perlsyn.pod#59 (text) ====
Index: perl/pod/perlsyn.pod
--- perl/pod/perlsyn.pod#58~29613~ 2006-12-22 07:44:51.000000000 -0800
+++ perl/pod/perlsyn.pod 2007-06-05 03:23:24.000000000 -0700
@@ -555,10 +555,8 @@
when($_ ~~ $foo)
-(though you need to enable the "~~" feature before you
-can use the C<~~> operator directly). In fact C<when(EXPR)>
-is treated as an implicit smart match most of the time. The
-exceptions are that when EXPR is:
+In fact C<when(EXPR)> is treated as an implicit smart match most of the
+time. The exceptions are that when EXPR is:
=over 4
End of Patch.