The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ThreatNet::Filter::Null - ThreatNet Filter to discard all messages

DESCRIPTION

The default ThreatNet::Filter object returns true for all messages passed to its keep method, and can thus be used as a logical "true" filter object if needed.

ThreatNet::Filter::Null is a utility class which provides the logical opposite of this. Calls to the keep method for Null filter objects always return false.

Its the bit bucket of the ThreatNet Filter world.

METHODS

Methods are as for the parent ThreatNet::Filter class.

SUPPORT

All bugs should be filed via the bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ThreatNet-Filter

For other issues, or commercial enhancement and support, contact the author

AUTHORS

Adam Kennedy <adamk@cpan.org>

SEE ALSO

http://ali.as/threatnet/, ThreatNet::Filter

COPYRIGHT

Copyright (c) 2005 Adam Kennedy. 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.