[svn:mod_parrot] r643 - mod_parrot/trunk/lib/ModParrot/HLL

[email protected] Sun, 14 Jun 2009 10:16:17 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Sun Jun 14 10:16:15 2009
New Revision: 643

Modified:
   mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir

Log:
use new lowercase HLL name (perl6)


Modified: mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir	(original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir	Sun Jun 14 10:16:15 2009
@@ -18,7 +18,7 @@
     load_bytecode 'languages/rakudo/perl6.pbc'
 
     # load mod_perl6.pm, which may be precompiled
-    $P0 = compreg 'Perl6'
+    $P0 = compreg 'perl6'
     $P1 = $P0.'compile'('use mod_perl6')
     $P1()
 .end