doh, "use Class::C3" slipped in unnoticed in a paste
Brandon L Black [Wed, 9 Aug 2006 16:54:00 +0000 (16:54 +0000)]
t/006_complex_merge.t

index 2fa233f..505cbaf 100644 (file)
@@ -88,8 +88,6 @@ KJIHGFEDABC
     use base qw/Test::J Test::I/;
 }
 
-use Class::C3;
-
 sub supers {
     no strict 'refs';
     @{$_[0] . '::ISA'};