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

View of /trunk/webwork-modperl/lib/WeBWorK/Constants.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 818 - (download) (as text) (annotate)
Fri Apr 25 04:51:37 2003 UTC (10 years ago) by sh002i
File size: 598 byte(s)
modev more content generators over to the new WWDBv2 API. fixed some
bugs.
-sam

    1 ################################################################################
    2 # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project
    3 # $Id$
    4 ################################################################################
    5 
    6 package WeBWorK::Constants;
    7 use base qw(Exporter);
    8 
    9 =head1 NAME
   10 
   11 WeBWorK::Constants - provide constant values for other WeBWorK modules.
   12 
   13 =cut
   14 
   15 use strict;
   16 use warnings;
   17 
   18 our @EXPORT    = qw();
   19 our @EXPORT_OK = qw(SECRET);
   20 
   21 use constant SECRET => 'fkjOPIiSUfeT6dm5pevSrM1xgFmsex7.Z/.6Wjcxqb9Pi4Zm9JUGygwv^FdG8^yth^*KbDFWMXiLtNDggWNA370llFj68JxNKMCyCeSJxCHRfU2P6br10HtPS!NvcaJ7';

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9