Update of /cvsroot/openinteract/OpenInteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv32157
Modified Files:
ApacheStartup.pm
Log Message:
add the call to copy over all a website's relevant modules on server
startup -- this also modifies @INC, but that's cool because we're
still under PerlRequire (technically)
Index: ApacheStartup.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/OpenInteract/ApacheStartup.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ApacheStartup.pm 2001/11/15 05:12:33 1.20
--- ApacheStartup.pm 2001/11/28 05:51:32 1.21
***************
*** 85,88 ****
--- 85,92 ----
}
+ # Now copy all of each package's modules into a separate
+ # directory.
+
+ OpenInteract::Startup->create_temp_lib( $BASE_CONFIG );
my $OS = $^O;
|