2f52e4e352324c05e44c815b191ae92ecd3bd61f
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
1 Revision history for Perl extension MooseX::ConfigFromFile
2
3 0.05
4     - documentation corrected to demostrate how to properly override the
5     configfile method to provide a default from the consuming class, without
6     having to redefine the attribute itself
7     - if MooseX::Getopt is installed, the configfile attribute has the Getopt
8     trait applied (Karen Etheridge)
9
10 0.04 - Dec 17, 2011
11     - Call the configfile attribute default sub if it is a sub, not just a
12       string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
13
14 0.03 - Dec 18, 2010
15     - The test suite now uses Test::Fatal instead of Test::Exception (Karen
16       Etheridge).
17     - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
18     - Add repository metadata
19     - Fix RT#57023, RT#49369.
20
21 0.02 - Jan 23, 2008
22     - Honor any default supplied for the configfile attribute
23
24 0.01 - Dec 18, 2007
25     - Initial release