There is no more a ~~ feature, noticed by Moritz Lenz
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 5 Jun 2007 10:23:24 +0000 (10:23 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 5 Jun 2007 10:23:24 +0000 (10:23 +0000)
p4raw-id: //depot/perl@31334

pod/perlsyn.pod

index c10d732..177ff4c 100644 (file)
@@ -555,10 +555,8 @@ is exactly equivalent to
 
        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