;
my $json = $self->_rt_data_raw;
return if not $json;
require JSON::MaybeXS; JSON::MaybeXS->VERSION('1.001000');
my $all_data = JSON::MaybeXS->new(utf8 => 0)->decode($json);
ret
t.json');
return if not $data;
return $data;
}
sub _github_issue_count
{
my ($self, $owner_name, $repo_name) = @_;
$self->log_debug('fetching github issues data...');
my $json =
' . $repo_name);
return if not $json;
require JSON::MaybeXS; JSON::MaybeXS->VERSION('1.001000');
my $data = JSON::MaybeXS->new(utf8 => 0)->decode($json);
$data->{open_issues_count};
}