release 0.20
Rafael Kitover [Fri, 11 Sep 2009 02:38:47 +0000 (22:38 -0400)]
Changes
lib/MooseX/Types.pm

diff --git a/Changes b/Changes
index cbb0827..37662e3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-Types
 
+0.20    Thu Sep 10 22:34:48 EDT 2009
+        - fix "empty export" warning (doy).
+
 0.19    Sun Aug 23 15:03:02 EDT 2009
         - un-fix coercions on parameterized types, since it broke
           MooseX::Method::Signatures, as well as any other code that relied on
index 33f26d7..e3f9a31 100644 (file)
@@ -20,7 +20,7 @@ use Scalar::Util                      'reftype';
 use namespace::clean -except => [qw( meta )];
 
 use 5.008;
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};
 
 =head1 SYNOPSIS