# New Ticket Created by Steve Mynott # Please include the string: [perl #120372] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=120372 >
>From a83f824ec414393bb9ed4ca756b2301b88a51a5a Mon Sep 17 00:00:00 2001 From: Steve Mynott <steve.myn...@gmail.com> Date: Sat, 26 Oct 2013 11:15:14 +0100 Subject: [PATCH] fix rakudo jvm Configure line in doc --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6a81b92..480e673 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ Rakudo Perl 6 will fetch an appropriate revision of nqp, build it, and then build rakudo on the jvm. - $ perl ConfigureJVM.pl --gen-nqp + $ perl Configure.pl --gen-nqp --backends=jvm $ make Note that Rakudo on JVM implements a slightly different set of features -- 1.7.10.4