added has_available_type_export introspection utility function
[gitmo/MooseX-Types.git] / lib / MooseX / Types.pm
index cda0f45..9e1cf94 100644 (file)
@@ -20,7 +20,7 @@ use Carp::Clan                      qw( ^MooseX::Types );
 use namespace::clean -except => [qw( meta )];
 
 use 5.008;
-our $VERSION = 0.08;
+our $VERSION = 0.09;
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};
 
 =head1 SYNOPSIS