]> git.decadent.org.uk Git - maypole.git/commitdiff
added some documentation to Apache::MVC to make t/03podcoverage
authorSebastian Riedel <sri@labs.kraih.com>
Sun, 24 Oct 2004 12:51:58 +0000 (12:51 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Sun, 24 Oct 2004 12:51:58 +0000 (12:51 +0000)
happpy

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@258 48953598-375a-da11-a14b-00016c27c3ee

lib/Apache/MVC.pm

index 5eb1e4d96240f34616bc69b9337c5f0517a7e5cf..902c485c77df242c48c6361b2e1d519221a55a8b 100644 (file)
@@ -153,6 +153,25 @@ C<delete> commands; for instance, a list of breweries, go to
 For more information about how the system works and how to extend it,
 see L<Maypole>.
 
+=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 AUTHOR
 
 Simon Cozens, C<simon@cpan.org>