CMS-MediaWiki
view release on metacpan or search on metacpan
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>
lib/CMS/MediaWiki.pm view on Meta::CPAN
#
# Locations:
# http://meta.pgate.net/cms-mediawiki/
# http://search.cpan.org/dist/CMS-MediaWiki/lib/CMS/MediaWiki.pm
#######################################################################
use strict;
my $package = __PACKAGE__;
our $VERSION = '0.8014';
use LWP::UserAgent;
use HTTP::Request::Common;
# GLOBAL VARIABLES
my %Var = ();
my $contentType = "";
my $ua;
$| = 1;
#----- FORWARD DECLARATIONS & PROTOTYPING
sub Error($);
( run in 0.393 second using v1.01-cache-2.11-cpan-de7293f3b23 )