X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=27f2d75f998370f98668c361ca2406bdba714245;hb=36452fa7728d78e7d36219bc3666be627537cfd1;hp=cb040dd380fbb5210e395dc0c53954ddbeb71f4d;hpb=b1eadc5852567ea5328d9ab2a4f54bd8e69ed2b3;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index cb040dd..27f2d75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ Revision history for Perl extension MooseX::ConfigFromFile +0.07 2013-02-04 (Karen Etheridge) + - fixed tests to not load optional dependencies + +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 + +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).