annotate Lib/IMPL/Web/Security/User.pm @ 181:47dac58691ee

New templating system, small fixes
author sourcer
date Thu, 26 Jan 2012 01:15:57 +0400
parents 4267a2ac3d46
children 6d8092d8ce1b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
82
3a4205e7b663 minor changes
wizard
parents:
diff changeset
1 package IMPL::Web::Security::User;
3a4205e7b663 minor changes
wizard
parents:
diff changeset
2
166
4267a2ac3d46 Added Class::Template,
wizard
parents: 82
diff changeset
3 use parent qw(IMPL::Security::Principal);
82
3a4205e7b663 minor changes
wizard
parents:
diff changeset
4
3a4205e7b663 minor changes
wizard
parents:
diff changeset
5 1;