Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
XPlanner - an interface to XPlanner (www.xplanner.org)
SYNOPSIS
use XPlanner;
my $xp = XPlanner->login($url, $user, $pass);
my $people = $xp->people;
my $projects = $xp->projects;
DESCRIPTION
This is an interface to XPlanner, an XP project management tool.
AUTHOR
Michael G Schwern <schwern@pobox.com>
COPYRIGHT
Copyright 2004 by Michael G Schwern <schwern@pobox.com>.
This program 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
HISTORY
Authored for Grant Street Group (grantstreet.com)
Based on the XPlanner Perl SOAP examples available here http://cvs.sourceforge.net/viewcvs.py/xplanner/xplanner/doc/soap-examples/perl/xplanner.pl?view=markup