X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=2f52e4e352324c05e44c815b191ae92ecd3bd61f;hb=097fca8f8aa39c3111a01edf4d1f16cf0d660280;hp=9fc11cf49c8a3a72e23def1426d4fcd3df418718;hpb=22b28fb3b441b6722a9a0f82d26b667fb7bcb75c;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index 9fc11cf..2f52e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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)