]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
fixed pod for warn method
[maypole.git] / lib / CGI / Maypole.pm
index d223c768c335b20e85d10af609fd0c271498c339..4724a1b532d64625de4bcd3b8ba8c8759a2de731 100644 (file)
@@ -105,6 +105,10 @@ sub parse_location
     $r->parse_args;
 }
 
+=item warn
+
+=cut
+
 sub warn {
     my ($self,@args) = @_;
     my ($package, $line) = (caller)[0,2];