X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FCGI%2FMaypole.pm;fp=lib%2FCGI%2FMaypole.pm;h=7b19023fbff86417ed528f867fd1b138cc95ea43;hb=b6e2413ee413ce21b28429c05bbcc3f516a0754a;hp=99cf27f92b2a1b295fe9872057db093523430bb2;hpb=f76351a09c6594711ebcae3ab07f9dde9c04367e;p=maypole.git diff --git a/lib/CGI/Maypole.pm b/lib/CGI/Maypole.pm index 99cf27f..7b19023 100644 --- a/lib/CGI/Maypole.pm +++ b/lib/CGI/Maypole.pm @@ -103,8 +103,10 @@ http://your.site/cgi-bin/beer.cgi/frontpage =head1 DESCRIPTION -This is a handler for Maypole which will use the CGI instead of Apache's -C 1.x. This handler can also be used for Apache 2.0. +This is a CGI platform driver for Maypole. Your application can inherit from +CGI::Maypole directly, but it is recommended that you use +L. + =head1 METHODS @@ -118,7 +120,7 @@ Call this from your CGI script to start the Maypole application. =head1 Implementation -This class overrides a set of methods in the base Maypole class to provide it's +This class overrides a set of methods in the base Maypole class to provide it's functionality. See L for these: =over @@ -140,3 +142,5 @@ functionality. See L for these: Dave Ranney C Simon Cozens C + +=cut