From: Sebastian Riedel Date: Sun, 24 Oct 2004 12:51:58 +0000 (+0000) Subject: added some documentation to Apache::MVC to make t/03podcoverage X-Git-Tag: 2.10~104 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=5b80466d0655d5cbdc3b65aca0de506de32e9499 added some documentation to Apache::MVC to make t/03podcoverage happpy git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@258 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index 5eb1e4d..902c485 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -153,6 +153,25 @@ C commands; for instance, a list of breweries, go to For more information about how the system works and how to extend it, see L. +=head1 Implementation + +This class overrides a set of methods in the base Maypole class to provide it's +functionality. See L for these: + +=over + +=item get_request + +=item get_template_root + +=item parse_args + +=item parse_location + +=item send_output + +=back + =head1 AUTHOR Simon Cozens, C