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