···13131414my $ua = LWP::UserAgent->new();15151616+if (!defined $ENV{GH_TOKEN}) {1717+ die "Set GH_TOKEN before running this script";1818+}1919+1620keys %$maintainers_json; # reset the internal iterator so a prior each() doesn't affect the loop1721while(my($k, $v) = each %$maintainers_json) {1822 my $current_user = %$v{'github'};