]> 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 4fcd8dfde15de7eab8fac55ea4905ae219470ccb..902c485c77df242c48c6361b2e1d519221a55a8b 100644 (file)
@@ -30,7 +30,6 @@ sub parse_location {
     my $loc = $self->{ar}->location;
     no warnings 'uninitialized';
     $self->{path} =~ s/^($loc)?\///;
-    $self->rewrite_path;
     $self->parse_path;
     $self->parse_args;
 }
@@ -154,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>