[Catalyst-commits] r11408 - in Catalyst-Authentication-Credential-OAuth/trunk: . lib/Catalyst/Authentication/Credential

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Sep 25 09:31:10 GMT 2009


Author: t0m
Date: 2009-09-25 09:31:09 +0000 (Fri, 25 Sep 2009)
New Revision: 11408

Removed:
   Catalyst-Authentication-Credential-OAuth/trunk/README
Modified:
   Catalyst-Authentication-Credential-OAuth/trunk/
   Catalyst-Authentication-Credential-OAuth/trunk/Changes
   Catalyst-Authentication-Credential-OAuth/trunk/lib/Catalyst/Authentication/Credential/OAuth.pm
Log:
Bump versions, changelog


Property changes on: Catalyst-Authentication-Credential-OAuth/trunk
___________________________________________________________________
Name: svn:ignore
   + META.yml
pm_to_blib
blib
inc
Makefile
MANIFEST



Modified: Catalyst-Authentication-Credential-OAuth/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-OAuth/trunk/Changes	2009-09-25 09:30:23 UTC (rev 11407)
+++ Catalyst-Authentication-Credential-OAuth/trunk/Changes	2009-09-25 09:31:09 UTC (rev 11408)
@@ -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

Deleted: Catalyst-Authentication-Credential-OAuth/trunk/README
===================================================================

Modified: Catalyst-Authentication-Credential-OAuth/trunk/lib/Catalyst/Authentication/Credential/OAuth.pm
===================================================================
--- Catalyst-Authentication-Credential-OAuth/trunk/lib/Catalyst/Authentication/Credential/OAuth.pm	2009-09-25 09:30:23 UTC (rev 11407)
+++ Catalyst-Authentication-Credential-OAuth/trunk/lib/Catalyst/Authentication/Credential/OAuth.pm	2009-09-25 09:31:09 UTC (rev 11408)
@@ -10,6 +10,8 @@
 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 @@
 
 =head1 VERSION
 
-0.01
+0.02
 
 =head1 SYNOPSIS
 




More information about the Catalyst-commits mailing list