Skip to content

Commit 97bec19

Browse files
authored
Merge pull request #51 from metacpan/mickey/tickets
apply fix for tickets script
2 parents f08048b + 9d6f62e commit 97bec19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/tickets.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ ($tsv)
9797

9898
my %summary;
9999
while ( my $row = $tsv_parser->getline_hr($fh) ) {
100+
next unless $row->{dist};
100101
$summary{ $row->{dist} }{'bugs'}{'rt'} = {
101102
source => _rt_dist_url( $row->{dist} ),
102103
active => $row->{active},

0 commit comments

Comments
 (0)