X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=2f52e4e352324c05e44c815b191ae92ecd3bd61f;hb=a4f0ac9f78fcaf1ce63b9eb3059e6634b1bcda2b;hp=ca765f7c6f0222c1bee504e42bc5f10d7e05c2b6;hpb=fc44be6f0832752b4dd69c09ba826d7964b64f3e;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index ca765f7..2f52e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ Revision history for Perl extension MooseX::ConfigFromFile +0.05 + - documentation corrected to demostrate how to properly override the + configfile method to provide a default from the consuming class, without + having to redefine the attribute itself + - if MooseX::Getopt is installed, the configfile attribute has the Getopt + trait applied (Karen Etheridge) + +0.04 - Dec 17, 2011 + - Call the configfile attribute default sub if it is a sub, not just a + string, just like MooseX::Getopt does (RT#73325, Karen Etheridge) + +0.03 - Dec 18, 2010 + - The test suite now uses Test::Fatal instead of Test::Exception (Karen + Etheridge). + - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin) + - Add repository metadata + - Fix RT#57023, RT#49369. + 0.02 - Jan 23, 2008 - Honor any default supplied for the configfile attribute