release commit for 0.06 0.06
Karen Etheridge [Sun, 3 Feb 2013 02:58:49 +0000 (18:58 -0800)]
ChangeLog
lib/MooseX/ConfigFromFile.pm

index 75a5874..eee03ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Revision history for Perl extension MooseX::ConfigFromFile
 
+0.06  2013-02-03 (Karen Etheridge)
     - the configfile attribute is now a Path::Tiny, not a Path::Class
     (coercions from strings are still supported, and now also from any other
     type that has a string coercion).
index 15d6773..4316863 100644 (file)
@@ -6,7 +6,7 @@ use Try::Tiny qw/ try /;
 use Carp qw(croak);
 use namespace::autoclean;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 requires 'get_config_from_file';