]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
All POD::Coverage tests now succeed.
[maypole.git] / lib / CGI / Maypole.pm
index ac0a4bac34111dd744564e65c2af4da8121168a1..db8cc75149dc180af39653c03484db0a88b5cd14 100644 (file)
@@ -82,6 +82,35 @@ CGI::Maypole - CGI-based front-end to Maypole
 This is a handler for Maypole which will use the CGI instead of Apache's
 C<mod_perl> 1.x. This handler can also be used for Apache 2.0.
 
+=head1 METHODS
+
+=over
+
+=item run
+
+Call this from your CGI script to start the Maypole application.
+
+=back
+
+=head1 Implementation
+
+This class overrides a set of methods in the base Maypole class to provide it's 
+functionality. See L<Maypole> for these:
+
+=over
+
+=item get_request
+
+=item get_template_root
+
+=item parse_args
+
+=item parse_location
+
+=item send_output
+
+=back
+
 =head1 AUTHORS
 
 Dave Ranney C<dave@sialia.com>