Skip to content

Commit

Permalink
fix pod
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Mar 12, 2015
1 parent f666805 commit ce7eb0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Perl extension Plack::Middleware::ModuleInfo

0.02 Thu Mar 12 23:38:49 JST 2015
- fix pod
- fix dependency: add YAML
- fix test for Win32

Expand Down
4 changes: 2 additions & 2 deletions lib/Plack/Middleware/ModuleInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ Plack::Middleware::ModuleInfo is the Plack middleware for showing module informa
path => '/module_info',
location that displays server status
location that displays module information
=head2 allow
allow => '127.0.0.1'
allow => ['192.168.0.0/16', '10.0.0.0/8']
host based access control of a page of server status. supports IPv6 address.
host based access control of a page of module information. supports IPv6 address.
=head2 dumper
Expand Down

0 comments on commit ce7eb0f

Please sign in to comment.