release commit for 0.06
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
CommitLineData
c35b639e 1Revision history for Perl extension MooseX::ConfigFromFile
2
75faf71e 30.06 2013-02-03 (Karen Etheridge)
0b75e547 4 - the configfile attribute is now a Path::Tiny, not a Path::Class
5 (coercions from strings are still supported, and now also from any other
6 type that has a string coercion).
7
79d1178e 80.05 - 2013-02-03 (Karen Etheridge)
7acf2fe9 9 - documentation corrected to demostrate how to properly override the
10 configfile method to provide a default from the consuming class, without
11 having to redefine the attribute itself
742b859c 12 - if MooseX::Getopt is installed, the configfile attribute has the Getopt
79d1178e 13 trait applied
7acf2fe9 14
22b28fb3 150.04 - Dec 17, 2011
56e4351b 16 - Call the configfile attribute default sub if it is a sub, not just a
17 string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
18
b1eadc58 190.03 - Dec 18, 2010
2ccaae6c 20 - The test suite now uses Test::Fatal instead of Test::Exception (Karen
21 Etheridge).
b1eadc58 22 - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
23 - Add repository metadata
24 - Fix RT#57023, RT#49369.
ce2d7d9d 25
fc44be6f 260.02 - Jan 23, 2008
27 - Honor any default supplied for the configfile attribute
28
c35b639e 290.01 - Dec 18, 2007
30 - Initial release