projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584420f
)
There is no more a ~~ feature, noticed by Moritz Lenz
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 5 Jun 2007 10:23:24 +0000
(10:23 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 5 Jun 2007 10:23:24 +0000
(10:23 +0000)
p4raw-id: //depot/perl@31334
pod/perlsyn.pod
patch
|
blob
|
history
diff --git
a/pod/perlsyn.pod
b/pod/perlsyn.pod
index
c10d732
..
177ff4c
100644
(file)
--- 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<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