X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=e8de04e077942839f500fb391fb5eb30a1476107;hb=349ed61cc56d78c7ce47eb08984c65d694d3aee0;hp=4f52493ef567b15b9226581160ce6658c4d7169a;hpb=f95d4d1dad59c1b82c3969199116722562399419;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 4f52493..e8de04e 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -19,7 +19,7 @@ __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( qw( params query objects model_class template_args output path args action template error document_encoding content_type table - headers_in headers_out stash ) + headers_in headers_out stash) ); __PACKAGE__->config( Maypole::Config->new() ); __PACKAGE__->init_done(0); @@ -377,6 +377,10 @@ sub redirect_request { die "parse_location is a virtual method. Do not use Maypole directly; use Apache::MVC or similar"; } +sub redirect_internal_request { + +} + sub send_output { die "send_output is a virtual method. Do not use Maypole directly; use Apache::MVC or similar"; }