Version 0.04.
Florian Ragwitz [Tue, 18 Aug 2009 15:12:32 +0000 (17:12 +0200)]
Changes
lib/MooseX/Types/DateTime.pm

diff --git a/Changes b/Changes
index bd35db1..0352af1 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
+0.04
+        - Depend on DateTime::TimeZone 0.95 to avoid test failures due to
+          broken, older versions.
+
 0.03
         - more explicit versions for dependencies
                - removed a test that doesn't seem to cleanly pass in all timezones
+
 0.02
         - Use namespace::clean in some places
         - Try to skip out of the test suite gracefully when bad crap happens
index 1134474..d8fc652 100644 (file)
@@ -5,7 +5,7 @@ package MooseX::Types::DateTime;
 use strict;
 use warnings;
 
-our $VERSION = "0.03";
+our $VERSION = "0.04";
 
 use DateTime ();
 use DateTime::Locale ();