NAME

Trinket::Directory::FilterParser - Base class for Trinket filter parsers

DESCRIPTION

TODO Need global description of FilterParsers, maybe how to write one.

EXPORTS

TODO

METHODS

$parser = new Trinket::Directory::FilterParser();

Object constructor, accepts a hashref of named properties with which to initialize the object. In initialization, the object's set methods are called for each of initializing properties passed. '

$parsed = $parser->parse_filter($filter);

TODO

AUTHOR

Maintained by Leslie Michael Orchard <deus_x@pobox.com>

COPYRIGHT

Copyright (c) 2000, Leslie Michael Orchard. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.