fix for prototype undecl issue when type constraint utils loaded before consumers...
[gitmo/Moose.git] / t / 045_role_exclusion.t
index eee5539..2f99164 100644 (file)
@@ -67,7 +67,7 @@ the roles into the same class
     
     ::throws_ok {
         with 'Molecule::Organic', 'Molecule::Inorganic';
-    } qr/Conflict detected: Class::MOP::Class::__ANON__::SERIAL::1 excludes role \'Molecule::Inorganic\'/, 
+    } qr/Conflict detected: .+ excludes role \'Molecule::Inorganic\'/, 
     '... adding the role w/ excluded role conflict dies okay';    
     
     package My::Test3;