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

[email protected] Thu, 20 Nov 2008 12:49:06 -0800 (PST)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Thu Nov 20 12:49:05 2008
New Revision: 497

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

Log:
invoke compiled mod_perl6.pm
this is technically not necessary for "use", but it's good form.  :)


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	Thu Nov 20 12:49:05 2008
@@ -22,6 +22,7 @@
     # load mod_perl6.pm, which may be precompiled
     $P0 = compreg 'Perl6'
     $P1 = $P0.'compile'('use mod_perl6')
+    $P1()
 
     # register mod_parrot classes as Perl6 meta classes so Perl 6 can access
     # them natively.  use 'name' to register the class under a different