diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lib/IMPL/Class/MethodInfo.pm	Fri Jun 18 16:27:28 2010 +0400
@@ -0,0 +1,8 @@
+use strict;
+package IMPL::Class::MethodInfo;
+
+use base qw(IMPL::Class::MemberInfo);
+
+__PACKAGE__->PassThroughArgs;
+
+1;
\ No newline at end of file