]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
Add refactored CGI::Maypole to the mix.
[maypole.git] / lib / Maypole.pm
index fd11fbe9d3862760bfeacd4398ca5604bb1218f0..fedd3e5af00af2e0d671cefae041f808db8f7c60 100644 (file)
@@ -243,7 +243,8 @@ introduction to the process we're trying to automate.
 You should probably not use Maypole directly. Maypole is an abstract
 class which does not specify how to communicate with the outside world.
 The most popular subclass of Maypole is L<Apache::MVC>, which interfaces
-the Maypole framework to Apache mod_perl.
+the Maypole framework to Apache mod_perl; another important one is
+L<CGI::Maypole>.
 
 If you are implementing Maypole subclasses, you need to provide at least
 the C<parse_location> and C<send_output> methods. You may also want to
@@ -263,6 +264,8 @@ There's more documentation, examples, and a wiki at the Maypole web site:
 
 http://maypole.simon-cozens.org/
 
+L<Apache::MVC>, L<CGI::Maypole>.
+
 =head1 AUTHOR
 
 Simon Cozens, C<simon@cpan.org>