From 571aaf65ca821e17427d84089de50f4d66db81cf Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Tue, 2 Aug 2005 14:28:51 +0000 Subject: [PATCH] CGI::Maypole documentation update git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@365 48953598-375a-da11-a14b-00016c27c3ee --- META.yml | 2 +- README | 2 +- lib/CGI/Maypole.pm | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/META.yml b/META.yml index ce2b294..02da7a5 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Maypole -version: 2.10_pre3 +version: 2.10 version_from: lib/Maypole.pm installdirs: site requires: diff --git a/README b/README index a8f509c..c8d7503 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ LINKS http://maypole.perl.org - Maypole's home. tips & tricks, mailing list AUTHOR - Maypole is currently maintained by Simon Flack, C + Maypole is currently maintained by Aaron Trevena, C AUTHOR EMERITUS Simon Cozens, C 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 -- 2.39.2