Mercurial > pub > Impl
diff Lib/IMPL/Security/Role.pm @ 393:69a1f1508696
minor security refactoring
author | cin |
---|---|
date | Fri, 14 Feb 2014 16:41:12 +0400 |
parents | 6d8092d8ce1b |
children |
line wrap: on
line diff
--- a/Lib/IMPL/Security/Role.pm Fri Feb 14 03:31:45 2014 +0400 +++ b/Lib/IMPL/Security/Role.pm Fri Feb 14 16:41:12 2014 +0400 @@ -10,14 +10,9 @@ 'IMPL::Object' => undef, 'IMPL::Security::AbstractRole' => undef ], - props => [ - @{AbstractRole->abstractProps()} - ] + _implement => 1 }; -__PACKAGE__->abstractProps([]); - - sub CTOR { my ($this,$name,$parentRoles) = @_;