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