This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement "~~ $scalar" for numbers and strings
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 23 Mar 2009 23:27:32 +0000 (00:27 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 23 Mar 2009 23:27:32 +0000 (00:27 +0100)
commit33ed63a220e7fd3d10f2504723eeeef68371efe8
tree33d1e6c3c2fe7ffe7ad35053e55753ad50989c98
parenta566f585deae885dd3accdc93186eed7bf302b77
Implement "~~ $scalar" for numbers and strings

Make documentation more precise about the different cases,
and add tests.
pod/perlsyn.pod
pp_ctl.c
t/op/smartmatch.t