Skip to content

Commit

Permalink
Don't need to explicitly inherit from Mu any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 1, 2012
1 parent cdc2a7b commit f8e7e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Grammar/Tracer.pm
@@ -1,6 +1,6 @@
use Term::ANSIColor; use Term::ANSIColor;


my class TracedGrammarHOW is Metamodel::GrammarHOW is Mu { my class TracedGrammarHOW is Metamodel::GrammarHOW {
my $indent = 0; my $indent = 0;


method find_method($obj, $name) { method find_method($obj, $name) {
Expand Down

0 comments on commit f8e7e1f

Please sign in to comment.