diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-01-04 09:11:32 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-06 15:46:35 +0000 |
commit | e3c86cb70703feebf6abd65d38b2581d6e9b7429 (patch) | |
tree | f499aef1ef66bb78509fbf1a4fcd2843f8abb694 /pod | |
parent | 35925e80e0fed63e4413b5afa3d4ad736791b504 (diff) | |
download | perl-e3c86cb70703feebf6abd65d38b2581d6e9b7429.tar.gz |
'~~' is not a feature [repost]
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510801041111q1730ce02hbcac80b91d78a244@mail.gmail.com>
p4raw-id: //depot/perl@32870
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index 47184f3ac4..c59254579c 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -447,8 +447,6 @@ X<cmp> Binary "~~" does a smart match between its arguments. Smart matching is described in L<perlsyn/"Smart matching in detail">. -This operator is only available if you enable the "~~" feature: -see L<feature> for more information. X<~~> "lt", "le", "ge", "gt" and "cmp" use the collation (sort) order specified |