From: Brandon L Black Date: Wed, 9 Aug 2006 16:54:00 +0000 (+0000) Subject: doh, "use Class::C3" slipped in unnoticed in a paste X-Git-Tag: 0.04~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b78491db34b40715cd526e3d7b9d602965a144c2;p=gitmo%2FAlgorithm-C3.git doh, "use Class::C3" slipped in unnoticed in a paste --- diff --git a/t/006_complex_merge.t b/t/006_complex_merge.t index 2fa233f..505cbaf 100644 --- a/t/006_complex_merge.t +++ b/t/006_complex_merge.t @@ -88,8 +88,6 @@ KJIHGFEDABC use base qw/Test::J Test::I/; } -use Class::C3; - sub supers { no strict 'refs'; @{$_[0] . '::ISA'};