annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
133
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
1 use strict;
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
2 package IMPL::Class::MethodInfo;
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
3
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
4 use base qw(IMPL::Class::MemberInfo);
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
5
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
6 __PACKAGE__->PassThroughArgs;
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
7
a07a66fd8d5c Added IMPL::Class::MethodInfo
wizard
parents:
diff changeset
8 1;