Skip to content

Commit cc26944

Browse files
committed
Fix documentation in File::Simple
Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
1 parent 69af734 commit cc26944

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/Dancer2/ConfigReader/File/Simple.pm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ It reads the configuration files of C<Dancer2>.
116116
Please see C<Dancer2::Config> for more information.
117117
118118
If you need to add additional functionality to the reading
119-
mechanism, you can extend this class. An example of this is
120-
in: B</t/lib/Dancer2/ConfigReader/File/Extended.pm>
121-
119+
mechanism, you can extend this class.
122120
An example of this is providing the possibility to replace
123121
random parts of the file config with environmental variables:
124122
@@ -193,7 +191,7 @@ random parts of the file config with environmental variables:
193191
194192
=attr name
195193
196-
The name of the class.
194+
The name of the Config Reader class: C<File::Simple>.
197195
198196
=attr location
199197

0 commit comments

Comments
 (0)