Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created November 17, 2010 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/703306 to your computer and use it in GitHub Desktop.
Save tadzik/703306 to your computer and use it in GitHub Desktop.
diff --git a/src/cheats/process.pm b/src/cheats/process.pm
index b97a7b8..d0526c6 100644
--- a/src/cheats/process.pm
+++ b/src/cheats/process.pm
@@ -10,10 +10,7 @@ package PROCESS {
our $OUT = IO.new(:PIO(pir::getstdout__P));
our $ERR = IO.new(:PIO(pir::getstderr__P));
- our $PERL = {
- name => 'rakudo',
- version => Q:PIR { %r = box .RAKUDO_VERSION }
- };
+ our $PERL = 6;
our $VM = {
name => 'parrot',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment