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
|
System Requirements
-------------------
The following Perl packages are required for running Net::Address::IP::Local:
Perl
Error
IO
Test-Simple
For IPv6 support, the following package is also required:
IO-Socket-INET6
Building and Installing
-----------------------
You can build and install Net::Address::IP::Local automatically through CPAN,
or manually with the following commands:
perl Build.PL
./Build
./Build test
./Build install
# $Id: INSTALL 19 2008-03-16 02:37:14Z julian $
# vim:tw=79
|