This is 0.11 on CPAN. v0.11
Ashley Pond V [Sun, 5 Oct 2008 07:47:50 +0000 (07:47 +0000)]
Changes
Makefile.PL
lib/Catalyst/Authentication/Credential/OpenID.pm

diff --git a/Changes b/Changes
index bf394db..c4eee08 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Catalyst::Authentication::Credential::OpenID
 
+0.11  Sun Oct  5 00:41:37 PDT 2008
+      - Added LWPx paranoid to build_requires.
+      - Put some experimental mdash entities into the Pod.
+
 0.10  Thu Oct  2 19:13:42 PDT 2008
       - Just twiddled the requirements calls in the Makefile. I can't
         figure out why testers are failing it for prereqs it *is*
index e13ee97..34567de 100644 (file)
@@ -8,21 +8,22 @@ requires  "parent"                => "0.2";
 requires  "Class::Accessor::Fast" => undef;
 requires  "HTML::Parser"          => "3";
 requires  "LWP::UserAgent"        => undef;
+requires  "Cache::FastMmap"       => "1.28";
 requires  "Catalyst"              => "5.7";
 requires  "Catalyst::Devel"       => "1";
 requires  "Crypt::DH"             => "0.05"; # IIRC OpenID stuff forgets to prereq this
 requires  "Net::OpenID::Consumer" => "0.14";
 requires  "Catalyst::Authentication::User::Hash" => undef;
-requires  "Cache::FastMmap"       => "1.28";
 requires  "Catalyst::Plugin::Session::Store::FastMmap" => "0.05";
 requires  "Catalyst::Plugin::Session::State::Cookie" => "0.08";
 requires  "Catalyst::Engine::HTTP" => undef;
 
 recommends "Config::General"     => "2";
 recommends "YAML"                => "0.6";
-recommends "LWPx::ParanoidAgent" => "1.03";
 recommends "Math::BigInt"        => undef;
+recommends "LWPx::ParanoidAgent" => "1.03";
 
+build_requires "LWPx::ParanoidAgent" => "1.03";
 build_requires  "Test::More"           => "0.42";
 build_requires  "Net::OpenID::Server"  => undef;
 build_requires  "Test::WWW::Mechanize" => "1.20";
index 3d3a3be..06dacd7 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
     __PACKAGE__->mk_accessors(qw/ _config realm debug secret /);
 }
 
-our $VERSION = "0.10";
+our $VERSION = "0.11";
 
 use Net::OpenID::Consumer;
 use Catalyst::Exception ();
@@ -128,7 +128,7 @@ Catalyst::Authentication::Credential::OpenID - OpenID credential for Catalyst::P
 
 =head1 VERSION
 
-0.10
+0.11
 
 =head1 SYNOPSIS
 
@@ -191,10 +191,10 @@ And a L<Template> to match in C<openid.tt>-
 =head1 DESCRIPTION
 
 This is the B<third> OpenID related authentication piece for
-L<Catalyst>. The first -- L<Catalyst::Plugin::Authentication::OpenID>
-by Benjamin Trott -- was deprecated by the second --
+L<Catalyst>. The first E<mdash> L<Catalyst::Plugin::Authentication::OpenID>
+by Benjamin Trott E<mdash> was deprecated by the second E<mdash>
 L<Catalyst::Plugin::Authentication::Credential::OpenID> by Tatsuhiko
-Miyagawa -- and this is an attempt to deprecate both by conforming to
+Miyagawa E<mdash> and this is an attempt to deprecate both by conforming to
 the newish, at the time of this module's inception, realm-based
 authentication in L<Catalyst::Plugin::Authentication>.
 
@@ -390,7 +390,7 @@ And now, the same configuration in L<YAML>. B<NB>: L<YAML> is whitespace sensiti
            - 127.0.0.1
            - localhost
 
-B<NB>: There is no OpenID store yet. Trying for next release.
+B<NB>: There is no OpenID store yet.
 
 =head2 MORE ON CONFIGURATION
 
@@ -400,7 +400,7 @@ These are set in your realm. See above.
 
 =item ua_args and ua_class
 
-L<LWPx::ParanoidAgent> is the default agent -- C<ua_class>. You don't
+L<LWPx::ParanoidAgent> is the default agent E<mdash> C<ua_class>. You don't
 have to set it. I recommend that you do B<not> override it. You can
 with any well behaved L<LWP::UserAgent>. You probably should not.
 L<LWPx::ParanoidAgent> buys you many defenses and extra security