perl.cvs.mod_parrot
[Top] [All Lists]

[svn:mod_parrot] r356 - in mod_parrot/trunk: . lib/ModParrot/HLL

Subject: [svn:mod_parrot] r356 - in mod_parrot/trunk: . lib/ModParrot/HLL
From: jhorwitz@xxxxxxxxxxxx
Date: Mon, 7 Jul 2008 14:28:24 -0700 (PDT)
Newsgroups: perl.cvs.mod_parrot

Author: jhorwitz
Date: Mon Jul  7 14:28:23 2008
New Revision: 356

Added:
   mod_parrot/trunk/lib/ModParrot/HLL/pipp.pir
      - copied, changed from r348, 
/mod_parrot/trunk/lib/ModParrot/HLL/plumhead.pir
Removed:
   mod_parrot/trunk/lib/ModParrot/HLL/plumhead.pir
Modified:
   mod_parrot/trunk/Makefile.in

Log:
plumhead is now pipp


Modified: mod_parrot/trunk/Makefile.in
==============================================================================
--- mod_parrot/trunk/Makefile.in        (original)
+++ mod_parrot/trunk/Makefile.in        Mon Jul  7 14:28:23 2008
@@ -45,7 +45,7 @@
        lib/ModParrot/Interpreter \
        lib/ModParrot/HLL/pir \
        lib/ModParrot/HLL/perl6 \
-       lib/ModParrot/HLL/plumhead \
+       lib/ModParrot/HLL/pipp \
        lib/ModParrot/HLL/lolcode \
        lib/ModParrot/HLL/nqp
 

Copied: mod_parrot/trunk/lib/ModParrot/HLL/pipp.pir (from r348, 
/mod_parrot/trunk/lib/ModParrot/HLL/plumhead.pir)
==============================================================================
--- /mod_parrot/trunk/lib/ModParrot/HLL/plumhead.pir    (original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/pipp.pir Mon Jul  7 14:28:23 2008
@@ -14,17 +14,17 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-.namespace [ 'ModParrot'; 'HLL'; 'plumhead' ]
+.namespace [ 'ModParrot'; 'HLL'; 'pipp' ]
 
 .sub __onload :anon :load
-    load_bytecode 'languages/plumhead/plumhead.pbc'
+    load_bytecode 'languages/pipp/pipp.pbc'
     load_bytecode 'CGI/QueryHash.pbc'
 .end
 
 .sub run_php_file
     .param string path
 
-    $P0 = compreg 'Plumhead'
+    $P0 = compreg 'Pipp'
     $P1 = $P0.'evalfiles'(path)
 
     .return($P1)

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:mod_parrot] r356 - in mod_parrot/trunk: . lib/ModParrot/HLL, jhorwitz <=