handle configfile values of "0"
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
CommitLineData
c35b639e 1Revision history for Perl extension MooseX::ConfigFromFile
2
a665bd30 3 - allow configfiles called "0"
4
61fbb834 50.07 - 2013-02-04 (Karen Etheridge)
0864e862 6 - fixed tests to not load optional dependencies
7
61fbb834 80.06 - 2013-02-03 (Karen Etheridge)
0b75e547 9 - the configfile attribute is now a Path::Tiny, not a Path::Class
10 (coercions from strings are still supported, and now also from any other
11 type that has a string coercion).
12
79d1178e 130.05 - 2013-02-03 (Karen Etheridge)
7acf2fe9 14 - documentation corrected to demostrate how to properly override the
15 configfile method to provide a default from the consuming class, without
16 having to redefine the attribute itself
742b859c 17 - if MooseX::Getopt is installed, the configfile attribute has the Getopt
79d1178e 18 trait applied
7acf2fe9 19
22b28fb3 200.04 - Dec 17, 2011
56e4351b 21 - Call the configfile attribute default sub if it is a sub, not just a
22 string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
23
b1eadc58 240.03 - Dec 18, 2010
2ccaae6c 25 - The test suite now uses Test::Fatal instead of Test::Exception (Karen
26 Etheridge).
b1eadc58 27 - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
28 - Add repository metadata
29 - Fix RT#57023, RT#49369.
ce2d7d9d 30
fc44be6f 310.02 - Jan 23, 2008
32 - Honor any default supplied for the configfile attribute
33
c35b639e 340.01 - Dec 18, 2007
35 - Initial release