add simple test for command()
[nsca-ng.git] / perl / README
blob56325b810bc49845aa7a9c899c99e91a59f528fd
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.