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