Searched refs:LWP (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/CPAN-56/Modules/LWP-MediaTypes-6.02/
H A DMakefile1 NAME = LWP-MediaTypes
/macosx-10.10.1/CPAN-56/Modules/LWP-Protocol-https-6.03/
H A DMakefile1 NAME = LWP-Protocol-https
/macosx-10.10.1/CPAN-56/Modules/LWP-Protocol-https-6.04/
H A DMakefile1 NAME = LWP-Protocol-https
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/example/
H A Dlwp-with-verifycn.pl5 ## be used instead of IO::Socket::SSL from LWP
8 use LWP::Simple;
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/
H A DMakefile.PL14 LWP::UserAgent => 2.001,
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D048lwp.t2 # Test Suite for LWP debugging with Log4perl
20 require LWP::UserAgent;
21 die "Skip tests" if $LWP::UserAgent::VERSION < 2.0;
22 die "Skip tests" if $LWP::UserAgent::VERSION >= 5.822;
26 plan skip_all => "Only with 2.0 < LWP::UserAgent < 5.822 ";
37 category => "LWP::UserAgent",
43 my $ua = LWP::UserAgent->new();
63 category => "LWP::SchmoozeAgent",
69 $ua = LWP::UserAgent->new();
84 category => "LWP
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/eg/
H A Dlwp-ssl-test4 use LWP::UserAgent;
21 eval "use LWP::Debug qw(+);";
35 my $ua = new LWP::UserAgent;
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DFetch.pm19 if ( $scheme eq 'http' and ! eval { require LWP::Simple; 1 } ) {
21 or (warn("LWP support unavailable!\n"), return);
40 if (eval { require LWP::Simple; 1 }) {
41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DFetch.pm19 if ( $scheme eq 'http' and ! eval { require LWP::Simple; 1 } ) {
21 or (warn("LWP support unavailable!\n"), return);
40 if (eval { require LWP::Simple; 1 }) {
41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DFetch.pm19 if ( $scheme eq 'http' and ! eval { require LWP::Simple; 1 } ) {
21 or (warn("LWP support unavailable!\n"), return);
40 if (eval { require LWP::Simple; 1 }) {
41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DFetch.pm19 if ( $scheme eq 'http' and ! eval { require LWP::Simple; 1 } ) {
21 or (warn("LWP support unavailable!\n"), return);
40 if (eval { require LWP::Simple; 1 }) {
41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DFetch.pm19 if ( $scheme eq 'http' and ! eval { require LWP::Simple; 1 } ) {
21 or (warn("LWP support unavailable!\n"), return);
40 if (eval { require LWP::Simple; 1 }) {
41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DFetch.pm19 if ( $scheme eq 'http' and ! eval { require LWP::Simple; 1 } ) {
21 or (warn("LWP support unavailable!\n"), return);
40 if (eval { require LWP::Simple; 1 }) {
41 LWP::Simple::mirror($args{url}, $file);
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/t/
H A DUtils.pm13 use LWP::UserAgent;
83 my $ua = LWP::UserAgent->new( env_proxy => 1, timeout => 30 );
90 # send a simple request without LWP::UA
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/t/
H A DUtils.pm13 use LWP::UserAgent;
83 my $ua = LWP::UserAgent->new( env_proxy => 1, timeout => 30 );
90 # send a simple request without LWP::UA
/macosx-10.10.1/sudo-73/src/
H A Dsiglist.in53 LWP Inter-LWP signal
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.pm47 Crypt::SSLeay - OpenSSL support for LWP
53 use LWP::UserAgent;
54 my $ua = LWP::UserAgent->new;
60 This Perl module provides support for the HTTPS protocol under LWP,
61 to allow an C<LWP::UserAgent> object to perform GET, HEAD and POST
62 requests. Please see LWP for more information on POST requests.
65 by C<LWP::Protocol::https> for https requests and provides the
75 support for the LWP (libwww-perl) libraries.
231 L<LWP::UserAgent> and L<Crypt::SSLeay> have their own versions of
235 =head2 LWP
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DProcedural.pm90 use LWP::Simple; # exports 'get'
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/Base/
H A DFilter.pm188 require LWP::Simple;
189 LWP::Simple::get($url);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl35 use LWP::UserAgent;
124 print "LWP::UserAgent.pm Version : ${LWP::UserAgent::VERSION}\n";
125 print "LWP.pm Version : ${LWP::VERSION}\n";
243 my $ua = new LWP::UserAgent(agent => "$0/$version");
254 . ($resp? $resp->code . ' - ' . $resp->message : "LWP failed") . "\n"
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DClient.pm16 use LWP::UserAgent;
73 my $ua = LWP::UserAgent->new(
352 Setter/getter to L<LWP::UserAgent> object.
/macosx-10.10.1/CPAN-56/
H A D5.16.inc10 LWP-MediaTypes-6.02 \
22 LWP-Protocol-https-6.03 \
H A D5.18.inc10 LWP-MediaTypes-6.02 \
22 LWP-Protocol-https-6.04 \
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/HeaderFilter/
H A Dstandard.pm42 # as well as LWP::UserAgent Client-* headers
122 the hop-by-hop and LWP::UserAgent headers.
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DHTTP.pm23 $USERAGENT_CLASS = 'LWP::UserAgent';
31 # miscommunication (?) between LWP::Protocol and LWP::Protocol::http
40 sub LWP::UserAgent::redirect_ok; subroutine
41 *LWP::UserAgent::redirect_ok = sub { 1 }
46 LWP::Protocol;
110 "SOAP::Transport::HTTP::Client must inherit from LWP::UserAgent, or one of its subclasses"
111 if !$self->isa("LWP::UserAgent");
187 # unfortunately combination of LWP and Perl 5.6.1 and later has bug
188 # in sending multibyte characters. LWP use
[all...]

Completed in 386 milliseconds

12