| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.51 2004/02/14 00:54:02 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.52 2004/02/27 19:01:40 sh002i Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 270 | # this will be customized in the course.conf file |
270 | # this will be customized in the course.conf file |
| 271 | specialPGEnvironmentVars => { |
271 | specialPGEnvironmentVars => { |
| 272 | PRINT_FILE_NAMES_FOR => [ qw(professor) ], |
272 | PRINT_FILE_NAMES_FOR => [ qw(professor) ], |
| 273 | CAPA_Tools => "$courseDirs{macros}/CAPA_Tools/", |
273 | CAPA_Tools => "$courseDirs{macros}/CAPA_Tools/", |
| 274 | CAPA_MCTools => "$courseDirs{macros}/CAPA_MCTools/", |
274 | CAPA_MCTools => "$courseDirs{macros}/CAPA_MCTools/", |
| 275 | CAPA_Graphics_URL => "$courseDirs{html}/CAPA_Graphics/", |
275 | CAPA_Graphics_URL => "$courseURLs{html}/CAPA_Graphics/", |
| 276 | CAPA_GraphicsDirectory => "$courseDirs{html}CAPA_Graphics/", |
276 | CAPA_GraphicsDirectory => "$courseDirs{html}/CAPA_Graphics/", |
| 277 | }, |
277 | }, |
| 278 | # modules lists module names and the packages each contains |
278 | # modules lists module names and the packages each contains |
| 279 | modules => [ |
279 | modules => [ |
| 280 | [qw(DynaLoader)], |
280 | [qw(DynaLoader)], |
| 281 | [qw(Exporter)], |
281 | [qw(Exporter)], |