Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add back default .perl.
  • Loading branch information
jnthn committed Feb 25, 2010
1 parent 59c65be commit 5d38786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Mu.pm
Expand Up @@ -3,6 +3,10 @@ augment class Mu {

multi method notdef() { !self.defined; }

multi method perl {
self.WHAT.substr(0, -2) ~ '.new()';
}

method Capture() {
my %attrs;
my @mro = self, self.^parents;
Expand Down

0 comments on commit 5d38786

Please sign in to comment.