X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes.pm;h=b767a6fd46e88149a8006fd3784e58df89b21cf2;hb=6d7f2c07382702d3807060253671ac8572c7e33e;hp=41222b64528bd5a4a6651132c213d6e7a027a48e;hpb=cec62c799d89f62bf99abfd855c9fde397d7409b;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 41222b6..b767a6f 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.21'; +our $VERSION = '0.22'; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'}; =head1 SYNOPSIS @@ -213,7 +213,7 @@ of a set of library exports. Here is an example: package MyWrapper; use strict; - use Class::C3; + use MRO::Compat; use base 'MooseX::Types::Wrapper'; sub coercion_export_generator {