Package: libhtml-striptags-perl Version: 1.01-1 Architecture: all Maintainer: root Installed-Size: 28 Depends: perl:any Homepage: https://metacpan.org/release/HTML-StripTags Priority: optional Section: perl Filename: pool/contrib/libh/libhtml-striptags-perl/libhtml-striptags-perl_1.01-1_all.deb Size: 7502 SHA256: 606e8565f3152714a17cf740dc82baf23e19339526abfcf169eb149e6b3fc3db SHA1: 50935c10e7f9c19d9932d666d1d8d117110e3443 MD5sum: 95d477debac87f63c18dc7caf8cf4c6b Description: Strip HTML or XML tags from a string with Perl like PHP's strip_tags() does HTML::StripTags provides the function strip_tags() that can strip all HTML or XML tags from a string except the given allowed tags. This is a Perl port of the PHP function strip_tags() based on PHP 5.3.3. . This description was automagically extracted from the module by dh-make-perl. Package: libnet-ping-external-perl Version: 0.15-1 Architecture: all Maintainer: root Installed-Size: 33 Depends: perl:any Homepage: https://metacpan.org/release/Net-Ping-External Priority: optional Section: perl Filename: pool/contrib/libn/libnet-ping-external-perl/libnet-ping-external-perl_0.15-1_all.deb Size: 10764 SHA256: 5bd26ad8cb0c34e5722b557ca3046e572c2bd5f1706433bf7f1a7972713ddef7 SHA1: 341b54fc07bae0e208dd90089619450dabd46ce6 MD5sum: c19cab8785457568410140831289b5f1 Description: Cross-platform Perl interface to "ping" utilities Net::Ping::External is a module which interfaces with the "ping" command on many systems. It presently provides a single function, ping(), that takes in a hostname and (optionally) a timeout and returns true if the host is alive, and false otherwise. Unless you have the ability (and willingness) to run your scripts as the superuser on your system, this module will probably provide more accurate results than Net::Ping will. . Why? . This description was automagically extracted from the module by dh-make-perl. Package: libnet-sftp-perl Version: 0.12-1 Architecture: all Maintainer: root Installed-Size: 82 Depends: perl:any Homepage: https://metacpan.org/release/Net-SFTP Priority: optional Section: perl Filename: pool/contrib/libn/libnet-sftp-perl/libnet-sftp-perl_0.12-1_all.deb Size: 28308 SHA256: 058f6e608e6d5451941d9bd0b6b0e0d2b6f5820a9db7a12ab176e91fbe495a36 SHA1: 3c7ba7a5a952438d1fa9ba4c3303ad53100a32a7 MD5sum: b8979657f108113ea854722a410aeeeb Description: Secure File Transfer Protocol client Net::SFTP is a pure-Perl implementation of the Secure File Transfer Protocol (SFTP) - file transfer built on top of the SSH2 protocol. Net::SFTP uses Net::SSH::Perl to build a secure, encrypted tunnel through which files can be transferred and managed. It provides a subset of the commands listed in the SSH File Transfer Protocol IETF draft, which can be found at http://www.openssh.com/txt/draft-ietf-secsh-filexfer-00.txt. . SFTP stands for Secure File Transfer Protocol and is a method of transferring files between machines over a secure, encrypted connection (as opposed to regular FTP, which functions over an insecure connection). The security in SFTP comes through its integration with SSH, which provides an encrypted transport layer over which the SFTP commands are executed, and over which files can be transferred. The SFTP protocol defines a client and a server; only the client, not the server, is implemented in Net::SFTP. . This description was automagically extracted from the module by dh-make-perl. Package: libnet-smtp-auth-perl Version: 0.08-1 Architecture: all Maintainer: root Installed-Size: 26 Depends: perl:any Homepage: https://metacpan.org/release/Net-SMTP_auth Priority: optional Section: perl Filename: pool/contrib/libn/libnet-smtp-auth-perl/libnet-smtp-auth-perl_0.08-1_all.deb Size: 8312 SHA256: a837c048e6eb4a1a45e55e5c3173375230eb94ca19c98e778430c1bc1b225bcc SHA1: 35b16c0e593bbb7a6aefec31bceb152fad247ee6 MD5sum: 8a9943586948453fe2659ca01940ea17 Description: Simple Mail Transfer Protocol Client with AUTHentication Net::SMTP_auth implements a client interface to the SMTP and ESMTP protocol AUTH service extension, enabling a perl5 application to talk to and authenticate against SMTP servers. This documentation assumes that you are familiar with the concepts of the SMTP protocol described in RFC821 and with the AUTH service extension described in RFC2554. . A new Net::SMTP_auth object must be created with the new method. Once this has been done, all SMTP commands are accessed through this object. . The Net::SMTP_auth class is a subclass of Net::SMTP, which itself is a subclass of Net::Cmd and IO::Socket::INET. . This description was automagically extracted from the module by dh-make-perl. Package: libnetapp-perl Version: 500.002-1 Architecture: all Maintainer: root Installed-Size: 220 Depends: perl:any Homepage: https://metacpan.org/release/NetApp Priority: optional Section: perl Filename: pool/contrib/libn/libnetapp-perl/libnetapp-perl_500.002-1_all.deb Size: 57762 SHA256: e019c875a5c049ec5ef367f54fa1113db4bc4b21602aef2afdd7bd2f3fb3e7e0 SHA1: 1eb102981e69a08f2e9c689d3f4e2558ab0a3c2e MD5sum: 7d605fd1b31410383d6bba179c8239f6 Description: EFS project, NetApp API (no description was found) . This description was automagically extracted from the module by dh-make-perl. Package: libselenium-remote-driver-perl Version: 1.49-1 Architecture: all Maintainer: root Installed-Size: 1168 Depends: perl:any Homepage: https://metacpan.org/release/Selenium-Remote-Driver Priority: optional Section: perl Filename: pool/contrib/libs/libselenium-remote-driver-perl/libselenium-remote-driver-perl_1.49-1_all.deb Size: 783542 SHA256: 82a03206857a68e5ce835cd0b5c864c8f1de8eb0cecb01e4f2daa2b4a8790736 SHA1: 922f0f6abfaca821e2f0e36bf1fd2f2131ef8917 MD5sum: 31c3cf4a9bd198f470fb312ffdb5dd2f Description: Perl Client for Selenium Remote Driver A setup class for all the repetitive things we need to do before running tests. First, we're deciding whether the test is in record or replay mode. If we're recording, we'll end up writing all the HTTP request/response pairs out to /mock_file. If we're replaying, we'll look for our OS-appropriate mock_file and try to read from it. . After we figure that out, we can instantiate our Mock::RemoteConnection with the proper constructor arguments and return that as our base_args for use in the tests! Finally, on destruction, if we're recording, we make sure to dump out all of the request/response pairs to the mock_file. . This description was automagically extracted from the module by dh-make-perl. Package: libxen-api-perl Version: 0.08-1 Architecture: all Maintainer: root Installed-Size: 44 Depends: perl:any Homepage: https://metacpan.org/release/Xen-API Priority: optional Section: perl Filename: pool/contrib/libx/libxen-api-perl/libxen-api-perl_0.08-1_all.deb Size: 12196 SHA256: c3e50cd0ea37d6cbe29f312e284b908a22f7313e2b27430917ebc47d1251b918 SHA1: f18e84b44c00e5184bded2f24111df25256095ed MD5sum: c0ec645b0cea10ffe6b0235672b6bbcc Description: unknown Perl interface to the Xen RPC-XML API. Contains some shortcuts for creating, destroying, importing, and exporting VMs. All RPC API commands are available in the Xen::API:: package space. Simply replace the dots with :: and prepend Xen::API:: to the command, and execute it as if it were a perl function. Be sure to pass the Xen object as the first parameter. . This description was automagically extracted from the module by dh-make-perl.