[svn:mod_parrot] r317 - mod_parrot/trunk/eg/perl6

[email protected] Sat, 19 Jan 2008 08:54:02 -0800 (PST)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Sat Jan 19 08:54:01 2008
New Revision: 317

Added:
   mod_parrot/trunk/eg/perl6/README

Log:
add some notes about mod_perl6 usage


Added: mod_parrot/trunk/eg/perl6/README
==============================================================================
--- (empty file)
+++ mod_parrot/trunk/eg/perl6/README	Sat Jan 19 08:54:01 2008
@@ -0,0 +1,5 @@
+This directory contains example mod_perl6 handlers.  Until the perl6 compiler
+implements search paths, the HLL layer needs some help loading handler modules.
+For these examples, set the PERL6LIB environment variable to the location of
+this directory, then stop and start Apache.  You can also add it to Apache's
+envvars script (found in the same directory as apachectl).