Version 0.03 0.03
Tomas Doran [Mon, 6 Feb 2012 19:12:03 +0000 (19:12 +0000)]
Changes
lib/MooseX/Types/UUID.pm

diff --git a/Changes b/Changes
index 5517861..1d4c252 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.03 Mon Jan 06 19:11:00 GMT 2012
      Lower case UUIDs are now supported, as this is documented in the standard
      at: http://www.itu.int/rec/T-REC-X.667-200409-S/dologin.asp?lang=e&id=T-REC-X.667-200409-S!!PDF-E&type=items
      (RT#74728)
index 1a4dc56..7311303 100644 (file)
@@ -2,7 +2,7 @@ package MooseX::Types::UUID;
 use strict;
 use warnings;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 our $AUTHORITY = 'CPAN:JROCKWAY';
 
 use MooseX::Types -declare => ['UUID'];