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