X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04_MRO.t;h=1e9bbba5b5b2460c9f16aab5644cb04e10f1e61c;hb=2ffffc6d4b76c053ddf254ef9356c92bba7d2acf;hp=1543a84eee6a4f6c9c38560eea4c1f53512bbc5c;hpb=08c2921109d622fd3a1052bf291c246b90fde1a9;p=gitmo%2FClass-C3.git diff --git a/t/04_MRO.t b/t/04_MRO.t index 1543a84..1e9bbba 100644 --- a/t/04_MRO.t +++ b/t/04_MRO.t @@ -65,6 +65,8 @@ example taken from: L use base ('Intelligent', 'Humanoid'); } +Class::C3::initialize(); + is_deeply( [ c3::calculateMRO('Vulcan') ], [ qw(Vulcan Intelligent Sentient Humanoid BiPedal LifeForm Object) ],