
Text::TOC::Role::Filter - A role for node filters

version 0.08

This role defines the API for node filters.

This role requires one method:
This method should take an object which does the Text::TOC::Role::Node role and return true or false. If it returns true, the node will be included in the table of contents.

Dave Rolsky <autarch@urth.org>

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