File: README

package info (click to toggle)
libnet-write-perl 1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 556; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (3)
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
33
34
35
36
37
38
39
40
Net::Write
==========

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   Perl v5.6.1
   Class::Gomor
   Net::Pcap
   Socket
   Socket6 (if Socket does not support INET6 and getaddrinfo)
   Socket::GetAddrInfo (optional, in case Socket/Socket6 fails for getaddrinfo)

You MUST have libpcap 0.9.x or WinPcap 3.1 in order for layer 2 sending 
to work, as of Net::Write 1.00.

TESTED OK AGAINST

   FreeBSD 6.1-RELEASE - Perl 5.8.8
   Linux 2.6.x (Gentoo) - Perl 5.8.8
   Windows XP SP2 - Perl 5.8.8
   OpenBSD 3.8 - Perl 5.8.6

COPYRIGHT AND LICENSE

You may distribute this module under the terms of the Artistic license.
See LICENSE.Artistic file in the source distribution archive.

Copyright (c) 2006-2015, Patrice <GomoR> Auffret