Michael Rash aeb415d0e0 move fuzzing_spa_packets file to perl/FKO/t/ for fuzzing tests
This change moves the fuzzing_spa_packets file from the test/fuzzing/
directory into the perl FKO extension t/ directory and is now referenced
directly by the t/04_fuzzing.t test file.  The test suite itself also uses
this file for fuzzing tests as well, but having the FKO built-in tests
enables Test::Valgrind memory checks so it is useful to have this included
in the FKO sources.  (When the FKO module is submitted to CPAN, it should
not depend on non-local files, but it's ok for the test suite to reference
the ../perl/FKO/t/ directory.)
2013-11-26 21:44:53 -05:00
..

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".

For a CPAN version of this module it may be advantageous to uncomment the
Devel::Checklib lines in Makefile.PL, but this seems to introduce portability
issues on FreeBSD.

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.