initial commit
[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         make test
14         make install
15
16 It is recommended that you try to install with TEST_HTTP set to a true
17 value in your environment. If it is set, the tests will run a forking
18 test server which acts as an OpenID provider and consumer to run tests
19 within a test Catalyst application. Failure here doesn't guarantee the
20 module won't work for you but success pretty much guarantees it will
21 work.
22
23