Version 0.07 0.07
Tomas Doran [Sat, 22 May 2010 11:48:28 +0000 (12:48 +0100)]
ChangeLog
lib/MooseX/SimpleConfig.pm

index 52b96c4..c31727e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Revision history for Perl extension MooseX::SimpleConfig
 
+0.07 - May 22, 2010
   - Reverse order of testing config files so that latter options on the
     command line (when multiple are specified) take precedence. (RT#57027)
   - Reduce exception thrown by being unable to find a config file to a
index 2850669..8ecdf92 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::SimpleConfig;
 use Moose::Role;
 with 'MooseX::ConfigFromFile';
 
-our $VERSION   = '0.06';
+our $VERSION   = '0.07';
 
 use Config::Any ();