view Lib/IMPL/Web/Security/User.pm @ 115:5edc2ac5231c

minor fix to the serialization mechanism
author wizard
date Wed, 26 May 2010 02:32:22 +0400
parents 3a4205e7b663
children 4267a2ac3d46
line wrap: on
line source

package IMPL::Web::Security::User;

use base qw(IMPL::Security::Principal);

1;