[svn:mod_parrot] r565 - mod_parrot/trunk/t/conf

[email protected] Thu, 1 Jan 2009 13:17:39 -0800 (PST)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Thu Jan  1 13:17:35 2009
New Revision: 565

Modified:
   mod_parrot/trunk/t/conf/extra.conf.in

Log:
added lib path and dynext path for testing


Modified: mod_parrot/trunk/t/conf/extra.conf.in
==============================================================================
--- mod_parrot/trunk/t/conf/extra.conf.in	(original)
+++ mod_parrot/trunk/t/conf/extra.conf.in	Thu Jan  1 13:17:35 2009
@@ -3,6 +3,8 @@
 </IfModule>
 
 ParrotIncludePath @ServerRoot@/../lib
+ParrotLibPath @ServerRoot@/../lib
+ParrotDynextPath @ServerRoot@/../src/pmc
 ParrotInit @ServerRoot@/../lib/mod_parrot.pbc
 ParrotLoadImmediate @ServerRoot@/../lib/ModParrot/HLL/pir.pbc
 ParrotLoad @ServerRoot@/lib/handlers.pbc