comparison Lib/IMPL/Class/MethodInfo.pm @ 230:6d8092d8ce1b

*reworked IMPL::Security *reworked IMPL::Web::Security *refactoring
author sergey
date Mon, 08 Oct 2012 03:37:37 +0400
parents 4d0e1962161c
children
comparison
equal deleted inserted replaced
229:47f77e6409f7 230:6d8092d8ce1b
4 use parent qw(IMPL::Class::MemberInfo); 4 use parent qw(IMPL::Class::MemberInfo);
5 5
6 __PACKAGE__->PassThroughArgs; 6 __PACKAGE__->PassThroughArgs;
7 7
8 __PACKAGE__->mk_accessors(qw( 8 __PACKAGE__->mk_accessors(qw(
9 ReturnType 9 returnType
10 Parameters 10 parameters
11 )); 11 ));
12 12
13 1; 13 1;