Version 0.09 0.09
Tomas Doran [Sun, 15 Aug 2010 17:57:24 +0000 (18:57 +0100)]
ChangeLog
lib/MooseX/SimpleConfig.pm

index 6db451e..e6cb703 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX::SimpleConfig
 
+0.09 - Aug 15, 2010
+  - Fix issue with MANIFEST
+
 0.08 - Aug 13, 2010
   - Fix passing multiple config files to SimpleConfig.
     - Tests for this (zby)
index 381700d..6122aea 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::SimpleConfig;
 use Moose::Role;
 with 'MooseX::ConfigFromFile';
 
-our $VERSION   = '0.08';
+our $VERSION   = '0.09';
 
 use Config::Any ();