on 06/29/2007 01:12 PM Matt Leventi via activitymail said the following:
> Log Message:
> -----------
> Put back whitespace.
This doesn't put back whitespace, but it does remove the module
preloading code (and change $main::VERSION, but I fixed that already).
Please explain. :)
-sam
> -BEGIN {
> - # pre-compile all content generators
> - # Login and LoginProctor need to be handled separately, since they don't have paths
> - map { eval "require $_"; die $@ if $@ }
> - WeBWorK::URLPath->all_modules,
> - LOGIN_MODULE,
> - PROCTOR_LOGIN_MODULE;
> - # other candidates for preloading:
> - # - DB Record, Schema, and Driver classes (esp. Driver::SQL as it loads DBI)
> - # - CourseManagement subclasses (ditto. sql_single.pm)
> - # - WeBWorK::PG::Local, which loads WeBWorK::PG::Translator
> - # - Authen subclasses
> -}
|