Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make backtraces a bit more awesome
  • Loading branch information
moritz committed Feb 15, 2012
1 parent d4d4a21 commit a94a530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Backtrace.pm
Expand Up @@ -9,7 +9,7 @@ my class Backtrace is List {
has Str $.subname;

method subtype {
my $s = $!code.WHAT.perl.lc;
my $s = $!code.^name.lc.split('+', 2)[0];
$s eq 'mu' ?? '' !! $s;
}

Expand Down

0 comments on commit a94a530

Please sign in to comment.