URI::tcp - tcp connection string
$uri = URI->new('tcp://host:1234'); $sock = IO::Socket::INET->new( PeerAddr => $uri->host, PeerPort => $uri->port', Proto => $uri->protocol, );
URI extension for TCP protocol
return tcp
same as scheme method
scheme
Module URI::tcp was indexed by SOAP::Lite, but isn't possible to use it. This pull request change it.
URI::tcp
for dependency use cpanfile...
for resolve dependency use Carton (or carton - is more experimental)
carton install
for run test use minil test
minil test
carton exec minil test
if you don't have perl environment, is best way use docker
docker run -it -v $PWD:/tmp/work -w /tmp/work avastsoftware/perl-extended carton install docker run -it -v $PWD:/tmp/work -w /tmp/work avastsoftware/perl-extended carton exec minil test
docker run default as root, all files which will be make in docker will be have root rights
one solution is change rights in docker
docker run -it -v $PWD:/tmp/work -w /tmp/work avastsoftware/perl-extended bash -c "carton install; chmod -R 0777 ."
or after docker command (but you must have root rights)
Copyright (C) Avast Software.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Jan Seidl <seidl@avast.com>
To install URI::tcp, copy and paste the appropriate command in to your terminal.
cpanm
cpanm URI::tcp
CPAN shell
perl -MCPAN -e shell install URI::tcp
For more information on module installation, please visit the detailed CPAN module installation guide.