]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
CGI::Maypole documentation update
[maypole.git] / lib / CGI / Maypole.pm
index f8c122962502a7d5c4a9454009e8bf4354050196..b7e5ca26c7966570f32afb669052d4dd08ed51ad 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use CGI::Simple;
 use Maypole::Headers;
 
-our $VERSION = '2.09';
+our $VERSION = '2.10';
 
 sub run {
     my $self = shift;
@@ -101,12 +101,15 @@ CGI::Maypole - CGI-based front-end to Maypole
 Now to access the beer database, type this URL into your browser:
 http://your.site/cgi-bin/beer.cgi/frontpage
 
+NOTE: this Maypole frontend requires additional modules that won't be installed or included with Maypole. Please see below.
+
 =head1 DESCRIPTION
 
 This is a CGI platform driver for Maypole. Your application can inherit from
 CGI::Maypole directly, but it is recommended that you use
 L<Maypole::Application>.
 
+This module requires CGI::Simple which you will have to install yourself via CPAN or manually.
 
 =head1 METHODS
 
@@ -137,6 +140,10 @@ functionality. See L<Maypole> for these:
 
 =back
 
+=head1 DEPENDANCIES
+
+CGI::Simple
+
 =head1 AUTHORS
 
 Dave Ranney C<dave@sialia.com>