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

..03-May-2022-

examples/H19-Sep-2006-28097

lib/Net/H19-Sep-2006-935391

t/H19-Sep-2006-12278

Build.PLH A D19-Sep-2006513 3126

ChangesH A D19-Sep-20061.2 KiB4633

MANIFESTH A D19-Sep-2006204 1615

META.ymlH A D19-Sep-2006532 2827

Makefile.PLH A D19-Sep-20061.1 KiB3222

READMEH A D19-Sep-2006913 4725

README

1Net-SAP
2=======
3
4Net::SAP allows sending and receiving of SAP (RFC2974)
5multicast packets over IPv4 and IPv6.
6
7
8INSTALLATION
9
10	I now use Module::Build to build and install the module.
11	To install this module type the following:
12
13		perl Build.PL
14		./Build
15		./Build test
16
17	And then as root:
18
19		./Build install
20
21	Module::Build is available in the debian package:
22
23		libmodule-build-perl
24
25
26DEPENDENCIES
27
28	This module requires the Compress::Zlib module. It is available
29	as the Debian package libcompress-zlib-perl.
30
31	The IO::Socket::Multicast6 module is required for network IO.
32
33
34AUTHOR
35
36	Nicholas Humfrey, njh@cpan.org
37
38
39COPYRIGHT AND LICENSE
40
41	Copyright (C) 2004-2006 University of Southampton
42
43	This library is free software; you can redistribute it and/or modify it
44	under the same terms as Perl itself, either Perl version 5.005 or, at
45	your option, any later version of Perl 5 you may have available.
46
47