[system] / trunk / webwork-modperl / lib / WeBWorK / DB / Auth.pm Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/lib/WeBWorK/DB/Auth.pm

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

Revision 454 Revision 455
3# $Id$ 3# $Id$
4################################################################################ 4################################################################################
5 5
6package WeBWorK::DB::Auth; 6package WeBWorK::DB::Auth;
7 7
8=head1 NAME
9
10WeBWorK::DB::Auth - interface with the WeBWorK authentication/authorization
11databases.
12
13=cut
14
15use strict;
16use warnings;
8# there should be a `use' line for each database type 17# there should be a `use' line for each database type
9use WeBWorK::DB::GDBM; 18use WeBWorK::DB::GDBM;
10 19
11# new($invocant, $courseEnv) 20# new($invocant, $courseEnv)
12# $invocant implicitly set by caller 21# $invocant implicitly set by caller

Legend:
Removed from v.454  
changed lines
  Added in v.455

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9