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