update changelog
[gitmo/Class-C3.git] / t / 33_next_method_used_with_NEXT.t
index c0ed1e1..b2e4843 100644 (file)
@@ -38,7 +38,6 @@ BEGIN {
     package Baz;
     use strict;
     use warnings;    
-    use Class::C3;
     require NEXT; # load this as late as possible so we can catch the test skip
 
     use base 'Bar', 'Fuz';