From: Rafael Kitover Date: Tue, 18 Aug 2009 06:34:11 +0000 (-0400) Subject: new release X-Git-Tag: 0.17^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=76cd1d7f79f3f6315c38a0b90d2fa9c717237cd1 new release --- diff --git a/Changes b/Changes index a9cf556..65c96ee 100644 --- 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). diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index b194aa0..6e18cd1 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -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