File: INSTALL

package info (click to toggle)
libnet-sip-perl 0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 856 kB
  • ctags: 338
  • sloc: perl: 7,864; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This module can be installed on perl5.8 if you add Net::DNS.

It was not tested on older versions but it might work if you add
Storable, List::Util, Hash::Util, Time::HiRes, Digest::MD5
and IO::Socket.

The module itself is pure perl, so if the prerequisites are
fullfilled no C-Compiler is necessary.

For installation do the usual

	perl Makefile.PL
	make
	make test
	make install