X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FApache%2FMVC.pm;fp=lib%2FApache%2FMVC.pm;h=e9caa396679f3f652745b9a6bdeb1432ed111b19;hb=6cd7a25572c93242146d8d8ce0eb3f2bbb76917e;hp=1695bf5f525d0332a5810b565f4acdc8f02c5886;hpb=07f5a9f788d3f06da4cad4bfdc24f28f81494372;p=maypole.git diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index 1695bf5..e9caa39 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -101,6 +101,10 @@ sub get_request { $self->ar($ar); } +=item parse_location + +=cut + sub warn { my ($self,@args) = @_; my ($package, $line) = (caller)[0,2]; @@ -112,7 +116,7 @@ sub warn { return; } -=item parse_location +=item warn =cut