s/Class::C3/MRO::Compat/
Tomas Doran [Wed, 12 May 2010 14:48:17 +0000 (16:48 +0200)]
Changes
lib/MooseX/Types.pm

diff --git a/Changes b/Changes
index 444c5c9..6143ee5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for MooseX-Types
 
+        - Update docs to mention MRO::Compat rather than Class::C3
 
 0.21    Thu Dec 24 00:21:26 EST 2009
         - Attempting to import a non-existent type from a combined type
index 41222b6..e8b3e5c 100644 (file)
@@ -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 {