This is 0.06 -- only real changes are to Makefile.PL and cache storage location.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / README
CommitLineData
e5b6823d 1Catalyst::Authentication::Credential::OpenID
2
3Just say "no" to document drift. See the POD for any details,
4including copyright and licence, beyond installation.
5
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11 perl Makefile.PL
12 make
d214d0c0 13 # See below for TEST_HTTP info
e5b6823d 14 make test
15 make install
16
17It is recommended that you try to install with TEST_HTTP set to a true
18value in your environment. If it is set, the tests will run a forking
19test server which acts as an OpenID provider and consumer to run tests
20within a test Catalyst application. Failure here doesn't guarantee the
21module won't work for you but success pretty much guarantees it will
22work.
23
d214d0c0 24 # bash
25 export TEST_HTTP=1
26
27 # tcsh and friends
28 setenv TEST_HTTP 1
e5b6823d 29