]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Apache/MVC.pm
fixed pod for warn method
[maypole.git] / lib / Apache / MVC.pm
index 1695bf5f525d0332a5810b565f4acdc8f02c5886..e9caa396679f3f652745b9a6bdeb1432ed111b19 100644 (file)
@@ -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