comparison Lib/IMPL/Security/AbstractPrincipal.pm @ 401:16ff604298c7

minor fixes
author cin
date Thu, 15 May 2014 18:24:28 +0400
parents 6d8092d8ce1b
children
comparison
equal deleted inserted replaced
400:ef37ec102dab 401:16ff604298c7
8 __PACKAGE__->static_accessor_clone(abstractProps => [ 8 __PACKAGE__->static_accessor_clone(abstractProps => [
9 name => PROP_RW, 9 name => PROP_RW,
10 description => PROP_RW 10 description => PROP_RW
11 ]); 11 ]);
12 12
13 sub isNobody {
14
15 }
16
13 1; 17 1;
14 18