Algorithm::Pair::Swiss version 0.14

This module was created as an alternative for Algorithm::Pair::Best, which probably offers more control over the pairings, in particular regarding ensuring the highest overal quality of pairings. Algorithm::Pair::Swiss is sort of dumb in this regard, but uses a slightly more intuitive interface.

INSTALLATION

To install this module type the following:

perl Build.PL
perl Build
perl Build test
perl Build install

Or if Module::Build is not installed on your system:

perl Makefile.PL
make
make test
make install

COPYRIGHT AND LICENCE

Copyright (C) 2006 by Gilion Goudsmit

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.5 or, at your option, any later version of Perl 5 you may have available.