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

@ -17,6 +17,14 @@ awareness.
This middleware should really only be used in development, for production you want
to be serving static files with something a lot faster.
=head2 call ($env)
Interface subroutine to implement the privilege checks inside the WGaccess files.
=head3 $env
A Plack environment hash
=cut
sub call {