X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes.pm;h=1e5c94f54e26a3d1412cd7bf12dff7415246b83f;hb=refs%2Ftags%2F0.23;hp=b767a6fd46e88149a8006fd3784e58df89b21cf2;hpb=9f6c7824c2d808539307996cf106d8515e0c1537;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index b767a6f..1e5c94f 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.22'; +our $VERSION = '0.23'; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'}; =head1 SYNOPSIS