reformat Changes file to pass tests, conform to [NextRelease] style
[gitmo/MooseX-ConfigFromFile.git] / Changes
CommitLineData
0d6fca1b 1Revision history for {{$dist->name}}
c35b639e 2
0d6fca1b 3{{$NEXT}}
04f464af 4 - allow configfiles called "0"
5
60.07 2013-02-04 (Karen Etheridge)
7 - fixed tests to not load optional dependencies
8
90.06 2013-02-03 (Karen Etheridge)
10 - the configfile attribute is now a Path::Tiny, not a Path::Class
11 (coercions from strings are still supported, and now also from any
12 other type that has a string coercion).
13
140.05 2013-02-03 (Karen Etheridge)
15 - documentation corrected to demostrate how to properly override the
16 configfile method to provide a default from the consuming class,
17 without having to redefine the attribute itself
18 - if MooseX::Getopt is installed, the configfile attribute has the
19 Getopt trait applied
20
210.04 2011-12-17
22 - Call the configfile attribute default sub if it is a sub, not just
23 a string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
24
250.03 2010-12-18
26 - The test suite now uses Test::Fatal instead of Test::Exception
27 (Karen Etheridge).
28 - Fix bug reported by Strayph in #moose with inheritance RT#63624
29 (perigrin)
30 - Add repository metadata
31 - Fix RT#57023, RT#49369.
32
330.02 2008-01-23
34 - Honor any default supplied for the configfile attribute
35
360.01 2007-12-18
37 - Initial release