X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes.pm;h=634f669632bca47e5bdce3ddcb17796b73375aba;hb=3da38ef893627fa8efeecd85c69ffd1ff4ddb4e6;hp=5f5c3bebc19009d7f8fed7603beef8cf1f489cde;hpb=64f423032040d0bed08b632447c1fbbe6cd1787d;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 5f5c3be..634f669 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.24'; 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.