14 lines
443 B
Diff
14 lines
443 B
Diff
|
Index: Net-OAuth2-0.55/lib/Net/OAuth2/Profile/WebServer.pm
|
||
|
===================================================================
|
||
|
--- Net-OAuth2-0.55.orig/lib/Net/OAuth2/Profile/WebServer.pm
|
||
|
+++ Net-OAuth2-0.55/lib/Net/OAuth2/Profile/WebServer.pm
|
||
|
@@ -17,7 +17,7 @@ use Scalar::Util 'blessed';
|
||
|
|
||
|
use HTTP::Request ();
|
||
|
use HTTP::Response ();
|
||
|
-use HTTP::Status qw(HTTP_TEMPORARY_REDIRECT);
|
||
|
+use HTTP::Status ();
|
||
|
|
||
|
|
||
|
sub init($)
|