release 0.19
Rafael Kitover [Mon, 24 Aug 2009 15:56:29 +0000 (11:56 -0400)]
Changes
lib/MooseX/Types.pm

diff --git a/Changes b/Changes
index aa6b6cf..cbb0827 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for MooseX-Types
 
-0.19
+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
           new type constraint objects being generated each time a type was
index 5f5c3be..33f26d7 100644 (file)
@@ -20,7 +20,7 @@ use Scalar::Util                      'reftype';
 use namespace::clean -except => [qw( meta )];
 
 use 5.008;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};
 
 =head1 SYNOPSIS
@@ -599,7 +599,7 @@ hdp: Hans Dieter Pearcey <hdp@cpan.org>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright (c) 2007-2009 Robert Sedlacek
+Copyright (c) 2007-2009 Robert Sedlacek <rs@474.at>
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as perl itself.