From: Rafael Garcia-Suarez Date: Fri, 13 Feb 2009 20:57:41 +0000 (+0100) Subject: Add tests for undef smart-matching X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=161d9976705d696949da2e59561389dfd8120591;p=p5sagit%2Fp5-mst-13.2.git Add tests for undef smart-matching --- diff --git a/t/op/smartmatch.t b/t/op/smartmatch.t index 1ef56c1..86ea187 100644 --- a/t/op/smartmatch.t +++ b/t/op/smartmatch.t @@ -268,3 +268,5 @@ __DATA__ ! !1 undef ! \&foo undef ! sub { } undef + undef undef + $::undef undef