comparison Lib/IMPL/Class/MethodInfo.pm @ 134:44977efed303

Significant performance optimizations Fixed recursion problems due converting objects to JSON Added cache support for the templates Added discovery feature for the web methods
author wizard
date Mon, 21 Jun 2010 02:39:53 +0400
parents a07a66fd8d5c
children 76515373dac0
comparison
equal deleted inserted replaced
133:a07a66fd8d5c 134:44977efed303
3 3
4 use base qw(IMPL::Class::MemberInfo); 4 use base qw(IMPL::Class::MemberInfo);
5 5
6 __PACKAGE__->PassThroughArgs; 6 __PACKAGE__->PassThroughArgs;
7 7
8 __PACKAGE__->mk_accessors(qw(
9 ReturnType
10 Parameters
11 ));
12
8 1; 13 1;