Skip to content

Commit

Permalink
Item13169: Add DEPENDENCIES to MANIFEST
Browse files Browse the repository at this point in the history
Also make it clear that these are required only when server is
configured for Mod_perl.
  • Loading branch information
gac410 committed Feb 9, 2015
1 parent 9ce8ec7 commit 86df5bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Dependencies for ModPerlEngineContrib
# Example:
# Time::ParseDate,>=2003.0211,cpan,Required.
# Foswiki::Plugins,>=1.2,perl,Requires version 1.2 of handler API.
mod_perl,>=1.24,cpan,Required if you're using Apache 1.3
mod_perl2,>=2.0,cpan,Required if you're using Apache 2.x
Apache::Request,>=1.30,cpan,Recommended if you're using Apache 1.3
Apache2::Request,>=2.0,cpan,Recommended if you're using Apache 2.x
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,Recommended if you're using Apache 1.3 and plan to enable mod_perl
Apache2::Request,>=2.0,cpan,Recommended if you're using Apache 2.x and plan to enable mod_perl
CGI,>=3.11,cpan,Required if you don't have Apache::Request or Apache2::Request. Otherwise not needed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Release manifest for ModPerlEngineContrib
data/System/ModPerlEngineContrib.txt 0644 Documentation
lib/Foswiki/Contrib/ModPerlEngineContrib/DEPENDENCIES 0644
lib/Foswiki/Contrib/ModPerlEngineContrib.pm 0644 Perl module
lib/Foswiki/Engine/Apache.pm 0644 Perl module
lib/Foswiki/Engine/Apache/MP13.pm 0644 Perl module
Expand Down

0 comments on commit 86df5bb

Please sign in to comment.