X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=eee03ecb959d2d74a7a6c0a6164b14a9672b4237;hb=75faf71e9f906a22899b2728fee90d3906b1c0f6;hp=2f52e4e352324c05e44c815b191ae92ecd3bd61f;hpb=742b859c0f89bf4dc325980079eb770771c1c709;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index 2f52e4e..eee03ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,16 @@ Revision history for Perl extension MooseX::ConfigFromFile -0.05 +0.06 2013-02-03 (Karen Etheridge) + - the configfile attribute is now a Path::Tiny, not a Path::Class + (coercions from strings are still supported, and now also from any other + type that has a string coercion). + +0.05 - 2013-02-03 (Karen Etheridge) - 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) + trait applied 0.04 - Dec 17, 2011 - Call the configfile attribute default sub if it is a sub, not just a