Parent Directory
|
Revision Log
|
Patch
| Revision 440 | Revision 441 | ||
|---|---|---|---|
| 1 | package WeBWorK::ContentGenerator::ProblemSet; | 1 | package WeBWorK::ContentGenerator::ProblemSet; |
| 2 | our @ISA = qw(WeBWorK::ContentGenerator); | 2 | our @ISA = qw(WeBWorK::ContentGenerator); |
| 3 | 3 | ||
| 4 | use strict; | ||
| 5 | use warnings; | ||
| 4 | use WeBWorK::ContentGenerator; | 6 | use WeBWorK::ContentGenerator; |
| 5 | use Apache::Constants qw(:common); | 7 | use Apache::Constants qw(:common); |
| 6 | use CGI qw(-compile :html :form); | 8 | use CGI qw(-compile :html :form); |
| 7 | 9 | ||
| 8 | sub title { | 10 | sub title { |
|
||||||||
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |