$Id: README 1019 2005-11-12 06:39:59Z btrott $ This is Catalyst::Plugin::Authentication::OpenID, an implementation of OpenID authentication for Catalyst applications. PREREQUISITES * Net::OpenID::Consumer * LWPx::ParanoidAgent INSTALLATION Catalyst::Plugins::Authentication::OpenID installation is straightforward. If your CPAN shell is set up, you should just be able to do % perl -MCPAN -e 'install Catalyst::Plugin::Authentication::OpenID' Download it, unpack it, then build it as per the usual: % perl Makefile.PL % make && make test Then install it: % make install Six Apart / cpan@sixapart.com