X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FCGI%2FMaypole.pm;h=b7e5ca26c7966570f32afb669052d4dd08ed51ad;hb=571aaf65ca821e17427d84089de50f4d66db81cf;hp=f8c122962502a7d5c4a9454009e8bf4354050196;hpb=d9b26d07eb7f8050825082c3422989460d2a3e0b;p=maypole.git diff --git a/lib/CGI/Maypole.pm b/lib/CGI/Maypole.pm index f8c1229..b7e5ca2 100644 --- a/lib/CGI/Maypole.pm +++ b/lib/CGI/Maypole.pm @@ -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. +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 for these: =back +=head1 DEPENDANCIES + +CGI::Simple + =head1 AUTHORS Dave Ranney C