comparison Lib/IMPL/Web/Security/User.pm @ 82:3a4205e7b663

minor changes
author wizard
date Thu, 08 Apr 2010 13:15:31 +0400
parents
children 4267a2ac3d46
comparison
equal deleted inserted replaced
81:077357224bec 82:3a4205e7b663
1 package IMPL::Web::Security::User;
2
3 use base qw(IMPL::Security::Principal);
4
5 1;