Mercurial > pub > Impl
view Lib/IMPL/Web/Security/User.pm @ 159:f8de52d3c112
IMPL::Test::Unit minor changes
author | wizard |
---|---|
date | Mon, 27 Dec 2010 01:37:44 +0300 |
parents | 3a4205e7b663 |
children | 4267a2ac3d46 |
line wrap: on
line source
package IMPL::Web::Security::User; use base qw(IMPL::Security::Principal); 1;