Changeset 812 for trunk/core/lib/Foswiki/Configure/Checkers/CGISetup.pm
- Timestamp:
- 11/19/08 16:05:12 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Configure/Checkers/CGISetup.pm
r809 r812 55 55 is risky because mod_perl will remember old values of configuration 56 56 variables. You are *highly* recommended not to run configure under 57 mod_perl (though the rest of TWiki can be run with mod_perl, of course)57 mod_perl (though the rest of Foswiki can be run with mod_perl, of course) 58 58 HERE 59 59 } … … 102 102 $n .= $this->WARN(<<HERE); 103 103 Perl version is older than 5.6.0. 104 TWiki has only been successfully tested on Perl 5.6.X and 5.8.X,104 Foswiki has only been successfully tested on Perl 5.6.X and 5.8.X, 105 105 and there have been reports that it does not run on 5.5. 106 You will need to upgrade Perl libraries and tweak the TWiki107 code to make TWiki work on older versions of Perl106 You will need to upgrade Perl libraries and tweak the Foswiki 107 code to make Foswiki work on older versions of Perl 108 108 HERE 109 109 } … … 148 148 $block .= $this->setting( '@INC library path', 149 149 join( CGI::br(), @INC ) . $this->NOTE(<<HERE) ); 150 This is the Perl library path, used to load TWiki modules,150 This is the Perl library path, used to load Foswiki modules, 151 151 third-party modules used by some plugins, and Perl built-in modules. 152 152 HERE … … 177 177 'Foswiki.pm (Version: <strong>' . $Foswiki::VERSION . '</strong>) found'; 178 178 } 179 $block .= $this->setting( ' TWiki module in @INC path', $mess );179 $block .= $this->setting( 'Foswiki module in @INC path', $mess ); 180 180 181 181 # Check that each of the required Perl modules can be loaded, and … … 241 241 $n .= $this->ERROR(<<HERE); 242 242 Version $Foswiki::cfg{DETECTED}{ModPerlVersion} of mod_perl is known to have major bugs that prevent 243 its use with TWiki. 1.99_12 or higher is recommended.243 its use with Foswiki. 1.99_12 or higher is recommended. 244 244 HERE 245 245 } … … 259 259 $Foswiki::cfg{DETECTED}{originalPath} . $this->NOTE(<<HERE) ); 260 260 This is the PATH value passed in from the web server to this 261 script - it is reset by TWiki scripts to the PATH below, and261 script - it is reset by Foswiki scripts to the PATH below, and 262 262 is provided here for comparison purposes only. 263 263 HERE … … 306 306 } 307 307 308 # The perl modules that are required by TWiki.308 # The perl modules that are required by Foswiki. 309 309 sub _loadDEPENDENCIES { 310 310 my $this = shift;
Note: See TracChangeset
for help on using the changeset viewer.
