This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix smart match docs for lhs undef
authorJesse Luehrs <doy@tozt.net>
Thu, 7 Jul 2011 08:21:16 +0000 (03:21 -0500)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 7 Jul 2011 19:57:05 +0000 (21:57 +0200)
commit0d7c3953156bde2481c2a405e4f59e474fbf88df
tree208d818c640491e239104c3e6f9d39f7eb2c8b93
parent141b0385bfd827330c46a04c1a78404244e3e942
fix smart match docs for lhs undef

undef ~~ 0 is false, but undef == 0 is true - this one is falling under
the undef ~~ Any case, not the Any ~~ Num case.
pod/perlsyn.pod