convert from Path::Class to Path::Tiny
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
1 Revision history for Perl extension MooseX::ConfigFromFile
2
3     - the configfile attribute is now a Path::Tiny, not a Path::Class
4     (coercions from strings are still supported, and now also from any other
5     type that has a string coercion).
6
7 0.05 - 2013-02-03 (Karen Etheridge)
8     - documentation corrected to demostrate how to properly override the
9     configfile method to provide a default from the consuming class, without
10     having to redefine the attribute itself
11     - if MooseX::Getopt is installed, the configfile attribute has the Getopt
12     trait applied
13
14 0.04 - Dec 17, 2011
15     - Call the configfile attribute default sub if it is a sub, not just a
16       string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
17
18 0.03 - Dec 18, 2010
19     - The test suite now uses Test::Fatal instead of Test::Exception (Karen
20       Etheridge).
21     - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
22     - Add repository metadata
23     - Fix RT#57023, RT#49369.
24
25 0.02 - Jan 23, 2008
26     - Honor any default supplied for the configfile attribute
27
28 0.01 - Dec 18, 2007
29     - Initial release