Skip to content

Commit

Permalink
Fix documentation in File::Simple
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
  • Loading branch information
mikkoi committed May 12, 2022
1 parent 69af734 commit cc26944
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/Dancer2/ConfigReader/File/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ It reads the configuration files of C<Dancer2>.
Please see C<Dancer2::Config> for more information.
If you need to add additional functionality to the reading
mechanism, you can extend this class. An example of this is
in: B</t/lib/Dancer2/ConfigReader/File/Extended.pm>
mechanism, you can extend this class.
An example of this is providing the possibility to replace
random parts of the file config with environmental variables:
Expand Down Expand Up @@ -193,7 +191,7 @@ random parts of the file config with environmental variables:
=attr name
The name of the class.
The name of the Config Reader class: C<File::Simple>.
=attr location
Expand Down

0 comments on commit cc26944

Please sign in to comment.