CMS::Joomla

This module provides an interface for reading Joomla! CMS configuration variables and connecting to the Joomla! database from a Perl script.

INSTALLATION

To install this module, run the following commands:

        perl Makefile.PL
        make
        make test
        make install

You can install the module directly from CPAN by typing:

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

Or if you use ppm you can type:

ppm install CMS::Joomla

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc CMS::Joomla

You can also look for information at:

Module documentation in CPAN:

http://search.cpan.org/dist/CMS-Joomla/lib/CMS/Joomla.pm

Example programs:

http://dist.epipe.com/joomla/perl/

COPYRIGHT AND LICENCE

Copyright (c) 2008 EPIPE Communications <http://epipe.com/>

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