[system] / branches / rel-2-4-patches / webwork-modperl / lib / WeBWorK / PG.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-4-patches/webwork-modperl/lib/WeBWorK/PG.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::PG; 6package WeBWorK::PG;
7 7
8=head1 NAME
9
10WeBWorK::PG - Wrap the action of the PG Translator in an easy-to-use API
11
12=cut
13
8use strict; 14use strict;
9use warnings; 15use warnings;
10use WeBWorK::Utils qw(readFile formatDateTime);
11use WeBWorK::DB::Classlist; 16use WeBWorK::DB::Classlist;
12use WeBWorK::DB::WW; 17use WeBWorK::DB::WW;
13use WeBWorK::PG::Translator; 18use WeBWorK::PG::Translator;
19use WeBWorK::Utils qw(readFile formatDateTime);
14 20
15sub new($$$$$$$$) { 21sub new($$$$$$$$) {
16 my $invocant = shift; 22 my $invocant = shift;
17 my $class = ref($invocant) || $invocant; 23 my $class = ref($invocant) || $invocant;
18 my ( 24 my (
291 297
2921; 2981;
293 299
294__END__ 300__END__
295 301
296=head1 NAME
297
298WeBWorK::PG - Wrap the action of the PG Translator in an easy-to-use API
299
300=head1 SYNOPSIS 302=head1 SYNOPSIS
301 303
302 $pg = WeBWorK::PG->new( 304 $pg = WeBWorK::PG->new(
303 $courseEnv, # a WeBWorK::CourseEnvironment object 305 $courseEnv, # a WeBWorK::CourseEnvironment object
304 $userName, 306 $userName,

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

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9