[system] / trunk / pg / macros / PG_module_list.pl Repository:
ViewVC logotype

Annotation of /trunk/pg/macros/PG_module_list.pl

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : sh002i 1050 #!/usr/local/bin/webwork-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 :     MatrixReal1
30 :     Matrix
31 :     Distributions
32 :     Regression
33 :     ) );
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