]> git.decadent.org.uk Git - maypole.git/commitdiff
CGI::Maypole documentation update
authorAaron Trevena <aaron.trevena@gmail.com>
Tue, 2 Aug 2005 14:28:51 +0000 (14:28 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Tue, 2 Aug 2005 14:28:51 +0000 (14:28 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@365 48953598-375a-da11-a14b-00016c27c3ee

META.yml
README
lib/CGI/Maypole.pm

index ce2b29485934a438293c832ff668dbe3f024872c..02da7a517a229586fcc2c68adcace8cd6c27ce8b 100644 (file)
--- 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 a8f509c84e5f87cb84862ec99909a7ff0265e4be..c8d75032f4765fba8b483667294569287bdfadf7 100644 (file)
--- 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<simonflk#cpan.org>
+    Maypole is currently maintained by Aaron Trevena, C<aaron.trevena#gmail.com>
 
 AUTHOR EMERITUS
     Simon Cozens, C<simon#cpan.org>
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>