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

Diff of /trunk/webwork-modperl/lib/WeBWorK/CourseEnvironment.pm

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

Revision 700 Revision 798
16use warnings; 16use warnings;
17use Safe; 17use Safe;
18use WeBWorK::Utils qw(readFile); 18use WeBWorK::Utils qw(readFile);
19 19
20# new($invocant, $webworkRoot, $courseName) 20# new($invocant, $webworkRoot, $courseName)
21# $invocant implicitly set by caller 21# $invocant implicitly set by caller
22# $webworkRoot directory that contains the WeBWorK distribution 22# $webworkRoot directory that contains the WeBWorK distribution
23# $webworkURLRoot URL that points to the WeBWorK system
23# $courseName name of the course being used 24# $courseName name of the course being used
24sub new { 25sub new {
25 my $invocant = shift; 26 my $invocant = shift;
26 my $class = ref($invocant) || $invocant; 27 my $class = ref($invocant) || $invocant;
27 my $webworkRoot = shift; 28 my $webworkRoot = shift;
28 my $webworkURLRoot = shift; 29 my $webworkURLRoot = shift;

Legend:
Removed from v.700  
changed lines
  Added in v.798

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9