| … | |
… | |
| 12 | # In addition, you will have to edit init.pl in what should be obvious ways. |
12 | # In addition, you will have to edit init.pl in what should be obvious ways. |
| 13 | |
13 | |
| 14 | package Apache::WeBWorK; |
14 | package Apache::WeBWorK; |
| 15 | |
15 | |
| 16 | use strict; |
16 | use strict; |
|
|
17 | use warnings; |
| 17 | use Apache::Constants qw(:common REDIRECT); |
18 | use Apache::Constants qw(:common REDIRECT); |
| 18 | use Apache::Request; |
19 | use Apache::Request; |
| 19 | use WeBWorK::CourseEnvironment; |
20 | use WeBWorK::CourseEnvironment; |
| 20 | use WeBWorK::Authen; |
21 | use WeBWorK::Authen; |
| 21 | use WeBWorK::Authz; |
22 | use WeBWorK::Authz; |