From 8c02634dc0c7d7611687ee447f001fcf1c387de5 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 5 Jun 2007 10:23:24 +0000 Subject: [PATCH] There is no more a ~~ feature, noticed by Moritz Lenz p4raw-id: //depot/perl@31334 --- pod/perlsyn.pod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index c10d732..177ff4c 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -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 -is treated as an implicit smart match most of the time. The -exceptions are that when EXPR is: +In fact C is treated as an implicit smart match most of the +time. The exceptions are that when EXPR is: =over 4 -- 2.7.4