/[SQLSession]/trunk/lib/SQLSession/Model/User.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/lib/SQLSession/Model/User.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118 - (show annotations)
Sun Jun 1 00:34:09 2008 UTC (15 years, 10 months ago) by dpavlin
File size: 267 byte(s)
use more modern Jifty User plugin
1 use strict;
2 use warnings;
3
4 package SQLSession::Model::User;
5 use Jifty::DBI::Schema;
6
7 use SQLSession::Record schema {
8 };
9
10 sub since {
11 return '0.0.4';
12 }
13
14 use Jifty::Plugin::User::Mixin::Model::User;
15 use Jifty::Plugin::Authentication::Password::Mixin::Model::User;
16
17 1;

  ViewVC Help
Powered by ViewVC 1.1.26