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