[Bps-public-commit] jifty-plugin-authentication-twitter branch, master, updated. 9ea31f103f68dee623c25fe65b05f06324491d9e

Shawn Moore sartak at bestpractical.com
Fri Jun 4 08:59:13 EDT 2010


The branch, master has been updated
       via  9ea31f103f68dee623c25fe65b05f06324491d9e (commit)
      from  b847aac86378a34f40bed5b4a2f4cbb14932cbb3 (commit)

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

- Log -----------------------------------------------------------------
commit 9ea31f103f68dee623c25fe65b05f06324491d9e
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri Jun 4 08:59:58 2010 -0400

    Better dispatcher rule

diff --git a/lib/Jifty/Plugin/Authentication/Twitter/Dispatcher.pm b/lib/Jifty/Plugin/Authentication/Twitter/Dispatcher.pm
index d61333f..2e348cb 100644
--- a/lib/Jifty/Plugin/Authentication/Twitter/Dispatcher.pm
+++ b/lib/Jifty/Plugin/Authentication/Twitter/Dispatcher.pm
@@ -21,7 +21,7 @@ Handles the login callback. You probably don't need to worry about this.
 
 =cut
 
-before qr'^/twitter/callback' => run {
+before '/twitter/callback' => run {
     # add action
 
     if ( Jifty->web->request->continuation ) {

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



More information about the Bps-public-commit mailing list