Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13883: Update dependencies
Remove the old apache 1.x perl modules - it's pretty unlikely they will
be needed, and it just complicates the dependency report.

Make it a bit clearer that some modules are optional.
  • Loading branch information
gac410 committed Oct 26, 2016
1 parent 0893917 commit 8f6b0e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
@@ -1,2 +1,2 @@
FCGI, >0.67, cpan, Required for nginx, and other web servers when configured for FastCGI support
FCGI::ProcManager, >0.23, cpan, Optional. Required on nginx for dynamic FCGI handler management.
FCGI, >0.67, cpan, Optional. Required for nginx, and other web servers when configured for FastCGI support
FCGI::ProcManager, >0.23, cpan, Optional. Required on nginx for dynamic FCGI handler management. Not used with Apache.
@@ -1,4 +1,2 @@
mod_perl,>=1.24,cpan,Required if you're using Apache 1.3 and plan to enable mod_perl
mod_perl2,>=2.0,cpan,Required if you're using Apache 2.x and plan to enable mod_perl
Apache::Request,>=1.30,cpan,Optional. Recommended if you're using Apache 1.3 and plan to enable mod_perl
Apache2::Request,>=2.0,cpan,Optional. Recommended if you're using Apache 2.x and plan to enable mod_perl
mod_perl2,>=2.0,cpan,Optional, but required if you're using Apache 2.x and plan to enable mod_perl
Apache2::Request,>=2.0,cpan,Optional, but recommended if you're using Apache 2.x and plan to enable mod_perl
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Contrib/core/DEPENDENCIES
Expand Up @@ -6,7 +6,7 @@ CGI,>=3.15,cpan,Required, for base Foswiki (Versions 2.89, 3.37, 3.43, 3.47 and
CGI::Cookie,>=1.24,cpan,Required, Installs as part of CGI.
CGI::Session,>=4.30,cpan,Required, for configure and Sessions support, available from the CPAN archive.
Compress::Zlib,>0, cpan, Optional, used if Cache compression is enabled.
DBI,>=0,cpan,Optional Foswiki Page Cache
DBI,>=0,cpan,Optional Foswiki Page Cache. Also install one DBD:: module
DBD::mysql,>=0,cpan,Optional Foswiki Page Cache using MySQL
DBD::Pg,>=0,cpan,Optional Foswiki Page Cache using PostgreSQL
DBD::SQLite,>=0,cpan,Optional Foswiki Page Cache using SQLite
Expand Down

0 comments on commit 8f6b0e7

Please sign in to comment.