CMS::MediaWiki
==============

CMS::MediaWiki - Perl extension for managing MediaWiki pages

Please see

http://meta.pgate.net/cms-mediawiki/

or

man CMS::MediaWiki

at your shell prompt after installation for a detailed description of the usage.

INSTALLATION

To install this module manually please type the following:

  gzip -cd CMS-MediaWiki-0.80.0X.tar.gz | tar -x
  cd CMS-MediaWiki-0.80.0n

  perl Makefile.PL
  make
  make test
  make install

or more pleasant by the CPAN module:

  perl -MCPAN -e "install CMS::MediaWiki"

DEPENDENCIES

This module requires these other CPAN modules:

 LWP::UserAgent
 HTTP::Request::Common

 These modules should exist on a common system ;-)

COPYRIGHT AND LICENCE

 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

 See <http://www.perl.com/perl/misc/Artistic.html>

 In general, unless there is no other clause written in the code, feel
 free to use it for commercial purposes or just for pleasure. You may
 change the code for your needs if you like. Redistribution and use in
 source and binary forms, with or without modification, are permitted.

 See also: <http://www.infocopter.com/perl/licencing.html>

Copyright (C) 2005-2010 by Reto Schaer