From 6d743019f3ff1c2efcf74a1e4f98ea5bd3b7351a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 8 May 2009 22:37:03 +0200 Subject: Make ~~ overloading only be invoked on the right argument --- t/op/smartmatch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/op/smartmatch.t') diff --git a/t/op/smartmatch.t b/t/op/smartmatch.t index 3838518eac..75c0ec08e7 100644 --- a/t/op/smartmatch.t +++ b/t/op/smartmatch.t @@ -150,7 +150,7 @@ __DATA__ # regular object @ $obj $obj -@ $ov_obj $obj TODO +@ $ov_obj $obj @ \&fatal $obj @ \&FALSE $obj @ \&foo $obj -- cgit v1.2.1