X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FOpenID.pm;h=77f8832e770b7b325eafd383a5f159be926cf619;hb=5bd1680657dcd27633478f2d7f518b3014705abe;hp=e025287116412d521bc27bd41d20de9e0e4a3f43;hpb=1c4d7c1f641b1fda73a8a6757186e36359732469;p=catagits%2FCatalyst-Authentication-Credential-OpenID.git diff --git a/lib/Catalyst/Authentication/Credential/OpenID.pm b/lib/Catalyst/Authentication/Credential/OpenID.pm index e025287..77f8832 100644 --- a/lib/Catalyst/Authentication/Credential/OpenID.pm +++ b/lib/Catalyst/Authentication/Credential/OpenID.pm @@ -7,7 +7,7 @@ BEGIN { __PACKAGE__->mk_accessors(qw/ _config realm debug secret /); } -our $VERSION = "0.14_01"; +our $VERSION = "0.14_02"; use Net::OpenID::Consumer; use Catalyst::Exception (); @@ -77,7 +77,7 @@ sub authenticate : method { my $identity = $csr->claimed_identity($claimed_uri) or Catalyst::Exception->throw($csr->err); - $identity->set_extension_args(\@extensions) + $identity->set_extension_args(@extensions) if @extensions; my $check_url = $identity->check_url( @@ -142,7 +142,7 @@ Catalyst::Authentication::Credential::OpenID - OpenID credential for Catalyst::P =head1 VERSION -0.14_01 +0.14_02 =head1 BACKWARDS COMPATIBILITY CHANGE