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