NAME
WWW::Modbot::Test - a convenient module to organize spamminess tests for forum posts.
VERSION
Version 0.01
SYNOPSIS
FUNCTIONS
list_tests
The list_tests
function returns a list of the specific test modules known to the system.
new
The new
function, of course, instantiates a new test object for the current bot. Like the Server interface modules, Test modules can reside either in the local 'lib/Test' directory or be installed in the module's own directory. This allows custom tests and a test/production setup, as locally defined test modules override the system-wide definitions.
describe
The describe
function must be overridden by each test implementation, and returns a string describing the function for use in the shell.
AUTHOR
Michael Roberts, <michael at despammed.com>
BUGS
Please report any bugs or feature requests to bug-www-modbot at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Modbot. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::Modbot
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright 2008 Vivtek, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.