Merge remote-tracking branch 'weiss/pr/3'
[nsca-ng.git] / perl / README
blobe99e99ce67668856fbd7a68787be4d3cee4e83c1
1 Net-NSCAng-Client version 0.01
2 ==============================
4 This is a Perl interface to Alexander Golovko's NSCA-ng client library.
6 INSTALLATION
8 To install this module type the following:
10    perl Makefile.PL
11    make
12    make test
13    make install
15 DEPENDENCIES
17 None. Testing requires Test::Exception though.
19 COPYRIGHT AND LICENCE
21 Copyright (C) 2015 by Matthias Bethke
22 Portions Copyright (C) by Alexander Golovko <alexandro@onsec.ru>
24 This library is free software; you can redistribute it and/or modify
25 it under the same terms as Perl itself, either Perl version 5.20.2 or,
26 at your option, any later version of Perl 5 you may have available.