[Jifty-commit] r6129 - in Net-Jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Tue Dec 16 22:53:08 EST 2008


Author: sartak
Date: Tue Dec 16 22:53:07 2008
New Revision: 6129

Modified:
   Net-Jifty/trunk/   (props changed)
   Net-Jifty/trunk/lib/Net/Jifty.pm

Log:
 r77617 at onn:  sartak | 2008-12-16 22:53:03 -0500
 Actually, LWP::UserAgent loads HTTP::Request for us anyway


Modified: Net-Jifty/trunk/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/trunk/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/trunk/lib/Net/Jifty.pm	Tue Dec 16 22:53:07 2008
@@ -258,7 +258,6 @@
         $res = $self->ua->$method($uri);
     }
     else {
-        require HTTP::Request;
         my $req = HTTP::Request->new(
             uc($method) => $uri,
         );


More information about the Jifty-commit mailing list