Bump versions, changelog
Tomas Doran [Fri, 25 Sep 2009 09:31:09 +0000 (09:31 +0000)]
Changes
README [deleted file]
lib/Catalyst/Authentication/Credential/OAuth.pm

diff --git a/Changes b/Changes
index acbefa6..a249008 100644 (file)
--- 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 (file)
index e69de29..0000000
index dd600d7..e0e9375 100644 (file)
@@ -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