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