Fixed docs to show how to override configfile. Also tests!
authorKaren Etheridge <ether@cpan.org>
Sun, 3 Feb 2013 01:09:47 +0000 (17:09 -0800)
committerKaren Etheridge <ether@cpan.org>
Sun, 3 Feb 2013 02:17:35 +0000 (18:17 -0800)
commit7acf2fe9c4c170a0a431d3d2a92c73613c7aea2b
tree14b72f9f2a440d2ae286e559ef1129836f2b24d9
parent83f0ce5451073fa234ba80f4cfee5da45f60988a
Fixed docs to show how to override configfile. Also tests!

Note that the configfile sub might be called more than once, as the value is
effectively not cached at all in the attribute. However this is not likely to
be a big deal (I am assuming). :)
ChangeLog
lib/MooseX/ConfigFromFile.pm
t/05_default_sub.t [new file with mode: 0644]