| … | |
… | |
| 3 | # $Id$ |
3 | # $Id$ |
| 4 | ################################################################################ |
4 | ################################################################################ |
| 5 | |
5 | |
| 6 | package WeBWorK::DB::Auth; |
6 | package WeBWorK::DB::Auth; |
| 7 | |
7 | |
|
|
8 | =head1 NAME |
|
|
9 | |
|
|
10 | WeBWorK::DB::Auth - interface with the WeBWorK authentication/authorization |
|
|
11 | databases. |
|
|
12 | |
|
|
13 | =cut |
|
|
14 | |
|
|
15 | use strict; |
|
|
16 | use warnings; |
| 8 | # there should be a `use' line for each database type |
17 | # there should be a `use' line for each database type |
| 9 | use WeBWorK::DB::GDBM; |
18 | use 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 |