
HiD::Processor - Base class for HiD Processor objects

my $processor = HiD::Processor->new({ %args });

Base class for HiD Processor objects.
To create a new HiD Processor type, extend this class with something that implements a 'process' method.

version 0.3

John SJ Anderson <genehack@genehack.org>

This software is copyright (c) 2012 by John SJ Anderson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.