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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : sam 11 #!/usr/local/bin/webwork-perl
2 : sam 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 : gage 5 Complex1
28 :     Complex
29 : gage 72 MatrixReal1
30 : gage 59 Matrix
31 :     Distributions
32 : maria 80 Regression
33 : sam 2 ) );
34 :    
35 :     PGtranslator -> load_extra_packages(qw( AlgParserWithImplicitExpand
36 :     Expr
37 :     ExprWithImplicitExpand
38 :     AnswerEvaluator
39 :     ) );
40 :    
41 :    
42 :     1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9