avoid shipping my todo file
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
CommitLineData
c35b639e 1Revision history for Perl extension MooseX::ConfigFromFile
2
7acf2fe9 30.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
742b859c 7 - if MooseX::Getopt is installed, the configfile attribute has the Getopt
8 trait applied (Karen Etheridge)
7acf2fe9 9
22b28fb3 100.04 - Dec 17, 2011
56e4351b 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
b1eadc58 140.03 - Dec 18, 2010
2ccaae6c 15 - The test suite now uses Test::Fatal instead of Test::Exception (Karen
16 Etheridge).
b1eadc58 17 - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
18 - Add repository metadata
19 - Fix RT#57023, RT#49369.
ce2d7d9d 20
fc44be6f 210.02 - Jan 23, 2008
22 - Honor any default supplied for the configfile attribute
23
c35b639e 240.01 - Dec 18, 2007
25 - Initial release