new release 0.17
Rafael Kitover [Tue, 18 Aug 2009 06:34:11 +0000 (02:34 -0400)]
Changes
lib/MooseX/Types.pm

diff --git a/Changes b/Changes
index a9cf556..65c96ee 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for MooseX-Types
 
+0.17    Tue Aug 18 02:32:31 EDT 2009
         - Documentation typo fix (Dave Rolsky).
         - Stop blowing up in has_available_type_export if the introspected code
           symbol exists but is not a type export (Florian Ragwitz).
index b194aa0..6e18cd1 100644 (file)
@@ -20,7 +20,7 @@ use Scalar::Util                      'reftype';
 use namespace::clean -except => [qw( meta )];
 
 use 5.008;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};
 
 =head1 SYNOPSIS