From: Tomas Doran Date: Mon, 3 Oct 2011 16:26:40 +0000 (+0100) Subject: Version 0.04 X-Git-Tag: 0.04^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-OAuth.git;a=commitdiff_plain;h=2171b741af7de4fbeec3888194e70311d75b50b8 Version 0.04 --- diff --git a/Changes b/Changes index 5226072..b23b294 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Catalyst::Authentication::Credential::OAuth +0.04 Mon Oct 3 17;26:00 2011 Convert repository to git (fREW Schmidt) 0.03 Mon Jun 28 01:16:00 2010 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 );