develooper Front page | perl.cvs.mod_parrot | Postings from June 2009

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

From:
jhorwitz
Date:
June 14, 2009 10:16
Subject:
[svn:mod_parrot] r643 - mod_parrot/trunk/lib/ModParrot/HLL
Message ID:
20090614171617.89FA81844BC@xx12.develooper.com
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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About