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