fwknop/perl/FKO/README
Damien Stuart 2fff0a0a20 Added the Perl module files to Makefile.am so they will be included in the dist.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@85 510a4753-2344-4c79-9c09-4d669213fbeb
2009-05-12 01:39:18 +00:00

36 lines
930 B
Plaintext

FKO version 0.10
================
This module is essentially a Perl wrapper for the Firewall Knock
Operator library, "libfko". See the "libfko" documentation for
additional information on the functionality provided by "libfko"
and usage overview.
INSTALLATION
The library "libfko" should already be installed on the local
system (in a location perl will find it) before attempting to
build/install this module.
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
The Firewall Knock Operator library, "libfko".
COPYRIGHT AND LICENCE
Copyright (C) 2009 by Damien S. Stuart <dstuart@dstuart.org>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.