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