X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes.pm;h=b767a6fd46e88149a8006fd3784e58df89b21cf2;hb=6d7f2c07382702d3807060253671ac8572c7e33e;hp=5f5c3bebc19009d7f8fed7603beef8cf1f489cde;hpb=64f423032040d0bed08b632447c1fbbe6cd1787d;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 5f5c3be..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.18'; +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 { @@ -597,9 +597,11 @@ rafl: Florian Ragwitz hdp: Hans Dieter Pearcey +autarch: Dave Rolsky + =head1 COPYRIGHT & LICENSE -Copyright (c) 2007-2009 Robert Sedlacek +Copyright (c) 2007-2009 Robert Sedlacek This program is free software; you can redistribute it and/or modify it under the same terms as perl itself.