X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes.pm;h=a19d709466f644bc89820847a1ebd07cdc4b97ac;hb=442e42ba3e90b69452a0c8c2a78cd55d2304262a;hp=e51a0c08e2bcf5d7c1df674680e9dfa47b4cbf0c;hpb=1150ce7231722f60b82d2b8399cd16671102f26d;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index e51a0c0..a19d709 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.12'; +our $VERSION = '0.14'; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'}; =head1 SYNOPSIS