Skip to content

Commit

Permalink
Item740: small fix to DEPENDENCIES
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ModPerlEngineContrib@1945 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GilmarSantosJr authored and GilmarSantosJr committed Jan 12, 2009
1 parent 14475ff commit c963095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/ModPerlEngineContrib/DEPENDENCIES
Expand Up @@ -4,6 +4,6 @@
# 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
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
CGI,>=3.11,cpan,Required if you don't have Apache::Request or Apache2::Request. Otherwise not needed.

0 comments on commit c963095

Please sign in to comment.