The following packages will be installed: perl-Net-Telnet Fetching README... 0%100%100%100%100%100%Done Fetching perl-Net-Telnet.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Net-Telnet.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Net-Telnet-3.04/ Net-Telnet-3.04/MANIFEST Net-Telnet-3.04/ChangeLog Net-Telnet-3.04/t/ Net-Telnet-3.04/t/select.t Net-Telnet-3.04/lib/ Net-Telnet-3.04/lib/Net/ Net-Telnet-3.04/lib/Net/Telnet.pm Net-Telnet-3.04/README Net-Telnet-3.04/Makefile.PL Net-Telnet-3.04/META.yml Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Telnet Writing MYMETA.yml and MYMETA.json cp lib/Net/Telnet.pm blib/lib/Net/Telnet.pm Manifying 1 pod document PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/select.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.02 CPU) Result: PASS Manifying 1 pod document Installing /usr/src/slapt-src/perl/perl-Net-Telnet/package-perl-Net-Telnet/usr/share/perl5/Net/Telnet.pm Installing /usr/src/slapt-src/perl/perl-Net-Telnet/package-perl-Net-Telnet/usr/share/man/man3/Net::Telnet.3 Appending installation info to /usr/src/slapt-src/perl/perl-Net-Telnet/package-perl-Net-Telnet/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-Net-Telnet/perl-Net-Telnet-3.04-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Net-Telnet-3.04/ usr/doc/perl-Net-Telnet-3.04/ChangeLog usr/doc/perl-Net-Telnet-3.04/README usr/doc/perl-Net-Telnet-3.04/perl-Net-Telnet.SlackBuild usr/man/ usr/man/man3/ usr/man/man3/Net::Telnet.3.gz usr/share/ usr/share/perl5/ usr/share/perl5/Net/ usr/share/perl5/Net/Telnet.pm Slackware package /usr/src/slapt-src/perl/perl-Net-Telnet/perl-Net-Telnet-3.04-i586-1salix15.0.txz created. Installing package perl-Net-Telnet-3.04-i586-1salix15.0... | perl-Net-Telnet (interact with TELNET port or other TCP ports) | | Net::Telnet allows you to make client connections to a TCP port and do | network I/O, especially to a port using the TELNET protocol. Simple | I/O methods such as print, get, and getline are provided. More | sophisticated interactive features are provided because connecting to | a TELNET port ultimately means communicating with a program designed | for human interaction. These interactive features include the ability | to specify a time-out and to wait for patterns to appear in the input | stream, such as the prompt from a shell. | | |