X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FOAuth.pm;h=ba846e3a542b05b01e469d6e04c14f57bb019922;hb=2171b741af7de4fbeec3888194e70311d75b50b8;hp=7d4a1aed4f0c638eb8720df8785a98bade263e20;hpb=c77948e88d3f10fadaed842d1cdfae600100dab0;p=catagits%2FCatalyst-Authentication-Credential-OAuth.git diff --git a/lib/Catalyst/Authentication/Credential/OAuth.pm b/lib/Catalyst/Authentication/Credential/OAuth.pm index 7d4a1ae..ba846e3 100644 --- a/lib/Catalyst/Authentication/Credential/OAuth.pm +++ b/lib/Catalyst/Authentication/Credential/OAuth.pm @@ -10,7 +10,7 @@ use String::Random qw/ random_string /; use Catalyst::Exception (); use namespace::autoclean; -our $VERSION = '0.03'; +our $VERSION = '0.04'; has debug => ( is => 'ro', isa => Bool ); has providers => ( is => 'ro', isa => HashRef, required => 1 );