NAME
POE::Framework::MIDI::Rule - A rule object to compare events
ABSTRACT
DESCRIPTION
A rule object to compare events.
SYNOPSIS
$rule = new POE::Framework::MIDI::Rule({
package => 'POE::Framework::MIDI::Rule::MyRule'
});
# it matches, or doesn't, or partially does
$matchvalue = $rule->test(@events);
PUBLIC METHODS
new()
usage()
context()
params()
TO DO
Oh my. What does usage() look like?
SEE ALSO
http://justsomeguy.com/code/POE/POE-Framework-MIDI
AUTHOR
Primary: Steve McNabb <steve@justsomeguy.com>
CPAN ID: SMCNABB
Secondary: Gene Boggs <cpan@ology.net>
CPAN ID: GENE
COPYRIGHT AND LICENCE
Copyright (c) 2002 Steve McNabb. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.