Skip to content

Commit

Permalink
Proper link to Config::MVP::Reader::INI module
Browse files Browse the repository at this point in the history
The doc incorrectly pointed to the non-existent Config::INI::MVP::Reader
  • Loading branch information
book authored and rjbs committed Jul 2, 2014
1 parent ecfd626 commit 1e74a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Config/MVP.pm
Expand Up @@ -51,7 +51,7 @@ examples that should help explain how things work.
Imagine that we've got a program called DeliveryBoy that accepts mail and does
stuff with it. The "stuff" is entirely up to the user's configuration. He can
set up plugins that will be used on the message. He writes a config file that's
read by L<Config::INI::MVP::Reader|Config::INI::MVP::Reader>, which is a thin
read by L<Config::MVP::Reader::INI|Config::MVP::Reader::INI>, which is a thin
wrapper around Config::MVP used to load MVP-style config from F<INI> files.
Here's the user's configuration:
Expand Down

0 comments on commit 1e74a9d

Please sign in to comment.