[Bps-public-commit] jifty-plugin-authentication-twitter branch, master, updated. 5b8679048fc56fa28de202373362a6bebc69f0bd

Shawn Moore sartak at bestpractical.com
Fri Jun 4 05:55:44 EDT 2010


The branch, master has been updated
       via  5b8679048fc56fa28de202373362a6bebc69f0bd (commit)
      from  262fcd5102538e335a516442e6844d6a99abb3fa (commit)

Summary of changes:
 Makefile.PL                                |    1 +
 lib/Jifty/Plugin/Authentication/Twitter.pm |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 5b8679048fc56fa28de202373362a6bebc69f0bd
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri Jun 4 05:56:21 2010 -0400

    Subclass Authentication::OAuth

diff --git a/Makefile.PL b/Makefile.PL
index 59340b4..495067f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,6 +5,7 @@ all_from   'lib/Jifty/Plugin/Authentication/Twitter.pm';
 repository 'http://github.com/bestpractical/jifty-plugin-authentication-twitter';
 
 requires('Jifty');
+requires('Jifty::Plugin::Authentication::OAuth');
 
 install_share;
 WriteAll;
diff --git a/lib/Jifty/Plugin/Authentication/Twitter.pm b/lib/Jifty/Plugin/Authentication/Twitter.pm
index 4c9e919..056853a 100644
--- a/lib/Jifty/Plugin/Authentication/Twitter.pm
+++ b/lib/Jifty/Plugin/Authentication/Twitter.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 
 package Jifty::Plugin::Authentication::Twitter;
-use base qw/Jifty::Plugin/;
+use base qw/Jifty::Plugin::Authentication::OAuth/;
 
 our $VERSION = '0.01';
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list