support for _get_default_configfile - RT#79746
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
CommitLineData
c35b639e 1Revision history for Perl extension MooseX::ConfigFromFile
2
004c25dc 30.05
4 - new _get_default_configfile method added, which consumers can override
5 to provide a default value without having to redefine the attribute itself
6 (via RT#79746)
7
22b28fb3 80.04 - Dec 17, 2011
56e4351b 9 - Call the configfile attribute default sub if it is a sub, not just a
10 string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
11
b1eadc58 120.03 - Dec 18, 2010
2ccaae6c 13 - The test suite now uses Test::Fatal instead of Test::Exception (Karen
14 Etheridge).
b1eadc58 15 - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
16 - Add repository metadata
17 - Fix RT#57023, RT#49369.
ce2d7d9d 18
fc44be6f 190.02 - Jan 23, 2008
20 - Honor any default supplied for the configfile attribute
21
c35b639e 220.01 - Dec 18, 2007
23 - Initial release