This is patch for http://rt.cpan.org/Public/Bug/Display.html?id=39688
[catagits/Catalyst-Authentication-Credential-OpenID.git] / README
diff --git a/README b/README
index d65bdac..b8e6446 100644 (file)
--- a/README
+++ b/README
@@ -14,16 +14,3 @@ To install this module, run the following commands:
        make test
        make install
 
-It is recommended that you try to install with TEST_HTTP set to a true
-value in your environment. If it is set, the tests will run a forking
-test server which acts as an OpenID provider and consumer to run tests
-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
-