prep for cpan 0.05
John Napiorkowski [Fri, 29 Apr 2011 03:12:29 +0000 (23:12 -0400)]
Changes
lib/MooseX/Types/Parameterizable.pm

diff --git a/Changes b/Changes
index bc50241..d3da1c5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-Types-Parameterized
 
+0.05    28 April 2011
+        - Changes for Moose to be
+
 0.04    28 June 2010
         - More documentation fixes, no code changes
 
index 58bb350..1b50fff 100644 (file)
@@ -2,7 +2,7 @@ package MooseX::Types::Parameterizable;
 
 use 5.008;
 
-our $VERSION   = '0.04';
+our $VERSION   = '0.05';
 $VERSION = eval $VERSION;
 
 use Moose::Util::TypeConstraints;