Version 0.22
[gitmo/MooseX-Types.git] / lib / MooseX / Types.pm
index 33f26d7..b767a6f 100644 (file)
@@ -20,7 +20,7 @@ use Scalar::Util                      'reftype';
 use namespace::clean -except => [qw( meta )];
 
 use 5.008;
-our $VERSION = '0.19';
+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,6 +597,8 @@ rafl: Florian Ragwitz <rafl@debian.org>
 
 hdp: Hans Dieter Pearcey <hdp@cpan.org>
 
+autarch: Dave Rolsky <autarch@urth.org>
+
 =head1 COPYRIGHT & LICENSE
 
 Copyright (c) 2007-2009 Robert Sedlacek <rs@474.at>