[system] / trunk / webwork / system / courseScripts / PG_module_list.pl Repository:
ViewVC logotype

View of /trunk/webwork/system/courseScripts/PG_module_list.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (download) (as text) (annotate)
Fri Jun 15 21:06:18 2001 UTC (11 years, 11 months ago) by sam
File size: 1511 byte(s)
nothing should change

    1 #!/usr/local/bin/perl
    2 
    3 use PGtranslator;
    4 
    5 # defines the modules to be used by PGtranslator
    6 
    7 # This file is read in processProblem, in welcomeAction and in l2hPrecreateSet
    8 
    9 PGtranslator -> evaluate_modules(qw( Exporter
   10                                      DynaLoader
   11                                      GD
   12                                      WWPlot
   13                                      Fun
   14                                      Circle
   15                                      Label
   16                                      PGrandom
   17                                      Units
   18                                      Hermite
   19                      List
   20                      Match
   21                      Select
   22                      Multiple
   23                                      AlgParser
   24                                      AnswerHash
   25                                      Fraction
   26                                      VectorField
   27                                      Complex1
   28                                      Complex
   29                                      MatrixReal
   30                                      Matrix
   31                                       ) );
   32 
   33 PGtranslator -> load_extra_packages(qw( AlgParserWithImplicitExpand
   34                                         Expr
   35                                         ExprWithImplicitExpand
   36                                         AnswerEvaluator
   37                                       ) );
   38 
   39 
   40 1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9