make whitespace test pass
[gitmo/MooseX-ConfigFromFile.git] / Changes
CommitLineData
0d6fca1b 1Revision history for {{$dist->name}}
c35b639e 2
0d6fca1b 3{{$NEXT}}
a665bd30 4 - allow configfiles called "0"
5
61fbb834 60.07 - 2013-02-04 (Karen Etheridge)
0864e862 7 - fixed tests to not load optional dependencies
8
61fbb834 90.06 - 2013-02-03 (Karen Etheridge)
0b75e547 10 - the configfile attribute is now a Path::Tiny, not a Path::Class
11 (coercions from strings are still supported, and now also from any other
12 type that has a string coercion).
13
79d1178e 140.05 - 2013-02-03 (Karen Etheridge)
7acf2fe9 15 - documentation corrected to demostrate how to properly override the
16 configfile method to provide a default from the consuming class, without
17 having to redefine the attribute itself
742b859c 18 - if MooseX::Getopt is installed, the configfile attribute has the Getopt
79d1178e 19 trait applied
7acf2fe9 20
22b28fb3 210.04 - Dec 17, 2011
56e4351b 22 - Call the configfile attribute default sub if it is a sub, not just a
23 string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
24
b1eadc58 250.03 - Dec 18, 2010
2ccaae6c 26 - The test suite now uses Test::Fatal instead of Test::Exception (Karen
27 Etheridge).
b1eadc58 28 - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
29 - Add repository metadata
30 - Fix RT#57023, RT#49369.
ce2d7d9d 31
fc44be6f 320.02 - Jan 23, 2008
33 - Honor any default supplied for the configfile attribute
34
c35b639e 350.01 - Dec 18, 2007
36 - Initial release