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
|
Source: libsys-hostip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
libtest-cpan-meta-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
iproute2 <!nocheck> | net-tools <!nocheck>,
perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsys-hostip-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsys-hostip-perl.git
Homepage: https://metacpan.org/release/Sys-HostIP
Package: libsys-hostip-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
iproute2 | net-tools
Multi-Arch: foreign
Description: Perl module to determine local machine's IP address
Sys::HostIP determines the IP address of the local machine by parsing
ifconfig(8) (ipconfig on Win32/Cygwin) output.
.
It has been tested on a wide range of systems including Irix, OpenBSD,
FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.
.
For convenience, Sys::HostIP offers both object-oriented and functional
interfaces.
|