X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FOAuth.pm;h=e0e9375424c1feadc9a90d15bf8868bde7f26ff3;hb=7d722318142a0df9dcf83197b746db9d33f92ac0;hp=dd600d7409f3fd98893ec00035c00639d92fe032;hpb=7955d0d1e9cf644ba03bb9c59ebdef02107b5e7a;p=catagits%2FCatalyst-Authentication-Credential-OAuth.git diff --git a/lib/Catalyst/Authentication/Credential/OAuth.pm b/lib/Catalyst/Authentication/Credential/OAuth.pm index dd600d7..e0e9375 100644 --- a/lib/Catalyst/Authentication/Credential/OAuth.pm +++ b/lib/Catalyst/Authentication/Credential/OAuth.pm @@ -10,6 +10,8 @@ use String::Random qw/ random_string /; use Catalyst::Exception (); use namespace::autoclean; +our $VERSION = '0.02'; + has debug => ( is => 'ro', isa => Bool ); has providers => ( is => 'ro', isa => HashRef, required => 1 ); has ua => ( is => 'ro', lazy_build => 1, init_arg => undef, isa => 'LWP::UserAgent' ); @@ -130,7 +132,7 @@ Catalyst::Authentication::Credential::OAuth - OAuth credential for Catalyst::Plu =head1 VERSION -0.01 +0.02 =head1 SYNOPSIS