From: Tomas Doran Date: Fri, 25 Sep 2009 09:31:09 +0000 (+0000) Subject: Bump versions, changelog X-Git-Tag: v0.02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-OAuth.git;a=commitdiff_plain;h=7d722318142a0df9dcf83197b746db9d33f92ac0 Bump versions, changelog --- diff --git a/Changes b/Changes index acbefa6..a249008 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Catalyst::Authentication::Credential::OAuth +0.02 Fri Sep 25 10:30:35 2009 + Fix dependencies + Autogenerate README 0.01 Tue July 08 17:17 2009 original version diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 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