JIRA-Client
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/JIRA/Client.pm view on Meta::CPAN
return bless({id => $id, values => $values}, $class);
}
package RemoteCustomFieldValue;
$RemoteCustomFieldValue::VERSION = '0.45';
sub new {
my ($class, $id, $values) = @_;
$values = [$values] unless ref $values;
return bless({customfieldId => $id, key => undef, values => $values} => $class);
}
package RemoteComponent;
$RemoteComponent::VERSION = '0.45';
sub new {
my ($class, $id, $name) = @_;
my $o = bless({id => $id}, $class);
$o->{name} = $name if $name;
return $o;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.837 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )