X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FCGI%2FMaypole.pm;h=b7e5ca26c7966570f32afb669052d4dd08ed51ad;hb=808f88dcc99bd004c98cbefb759da90512da58eb;hp=e002cf2d2ddc47099d291fedd849496219bf7d9f;hpb=d2c852208417c014caec0436a677fcadccc197d8;p=maypole.git diff --git a/lib/CGI/Maypole.pm b/lib/CGI/Maypole.pm index e002cf2..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.07'; +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