-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
use strict;
use warnings;
use 5.010;
use Data::Dumper qw(Dumper);
my $access_token = shift or die "Usage: $0 ACCESS_TOKEN\n";
use Net::GitHub;
my $gh = Net::GitHub->new(
version => 3,
access_token => $access_token,
);
my @issues = $gh->issue->repos_issues;
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Net/GitHub/V3/Issues.pm line 72.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Net/GitHub/V3/Issues.pm line 72.
Not Found at /usr/share/perl5/Net/GitHub/V3/Issues.pm line 45.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels