/usr/share/doc/libnet-snpp-perl/README is in libnet-snpp-perl 1.17-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 41 42 43 44 45 46 47 48 49 50 51 | Net::SNPP was previously part of the libnet distribution. But has now
been separated out to a distribution of its own.
As of October 2, 2003, maintainership of this module has been taken over
by Al Tobey <tobeya@tobert.org>.
NEWS
I will be working to make Net::SNPP cover the complete rfc1861 specification
while adding tests for all of it.
I need feedback from people who use this to see what the impact of interface
changes would be. I also would appreciate some test scenarios or code
snippets that you use so that I can try not to break things for you. If
anything breaks in >=1.15 releases, you can blame me and be sure to send
all of your flames to me.
CHANGES
April 9, 2004: The message_response method in SNPP.pm was fixed to return server
codes properly. Also, a few things in Server.pm were fixed up and documented
better.
Oct 2, 2003: Added bin/ directory with an snppd for testing, and two utilites
for sending and checking SNPP messages. Added methods to SNPP.pm for more
RFC-compliant sending/checking of 2-way (level 3) messages.
INSTALLATION
Installation is the same as any other MakeMaker packaged distribution
from CPAN.
perl Makefile.PL
make
make install
If you are on a machine where Makemaker does not run, or you do
not have a copy of make, then you can simply copy the contents of
the lib directory into your perl installation library directory.
However you will need to have Net::Cmd from libnet installed
COPYRIGHT
© 1995-2001 Graham Barr. All rights reserved.
© 2001-2003 Derek J. Balling. All rights reserved.
© 2003-2004 Al Tobey. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
Share and Enjoy!
|