From: Tomas Doran Date: Thu, 16 Dec 2010 19:32:28 +0000 (+0000) Subject: Version 0.03 X-Git-Tag: 0.03~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1eadc5852567ea5328d9ab2a4f54bd8e69ed2b3;p=gitmo%2FMooseX-ConfigFromFile.git Version 0.03 --- diff --git a/ChangeLog b/ChangeLog index 38303a5..cb040dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ Revision history for Perl extension MooseX::ConfigFromFile -0.03 - ??? +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 (perigrin) + - 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 diff --git a/lib/MooseX/ConfigFromFile.pm b/lib/MooseX/ConfigFromFile.pm index 2d469b6..2137247 100644 --- a/lib/MooseX/ConfigFromFile.pm +++ b/lib/MooseX/ConfigFromFile.pm @@ -6,7 +6,7 @@ use Try::Tiny qw/ try /; use Carp qw(croak); use namespace::autoclean; -our $VERSION = '0.02'; +our $VERSION = '0.03'; requires 'get_config_from_file';