Mercurial > pub > Impl
diff Lib/IMPL/Class/Meta.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 | af8af4b8337e |
children | 7c784144d2f1 |
line wrap: on
line diff
--- a/Lib/IMPL/Class/Meta.pm Mon Feb 04 17:16:45 2013 +0400 +++ b/Lib/IMPL/Class/Meta.pm Wed Feb 06 02:15:48 2013 +0400 @@ -29,7 +29,7 @@ my @result; if ($deep) { - @result = map { $_->can('get_meta') ? $_->get_meta($meta_class,$predicate,$deep) : () } @{$class.'::ISA'}; + @result = map { $_->can('GetMeta') ? $_->GetMeta($meta_class,$predicate,$deep) : () } @{$class.'::ISA'}; } if ($predicate) {