Version 0.09 0.09
Dagfinn Ilmari Mannsåker [Tue, 6 Mar 2012 23:59:10 +0000 (23:59 +0000)]
Changes
lib/MooseX/Types/DateTime/MoreCoercions.pm

diff --git a/Changes b/Changes
index b835e17..a22aaca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.09   2012-03-06 23:58:14 Europe/London
 
        - Use the introspection API to get MX:T:DateTime's coercions
        - fix a spelling mistake (RT#73343)
index 85cc43b..570411c 100644 (file)
@@ -12,7 +12,7 @@ use MooseX::Types::Moose 0.04 qw/Num HashRef Str/;
 
 use namespace::clean 0.08;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use MooseX::Types 0.04 -declare => [qw( DateTime Duration)];