MooseX-ConfigFromFile-0.08
[gitmo/MooseX-ConfigFromFile.git] / Changes
CommitLineData
0d6fca1b 1Revision history for {{$dist->name}}
c35b639e 2
0d6fca1b 3{{$NEXT}}
7b24ed16 4
50.08 2013-02-09 16:24:27 PST-0800 (Karen Etheridge)
04f464af 6 - allow configfiles called "0"
8b4a3e76 7 - configfile value now passed through to new()
28d69363 8 - new _get_default_configfile method added, which consumers can
9 override to provide a default value without having to redefine the
10 attribute itself (via RT#79746) -- PLEASE READ THE DOCUMENTATION
11 if you override the configfile attribute!
04f464af 12
130.07 2013-02-04 (Karen Etheridge)
14 - fixed tests to not load optional dependencies
15
160.06 2013-02-03 (Karen Etheridge)
17 - the configfile attribute is now a Path::Tiny, not a Path::Class
18 (coercions from strings are still supported, and now also from any
19 other type that has a string coercion).
20
210.05 2013-02-03 (Karen Etheridge)
22 - documentation corrected to demostrate how to properly override the
23 configfile method to provide a default from the consuming class,
24 without having to redefine the attribute itself
25 - if MooseX::Getopt is installed, the configfile attribute has the
26 Getopt trait applied
27
280.04 2011-12-17
29 - Call the configfile attribute default sub if it is a sub, not just
30 a string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
31
320.03 2010-12-18
33 - The test suite now uses Test::Fatal instead of Test::Exception
34 (Karen Etheridge).
35 - Fix bug reported by Strayph in #moose with inheritance RT#63624
36 (perigrin)
37 - Add repository metadata
38 - Fix RT#57023, RT#49369.
39
400.02 2008-01-23
41 - Honor any default supplied for the configfile attribute
42
430.01 2007-12-18
44 - Initial release