Skip to content

Commit

Permalink
Actually, LWP::UserAgent loads HTTP::Request for us anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Dec 17, 2008
1 parent ed06e41 commit f5671d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Net/Jifty.pm
Expand Up @@ -258,7 +258,6 @@ sub method {
$res = $self->ua->$method($uri);
}
else {
require HTTP::Request;
my $req = HTTP::Request->new(
uc($method) => $uri,
);
Expand Down

0 comments on commit f5671d4

Please sign in to comment.