[system] / trunk / webwork2 / lib / WeBWorK / Set.pm Repository:
ViewVC logotype

Annotation of /trunk/webwork2/lib/WeBWorK/Set.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 361 - (view) (download) (as text)

1 : sh002i 361 ################################################################################
2 :     # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
3 :     # $Id$
4 :     ################################################################################
5 :    
6 :     package WeBWorK::Set;
7 :    
8 :     use strict;
9 :     use warnings;
10 :     use Class::Struct;
11 :    
12 :     struct map { $_ => '$' } our @FIELDS = qw(
13 :     id
14 :     login_id
15 :     set_header
16 :     problem_header
17 :     open_date
18 :     due_date
19 :     answer_date
20 :     );
21 :    
22 :     1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9