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

..03-May-2022-

bin/H09-Dec-2016-447242

lib/Net/H09-Dec-2016-904427

t/H09-Dec-2016-3222

ChangesH A D07-Dec-20163 KiB8264

MANIFESTH A D04-Aug-2014335 1413

META.jsonH A D09-Dec-20161,011 4443

META.ymlH A D09-Dec-2016572 2524

Makefile.PLH A D07-Dec-2016859 1815

READMEH A D04-Feb-2013734 3422

test.plH A D18-Mar-201523.9 KiB401324

README

1Net-SNMPTrapd
2=============
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17  Socket (requires 1.94 for IPv6)
18  IO::Socket::IP (for IPv6 support)
19  Convert::ASN1
20  Test::Simple
21  Term::ReadKey
22
23  The test procedure requires Net::SNMP; however, if it is not found,
24  the tests requiring it are skipped.
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2010 by Michael Vincent (www.VinsWorld.com)
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself, either Perl version 5.10.1 or,
32at your option, any later version of Perl 5 you may have available.
33
34