Mercurial > pub > Impl
view Lib/IMPL/Class/MethodInfo.pm @ 213:d6e2ea24af08
sync
author | sergey |
---|---|
date | Fri, 03 Aug 2012 01:15:15 +0400 |
parents | 4d0e1962161c |
children | 6d8092d8ce1b |
line wrap: on
line source
use strict; package IMPL::Class::MethodInfo; use parent qw(IMPL::Class::MemberInfo); __PACKAGE__->PassThroughArgs; __PACKAGE__->mk_accessors(qw( ReturnType Parameters )); 1;