CMS-MediaWiki version 0.01
==========================

CMS::MediaWiki - Perl extension for managing MediaWiki pages

Please see http://www.infocopter.com/know-how/mediawiki-reference/Perl-CMS-MediaWiki.html
for a detailed description of the usage.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  LWP::UserAgent
  HTTP::Request::Common

  Mostly these modules exist on common systems ;-)

COPYRIGHT AND LICENCE

  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.

  http://www.infocopter.com/perl/licencing.html

Copyright (C) 2005 by Reto Schär

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.

