This is the release version for 0.03, or very close to it. Just
[catagits/Catalyst-Authentication-Credential-OpenID.git] / README
diff --git a/README b/README
index 1e8ecf9..d65bdac 100644 (file)
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ To install this module, run the following commands:
 
        perl Makefile.PL
        make
+        # See below for TEST_HTTP info
        make test
        make install
 
@@ -20,4 +21,9 @@ within a test Catalyst application. Failure here doesn't guarantee the
 module won't work for you but success pretty much guarantees it will
 work.
 
+  # bash
+  export TEST_HTTP=1
+
+  # tcsh and friends
+  setenv TEST_HTTP 1