Source: libnet-appliance-session-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libfile-sharedir-perl,
                     libio-prompt-tiny-perl,
                     libmoo-perl,
                     libmoox-types-mooselike-perl,
                     libnet-cli-interact-perl (>= 2.300003),
                     libterm-readpassword-perl,
                     libtext-glob-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-appliance-session-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-appliance-session-perl.git
Homepage: https://metacpan.org/release/Net-Appliance-Session

Package: libnet-appliance-session-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-sharedir-perl,
         libio-prompt-tiny-perl,
         libmoo-perl,
         libmoox-types-mooselike-perl,
         libnet-cli-interact-perl (>= 2.300003),
         libterm-readpassword-perl,
         libtext-glob-perl,
         libtry-tiny-perl
Description: module for running command-line sessions to network appliances
 Use Net::Appliance::Session to establish an interactive command-line
 session with a network appliance. There is special support for moving
 into "privileged" mode and "configure" mode, along with the ability to
 send commands to the connected device and retrieve returned output.
 .
 Built-in commands come from a phrasebook which supports many network device
 vendors (Cisco, HP, etc) or you can install a new phrasebook. Most phases of
 the connection are configurable for different device behaviours.