comparison Lib/IMPL/Class/MethodInfo.pm @ 133:a07a66fd8d5c

Added IMPL::Class::MethodInfo IMPL::Class::Property::Base optimizations
author wizard
date Fri, 18 Jun 2010 16:27:28 +0400
parents
children 44977efed303
comparison
equal deleted inserted replaced
132:42fbb38d4a48 133:a07a66fd8d5c
1 use strict;
2 package IMPL::Class::MethodInfo;
3
4 use base qw(IMPL::Class::MemberInfo);
5
6 __PACKAGE__->PassThroughArgs;
7
8 1;