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

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

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

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

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

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9