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