Write a bunch of POD for modules that don't have it.
This commit is contained in:
parent
713d3dc801
commit
0b5d4e4614
6 changed files with 65 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue