This file is the README for Tie::Cycle::Sinewave version 0.05

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

DESCRIPTION

This module is used to create scalars whose values vary between a minimum value and a maximum value, and path taken between the two values follows the curve of a sinewave.

Callbacks can be fired off when it passes through the maximum or minimum, which can be used to modify the cycle's parameters (amplitude and period).

A number of sample programs are available in the eg/ directory. If you don't have easy access to this they are available on the web, at http://search.cpan.org/~DLAND/

STATUS

This module is under active development. The test suite achieves 100% coverage according to Devel::Cover.

BUGS

Please report any bugs or feature requests to bug-tie-cycle-sinewave@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Tie-Cycle-Sinewave

COPYRIGHT AND LICENCE

Copyright (C) 2005-2007 David Landgren. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.