Skip to content

Commit

Permalink
Mu's .perl should use raw primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Mar 20, 2015
1 parent 179d453 commit c13d1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mu.pm
Expand Up @@ -311,7 +311,7 @@ my class Mu { # declared in BOOTSTRAP
my $name := substr($attr.Str,2);
@attrs.push: $name
~ ' => '
~ self."$name"().perl
~ $attr.get_value(self).perl
}
self.^name ~ '.new(' ~ @attrs.join(', ') ~ ')';
}
Expand Down

0 comments on commit c13d1b4

Please sign in to comment.