diff Lib/IMPL/lang.pm @ 315:77df11605d3a

code cleanup
author cin
date Tue, 07 May 2013 02:19:24 +0400
parents c6d0f889ef87
children d5c8b955bf8d
line wrap: on
line diff
--- a/Lib/IMPL/lang.pm	Thu May 02 10:43:49 2013 +0400
+++ b/Lib/IMPL/lang.pm	Tue May 07 02:19:24 2013 +0400
@@ -75,7 +75,7 @@
 }
 
 sub typeof(*) {
-    eval { $_[0]->_typeof } || blessed($_[0]) || ref($_[0]) || $_[0];
+    eval { $_[0]->_typeof } || blessed($_[0]) || ref($_[0]);
 }
 
 sub public($) {