diff Lib/IMPL/Object/Abstract.pm @ 280:c6d0f889ef87

+IMPL::declare now supports meta attributes *bugfixes related to the typeof() operator
author cin
date Wed, 06 Feb 2013 02:15:48 +0400
parents 8a5da17d7ef9
children 97628101b765
line wrap: on
line diff
--- a/Lib/IMPL/Object/Abstract.pm	Mon Feb 04 17:16:45 2013 +0400
+++ b/Lib/IMPL/Object/Abstract.pm	Wed Feb 06 02:15:48 2013 +0400
@@ -113,7 +113,7 @@
     return (ref $self || $self);
 }
 
-sub typeof {
+sub _typeof {
     ref $_[0] || $_[0];
 }