Version 0.04 0.04
Tomas Doran [Sat, 17 Dec 2011 13:13:38 +0000 (13:13 +0000)]
ChangeLog
lib/MooseX/ConfigFromFile.pm

index d9b4e27..9fc11cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 Revision history for Perl extension MooseX::ConfigFromFile
 
-{{$NEXT}}
+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)
 
index 5557c53..b08dde0 100644 (file)
@@ -6,7 +6,7 @@ use Try::Tiny qw/ try /;
 use Carp qw(croak);
 use namespace::autoclean;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 requires 'get_config_from_file';