Skip to content

Commit

Permalink
$*PERL.backends better written as $*PERL.VMnames
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 29, 2014
1 parent b4ddd8f commit 65740af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Perl.pm
Expand Up @@ -10,7 +10,7 @@ class Perl does Systemic {
:$!compiler = Compiler.new,
) { }

method backends { <moar jvm parrot> }
method VMnames { <moar jvm parrot> }
}
PROCESS::<$PERL> := Perl.new;

Expand Down

0 comments on commit 65740af

Please sign in to comment.