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::Project - projects in XPlanner
SYNOPSIS
use XPlanner;
my $xp->login(...);
my $project = $xp->projects->{"Project Name"};
$project->delete;
my $iterations = $project->iterations;
DESCRIPTION
An object representing a project within XPlanner.
Methods
iterations
my $iterations = $project->iterations;
Lists all iterations of this project keyed by name.
delete
$project->delete;
Deletes this project from XPlanner.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 70:
=cut found outside a pod block. Skipping to next block.