/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 44 by dpavlin, Sun Jan 21 09:51:52 2007 UTC revision 118 by dpavlin, Sun Jun 1 00:34:09 2008 UTC
# Line 1  Line 1 
1    use strict;
2    use warnings;
3    
4  package SQLSession::Model::User;  package SQLSession::Model::User;
5  use base qw/Jifty::Plugin::Login::Model::User/;  use Jifty::DBI::Schema;
6    
7    use SQLSession::Record schema {
8    };
9    
10  sub since {  sub since {
11          return '0.0.4';          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;  1;

Legend:
Removed from v.44  
changed lines
  Added in v.118

  ViewVC Help
Powered by ViewVC 1.1.26