We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69af734 commit cc26944Copy full SHA for cc26944
lib/Dancer2/ConfigReader/File/Simple.pm
@@ -116,9 +116,7 @@ It reads the configuration files of C<Dancer2>.
116
Please see C<Dancer2::Config> for more information.
117
118
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
-
+mechanism, you can extend this class.
122
An example of this is providing the possibility to replace
123
random parts of the file config with environmental variables:
124
@@ -193,7 +191,7 @@ random parts of the file config with environmental variables:
193
191
194
192
=attr name
195
196
-The name of the class.
+The name of the Config Reader class: C<File::Simple>.
197
198
=attr location
199
0 commit comments