From f8e7e1fd59f8e1feba6a509839253ace6189953f Mon Sep 17 00:00:00 2001 From: jnthn Date: Sat, 1 Sep 2012 17:44:25 +0200 Subject: [PATCH] Don't need to explicitly inherit from Mu any more. --- lib/Grammar/Tracer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Grammar/Tracer.pm b/lib/Grammar/Tracer.pm index 4fd5d7b..35ba159 100644 --- a/lib/Grammar/Tracer.pm +++ b/lib/Grammar/Tracer.pm @@ -1,6 +1,6 @@ use Term::ANSIColor; -my class TracedGrammarHOW is Metamodel::GrammarHOW is Mu { +my class TracedGrammarHOW is Metamodel::GrammarHOW { my $indent = 0; method find_method($obj, $name) {