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

NAME

MediaWiki::Bot::Plugin::SE - a plugin for MediaWiki::Bot which contains data retrieval tools for the 2009 Steward elections

SYNOPSIS

use MediaWiki::Bot;

my $editor = MediaWiki::Bot->new('Account'); $editor->login('Account', 'password'); $editor->se_get_stats('User:Candidate');

DESCRIPTION

MediaWiki::Bot is a framework that can be used to write Wikipedia bots. MediaWiki::Bot::Plugin::SE can be used for data retrieval and reporting bots related to the 2009 Steward Elections

AUTHOR

Dan Collins (ST47) and others

METHODS

import()

Calling import from any module will, quite simply, transfer these subroutines into that module's namespace. This is possible from any module which is compatible with MediaWiki/Bot.pm.

se_get_stats($candidate[, $text])
se_check_valid($voter)

1=valid 2=valid, no SUL 0=not valid -1=IP

1 POD Error

The following errors were encountered while parsing the POD:

Around line 31:

=over without closing =back