Write a bunch of POD for modules that don't have it.

This commit is contained in:
Colin Kuskie 2010-08-26 14:39:13 -07:00
parent 713d3dc801
commit 0b5d4e4614
6 changed files with 65 additions and 5 deletions

View file

@ -16,6 +16,14 @@ L<WebGUI::URL::Snoop> described itself as "A URL handler that should never be ca
You might find this middleware useful as a template for creating other simple classes.
=head2 call ($env)
Interface method for Plack to call, for this class.
=head3 $env
A Plack environment hash
=cut
sub call {
@ -31,4 +39,4 @@ sub call {
}
}
1;
1;