# New Ticket Created by  Lambeck 
# Please include the string:  [perl #33191]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=33191 >


Hi all,
in order to make mod_parrot-0.1 work with parrot-0.1.1 there need to be some 
additions in src/call_list.txt . These statements are included in the patch.

The mod_parrot I am talking about is the one from Jeff Horwitz. He wrote an 
article about it: http://www.perl.com/pub/a/2004/12/22/mod_parrot.html

The website of his mod_parrot: http://www.smashing.org/mod_parrot

This patch is important because otherwise the users need to patch and 
recompile parrot in order to make it work with mod_parrot.

Adrian Lambeck
--- call_list.txt	2004-12-26 11:48:01.492333536 +0100
+++ ../parrot-0.1.1/src/call_list.txt	2004-10-08 12:23:18.000000000 +0200
@@ -245,8 +245,3 @@
 
 # examples/japh/japh11.pasm
 v	Iiiip
-
-#required for mod_parrot
-i   tp
-v   tiiiptt
-i   Pip

Reply via email to