[Catalyst-commits] r11520 - in
Catalyst-Authentication-Credential-OpenID/trunk: .
lib/Catalyst/Authentication/Credential t
apv at dev.catalyst.perl.org
apv at dev.catalyst.perl.org
Tue Oct 13 14:44:37 GMT 2009
Author: apv
Date: 2009-10-13 14:44:37 +0000 (Tue, 13 Oct 2009)
New Revision: 11520
Modified:
Catalyst-Authentication-Credential-OpenID/trunk/Changes
Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL
Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm
Catalyst-Authentication-Credential-OpenID/trunk/t/live-app.t
Log:
This is 0.16 on the way up to the CPAN.
Modified: Catalyst-Authentication-Credential-OpenID/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/Changes 2009-10-13 14:37:02 UTC (rev 11519)
+++ Catalyst-Authentication-Credential-OpenID/trunk/Changes 2009-10-13 14:44:37 UTC (rev 11520)
@@ -1,5 +1,8 @@
Revision history for Catalyst::Authentication::Credential::OpenID
+0.16 Tue Oct 13 07:39:18 PDT 2009
+ - Quick fix to dependencies and Pod to get CPAN testers passing.
+
0.15 Mon Oct 12 18:18:21 PDT 2009
- Patches from Zbigniew Lukasiak to correct inappropriate configuaration settings applied.
- Spelling fixes, argument clarification in Pod.
Modified: Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL 2009-10-13 14:37:02 UTC (rev 11519)
+++ Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL 2009-10-13 14:44:37 UTC (rev 11520)
@@ -25,8 +25,8 @@
test_requires "Catalyst::Engine::HTTP";
test_requires "Test::More" => "0.42";
+# test_requires "Test::WWW::Mechanize" => "1.20";
# test_requires "Net::OpenID::Server" => "1.02";
-# test_requires "Test::WWW::Mechanize" => "1.20";
# test_requires "Net::DNS" => undef;
# test_requires "IO::Socket::INET" => undef;
Modified: Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm 2009-10-13 14:37:02 UTC (rev 11519)
+++ Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm 2009-10-13 14:44:37 UTC (rev 11520)
@@ -7,7 +7,7 @@
__PACKAGE__->mk_accessors(qw/ _config realm debug secret /);
}
-our $VERSION = "0.15";
+our $VERSION = "0.16";
use Net::OpenID::Consumer;
use Catalyst::Exception ();
@@ -161,7 +161,7 @@
=head1 VERSION
-0.15
+0.16
=head1 BACKWARDS COMPATIBILITY CHANGES
@@ -461,7 +461,7 @@
=head2 MORE ON CONFIGURATION
-=over
+=over 4
=item ua_args and ua_class
Modified: Catalyst-Authentication-Credential-OpenID/trunk/t/live-app.t
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/t/live-app.t 2009-10-13 14:37:02 UTC (rev 11519)
+++ Catalyst-Authentication-Credential-OpenID/trunk/t/live-app.t 2009-10-13 14:44:37 UTC (rev 11520)
@@ -4,9 +4,9 @@
use FindBin;
use IO::Socket;
use Test::More;
-use Test::WWW::Mechanize;
eval <<_DEPS_;
+ use Test::WWW::Mechanize;
use Catalyst::Runtime;
use Catalyst::Devel;
use Cache::FastMmap;
More information about the Catalyst-commits
mailing list