BEGIN {
# Set default current working directory (needed for mod_perl)
if( $ENV{"SCRIPT_FILENAME"} && $ENV{"SCRIPT_FILENAME"} =~ /^(.+)\/[^\/]+$/ ) {
chdir $1;
}
# Set library paths in @INC, at compile time
unshift @INC, '.';
require 'setlib.cfg';
}
This is now in TWikiAlphaRelease for CairoRelease and at TWiki.org.
-- PeterThoeny - 26 Oct 2003
Peter, I've noticed a fair number of (probably minor) changes recorded today and just wanted to say thank you (without putting a thank you on each page).
Thank you!
-- RandyKramer - 26 Oct 2003
Changed from FeatureDone to BugResolved as this was a bug for mod_perl2 users while being an invisible change to all others.
-- MattWilkie - 18 Dec 2003| WebForm | |
|---|---|
| TopicClassification | BugResolved |
| TopicSummary | all scripts change to $bin before execute (for mod_perl2) |
| InterestedParties | |
| AssignedTo | |
| AssignedToCore | PeterThoeny |
| ScheduledFor | CairoRelease |
| ImplementationDate | N/A |
| RelatedTopics | ModPerl |
| SpecProgress | 100% |
| ImplProgress | 100% |
| DocProgress | 100% |