X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=fedd3e5af00af2e0d671cefae041f808db8f7c60;hb=874ed7ac5abb5f23093620925134ffccda52b840;hp=fd11fbe9d3862760bfeacd4398ca5604bb1218f0;hpb=c1f02d5a40b94afa2bc1aa54e44b10cde37fccbd;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index fd11fbe..fedd3e5 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -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, which interfaces -the Maypole framework to Apache mod_perl. +the Maypole framework to Apache mod_perl; another important one is +L. If you are implementing Maypole subclasses, you need to provide at least the C and C 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, L. + =head1 AUTHOR Simon Cozens, C