News::Collabra - Administrate an iPlanet Collabra news server
This code should be considered very much as work-in-progress. Any
part of this release could be subject to change. 'Modules list'
status is as follows:
Name DSLIP Description Info
LWP::UserAgent - required, for communication with the admin server
URI::Escape - required, needed for URL encoding
IO::Socket - required, needed for server status
News::NNTPClient - optional, needed for deleting articles in a ng
First ensure the above modules/distributions are installed (perhaps by using a command such as 'perl -e "use LWP::UserAgent; use \ IO::Socket; use URI::Escape; use News::NNTPClient;"') then build/test/install News::Collabra by doing:
perl Makefile.PL
make
make test
make install
This module contains documentation on the object and its methods. Once installed you can use the 'perldoc News::Collabra' command to obtain the documentation. This package also includes several test scripts with example code.
This module was developed on Solaris 2.6 with Collabra 3.52.