Version 0.08 0.08
Tomas Doran [Fri, 13 Aug 2010 14:09:00 +0000 (15:09 +0100)]
ChangeLog
lib/MooseX/SimpleConfig.pm

index d9cd5b2..6db451e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX::SimpleConfig
 
+0.08 - Aug 13, 2010
+  - Fix passing multiple config files to SimpleConfig.
+    - Tests for this (zby)
+
 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)
index 824158d..381700d 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::SimpleConfig;
 use Moose::Role;
 with 'MooseX::ConfigFromFile';
 
-our $VERSION   = '0.07';
+our $VERSION   = '0.08';
 
 use Config::Any ();