Skip to content

Commit

Permalink
fixed POD
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Sep 8, 2013
1 parent 9a93f9c commit 2f2cdc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/Plack/Middleware/DevFilter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ Plack::Middleware::DevFilter - filter a content for detecting environment
Plack::Middleware::DevFilter is the filter a content for detecting environment.
On SYNOPSIS code is a example for filtering C<favicon.ico>.
On SYNOPSIS code is an example for filtering C<favicon.ico>.
The below code is a example for filtering C<style.css>.
The below code is an example for filtering C<style.css>.
When PLACK_ENV is development, value '#ffffff' becames '#ffffcc' in C</style.css>.
Expand All @@ -142,6 +142,8 @@ When PLACK_ENV is development, value '#ffffff' becames '#ffffcc' in C</style.css
;
};
See also: C<example/app.psgi> dir.
=head1 OPTION PARAMETERS
Expand Down

0 comments on commit 2f2cdc8

Please sign in to comment.