Mercurial > pub > Impl
view Lib/IMPL/Web/Security/User.pm @ 87:6d3bca490556
small fixes in the security moodules
author | wizard |
---|---|
date | Mon, 19 Apr 2010 23:20:46 +0400 |
parents | 3a4205e7b663 |
children | 4267a2ac3d46 |
line wrap: on
line source
package IMPL::Web::Security::User; use base qw(IMPL::Security::Principal); 1;