MediaWiki::Bot version 1.3 ========================== This is MediaWiki::Bot, a Perl module designed to interface with the online encyclopedia Wikipedia, and other MediaWiki-powered sites. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install The test scripts included with this distribution of MediaWiki::Bot require a working Internet connection. If the test phase will not complete because you do not have access to wiki.xyrael.net, you can (probably) safely install the module anyway. DEPENDENCIES This module requires these other modules and libraries: WWW::Mechanize XML::Simple HTML::Entities URI::Escape Carp Encode MediaWiki::API COPYRIGHT AND LICENCE Copyright (C) 2006, 2007 by the MediaWiki::Bot team This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .