switch to my pluginbundle, weaving pod and authors moved to contributors
[gitmo/MooseX-ConfigFromFile.git] / Changes
CommitLineData
0d6fca1b 1Revision history for {{$dist->name}}
c35b639e 2
0d6fca1b 3{{$NEXT}}
0f01d3ff 4 - warnings tests bypassed during installation
f3a3ceb7 5
60.11 2013-06-23 09:22:04 PDT-0700 (Karen Etheridge)
d648cbda 7 - bump prereq version for MooseX::Types::Path::Tiny to ensure a
8 broken version is not installed
2edae15b 9
100.10 2013-02-12 13:17:44 PST-0800 (Karen Etheridge)
eb27f7e7 11 - allow clean composition into a role, without requiring an -exclude
aba5bd40 12
130.09 2013-02-11 09:35:50 PST-0800 (Karen Etheridge)
93a10512 14 - removed prereqs which are only used for optional tests
7b24ed16 15
160.08 2013-02-09 16:24:27 PST-0800 (Karen Etheridge)
04f464af 17 - allow configfiles called "0"
8b4a3e76 18 - configfile value now passed through to new()
28d69363 19 - new _get_default_configfile method added, which consumers can
20 override to provide a default value without having to redefine the
21 attribute itself (via RT#79746) -- PLEASE READ THE DOCUMENTATION
22 if you override the configfile attribute!
04f464af 23
240.07 2013-02-04 (Karen Etheridge)
25 - fixed tests to not load optional dependencies
26
270.06 2013-02-03 (Karen Etheridge)
28 - the configfile attribute is now a Path::Tiny, not a Path::Class
29 (coercions from strings are still supported, and now also from any
30 other type that has a string coercion).
31
320.05 2013-02-03 (Karen Etheridge)
33 - documentation corrected to demostrate how to properly override the
34 configfile method to provide a default from the consuming class,
35 without having to redefine the attribute itself
36 - if MooseX::Getopt is installed, the configfile attribute has the
37 Getopt trait applied
38
390.04 2011-12-17
40 - Call the configfile attribute default sub if it is a sub, not just
41 a string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
42
430.03 2010-12-18
44 - The test suite now uses Test::Fatal instead of Test::Exception
45 (Karen Etheridge).
46 - Fix bug reported by Strayph in #moose with inheritance RT#63624
47 (perigrin)
48 - Add repository metadata
49 - Fix RT#57023, RT#49369.
50
510.02 2008-01-23
52 - Honor any default supplied for the configfile attribute
53
540.01 2007-12-18
55 - Initial release