X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=blobdiff_plain;f=lib%2FMooseX%2FTypes.pm;h=996b0c080a8f701226d31ea093c1a18e4786a04e;hp=cb5e69859b02375bcacd19ba5d9554394004e101;hb=6a1db9c7c89f006f6231aa64a9629dd1de7c5a15;hpb=e512ffb3d659afc40efa844af865a3cee211a031 diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index cb5e698..996b0c0 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.25'; +our $VERSION = '0.26'; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'}; =head1 SYNOPSIS