# 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:
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>
use CGI::Simple;
use Maypole::Headers;
-our $VERSION = '2.09';
+our $VERSION = '2.10';
sub run {
my $self = shift;
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
=back
+=head1 DEPENDANCIES
+
+CGI::Simple
+
=head1 AUTHORS
Dave Ranney C<dave@sialia.com>