Home
last modified time | relevance | path

Searched refs:LWP (Results 176 – 200 of 5588) sorted by relevance

12345678910>>...224

/dports/devel/p5-IO-All-LWP/IO-All-LWP-0.14/
H A DREADME1 IO-All-LWP version 0.14
4 This module acts as glue between IO::All and LWP, so that files can be read and
8 implement the specific protocols based on IO::All::LWP.
24 LWP 0
/dports/devel/p5-Test-Mock-LWP/Test-Mock-LWP-0.08/t/
H A Dmocked.t12 use LWP::UserAgent;
16 is $LWP::UserAgent::VERSION, 'Mocked';
22 my $lwp = LWP::UserAgent->new;
/dports/security/tls-check/TLS-Check-cd2e654/bin/
H A Dtls-check23 use LWP::Protocol::https;
24 use LWP::Protocol::http;
27 use LWP::Simple;
H A Dtls-check-parallel.pl23 use LWP::Protocol::https;
24 use LWP::Protocol::http;
27 use LWP::Simple;
/dports/www/p5-LWP-Authen-Negotiate/LWP-Authen-Negotiate-0.08/
H A DMETA.yml2 name: LWP-Authen-Negotiate
4 abstract: GSSAPI based Authentication Plugin for LWP
12 LWP::Debug: 0
/dports/devel/p5-Pithub/Pithub-0.01036/examples/
H A Dcollaborators.pl19 use LWP::ConsoleLogger::Easy 0.000029 qw( debug_ua );
20 use LWP::UserAgent;
27 my $ua = LWP::UserAgent->new;
/dports/www/p5-ParallelUserAgent/ParallelUserAgent-2.62/
H A DChangeLog4 o Fix HTTPS support with newer LWP versions, a HUGE thanks
81 o rearranged tests and copied LWP's t/TEST file for ease-of-use
113 o checked [Parallel::RobotUA] against LWP::RobotUA 1.18
116 (compatible with LWP::RobotUA behavior)
284 o Added some simple examples to LWP::Parallel manpage.
318 o Fixed wrong package name in LWP::Parallel::Protocol::ftp
372 o Makefile.PL will check for correct version of LWP.
381 o Moved all modules into the LWP::Parallel subdirectory.
383 o LWP::ParallelUA and LWP::RobotPUA only stubs for 'real' modules
384 underneath LWP::Parallel tree (LWP::Parallel::UserAgent and
[all …]
/dports/devel/p5-Metabase-Client-Simple/Metabase-Client-Simple-0.012/
H A DChanges16 - Switched from LWP to HTTP::Tiny as web user-agent.
24 - Note need for LWP::Protocol::https
30 - Caches LWP::UserAgent and uses keep_alive
49 - Added Net::SSL to prereqs to ensure LWP can speak https
/dports/www/p5-Test-LWP-UserAgent/Test-LWP-UserAgent-0.030/t/
H A D01-basic.t17 use LWP::UserAgent;
20 our $useragent = LWP::UserAgent->new;
41 use Test::LWP::UserAgent;
42 my $class = 'Test::LWP::UserAgent';
59 isa('LWP::UserAgent'),
122 isa('LWP::UserAgent'),
126 last_useragent => isa('LWP::UserAgent'),
196 refaddr(Test::LWP::UserAgent->last_useragent),
/dports/www/p5-LWP-MediaTypes/LWP-MediaTypes-6.04/
H A DINSTALL1 This is the Perl distribution LWP-MediaTypes.
3 Installing LWP-MediaTypes is straightforward.
9 % cpanm LWP::MediaTypes
20 % cpan LWP::MediaTypes
66 LWP-MediaTypes documentation is available as POD.
69 % perldoc LWP::MediaTypes
/dports/net/p5-OAI-Harvester/OAI-Harvester-1.20/t/
H A D001.ua.t5 use_ok( 'LWP::UserAgent' );
8 my $ua1 = LWP::UserAgent->new();
18 isa_ok( $ua2, 'LWP::UserAgent' );
/dports/www/p5-LWP-Protocol-socks/LWP-Protocol-socks-1.7/lib/LWP/Protocol/
H A Dsocks4.pm1 package LWP::Protocol::socks4;
2 require LWP::Protocol::socks;
9 my $protocol = LWP::Protocol::create("$scheme\::socks", $self->{ua});
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/LWP/
H A DProtocol.pir5 LWP - The World-Wide Web library for Parrot
9 Simplified port of LWP (version 5.834)
12 =head3 Class LWP;Protocol
18 .namespace ['LWP';'Protocol']
23 $P0 = newclass ['LWP';'Protocol']
36 set $P1, 'LWP'
80 =head3 Class LWP;Protocol;file
86 .namespace ['LWP';'Protocol';'file']
92 $P0 = subclass ['LWP';'Protocol'], ['LWP';'Protocol';'file']
273 =head3 Class LWP;Protocol;http
[all …]
/dports/www/p5-libwww/libwww-perl-6.59/bin/
H A Dlwp-dump5 use LWP::UserAgent ();
33 my $ua = LWP::UserAgent->new(
37 agent => $opt{agent} || "lwp-dump/$LWP::UserAgent::VERSION ",
/dports/sysutils/p5-Giovanni/Giovanni-1.12/lib/Giovanni/Plugins/
H A DHipchat.pm5 use LWP::UserAgent;
6 use LWP::Protocol::https;
18 my $ua = LWP::UserAgent->new();
/dports/www/p5-WWW-Mechanize/WWW-Mechanize-2.06/t/
H A D00-report-prereqs.dd19 'LWP::Protocol::https' => '6.07',
53 'LWP::UserAgent' => '6.45',
79 'LWP' => '0',
80 'LWP::Simple' => '0',
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/t/agent/http/
H A Dserver.t9 use LWP::UserAgent;
47 my $client = LWP::UserAgent->new(timeout => 2);
107 my $client = LWP::UserAgent->new(timeout => 2);
119 my $client = LWP::UserAgent->new(timeout => 2);
/dports/www/p5-POE-Component-Server-HTTP/POE-Component-Server-HTTP-0.09/t/
H A D10_run.t6 use LWP::UserAgent;
7 use LWP::ConnCache;
34 my $UA = LWP::UserAgent->new;
60 $UA->conn_cache( LWP::ConnCache->new() );
/dports/devel/p5-IO-All-LWP/IO-All-LWP-0.14/lib/IO/All/
H A DLWP.pm1 package IO::All::LWP;
7 use LWP::UserAgent;
10 my $DEFAULT_UA = LWP::UserAgent->new(env_proxy => 1);
27 LWP::UserAgent->new(@_);
/dports/textproc/p5-XML-TreePP/XML-TreePP-0.43/t/
H A D23_http-lwp-headers.t7 eval { require LWP::UserAgent; } unless defined $LWP::UserAgent::VERSION;
8 if ( ! defined $LWP::UserAgent::VERSION ) {
9 plan skip_all => 'LWP::UserAgent is not loaded.';
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dridge_radar.pl23 use LWP::UserAgent;
30 my $response = LWP::UserAgent->new->request(
40 my $response = LWP::UserAgent->new->request(
/dports/www/p5-libwww/libwww-perl-6.59/lib/LWP/Protocol/
H A Ddata.pm1 package LWP::Protocol::data;
15 require LWP; # needs version number
45 'Server' => "libwww-perl-internal/$LWP::VERSION"
/dports/security/p5-Net-SSLGlue/Net-SSLGlue-1.058/t/
H A D01_load.t7 [ 'LWP','LWP::Protocol::https', 'LWP' ],
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A DLWP.pm100 package Coro::LWP;
134 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::;
137 package Coro::LWP::Socket;
/dports/www/w3mir/w3mir-1.0.10/
H A DMakefile.PL45 if (!defined($LWP::VERSION)) {
53 } elsif ($LWP::VERSION<5.08) {
56 libwww is version ',$LWP::VERSION,', I need version 5.08 or later

12345678910>>...224