1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: libnet-cli-interact-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlos Vicente <cvicente@cpan.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-load-perl,
libclass-mix-perl,
libio-pty-perl,
libipc-run-perl,
liblog-dispatch-config-perl,
liblog-dispatch-configurator-any-perl,
libmoo-perl,
libmoox-types-mooselike-perl,
libnet-telnet-perl,
libpath-class-perl,
perl
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-cli-interact-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-cli-interact-perl.git
Homepage: https://metacpan.org/release/Net-CLI-Interact
Testsuite: autopkgtest-pkg-perl
Package: libnet-cli-interact-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-load-perl,
libclass-mix-perl,
libio-pty-perl,
libipc-run-perl,
liblog-dispatch-config-perl,
liblog-dispatch-configurator-any-perl,
libmoo-perl,
libmoox-types-mooselike-perl,
libnet-telnet-perl,
libpath-class-perl
Description: toolkit for CLI Automation
Automating command line interface (CLI) interactions is not a new idea, but
can be tricky to implement. Net::CLI::Interact aims to provide a simple and
manageable interface to CLI interactions, supporting: SSH, Telnet and
serial-Line connections, Unix and Windows support, and reuseable device
command phrasebooks.
|