]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Apache/MVC.pm
added some documentation to Apache::MVC to make t/03podcoverage
[maypole.git] / 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>