/[Grep]/lib/Grep/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 /lib/Grep/Model/User.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 188 - (show annotations)
Fri May 23 18:14:31 2008 UTC (16 years, 1 month ago) by dpavlin
File size: 230 byte(s)
migrate to newer authentification plugins
1 package Grep::Model::User;
2
3 use Jifty::DBI::Schema;
4
5 use Grep::Record schema {
6
7 };
8
9 use Jifty::Plugin::User::Mixin::Model::User;
10 use Jifty::Plugin::Authentication::Password::Mixin::Model::User;
11
12 sub since {
13 return '0.0.4';
14 }
15
16 1;

  ViewVC Help
Powered by ViewVC 1.1.26