• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Net/Ifconfig/H29-Mar-2020-1,136586

t/H29-Mar-2020-147112

xt/H29-Mar-2020-172119

ChangesH A D29-Mar-2020310 115

MANIFESTH A D29-Mar-2020228 1413

META.ymlH A D29-Mar-2020593 2019

Makefile.PLH A D29-Mar-20201.4 KiB5541

READMEH A D29-Mar-20201,010 5339

README.mdH A D29-Mar-2020147 74

dist.iniH A D29-Mar-2020456 3023

README

1Net::IfConfig::Wrapper
2======================
3
4This module can be used to call the ifconfig command on different Unix systems
5and Windows NT systems.
6
7It provided a unified way to obtain info from ifconfig, create and delete
8the IP aliases on interfaces, etc.
9
10At certain times in the past, this module was tested (successfully) on the following OSes and versions:
11
12CentOS 7.1
13FreeBSD 4.7
14FreeBSD 4.8
15FreeBSD 5.3
16FreeBSD 6.2
17FreeBSD 7.2
18OpenBSD 3.1
19OS X 10.3 (aka Panther)
20OS X 10.4 (aka Tiger)
21OS X 10.5 (aka Leopard)
22RedHat 6.2
23RedHat 7.3
24RedHat 8.0
25Solaris 7
26Windows 2000 Pro
27Windows XP Pro
28Windows 7
29
30INSTALLATION
31
32To install this module type the following:
33
34   perl Makefile.PL
35   make
36   make test
37   make install
38
39DEPENDENCIES
40
41This module requires these other modules:
42
43POSIX
44Win32::API      (on Win32 or cygwin)
45Win32::WinError (on Win32 or cygwin)
46
47COPYRIGHT AND LICENCE
48
49Copyright: Daniel Podolsky <tpaba@cpan.org>, 2003
50Licence:   Same as perl itself
51
5221 Jan 2003, Daniel Podolsky <tpaba@cpan.org>
53

README.md

1# Net-Ifconfig-Wrapper
2Perl module Net::Ifconfig::Wrapper
3
4written by Daniel Podolsky, tpaba@cpan.org
5
6maintained by Martin Thurn, mthurn@cpan.org
7