Skip to content

Commit

Permalink
Avoid warnings while printing uninitialized keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gnustavo committed Aug 1, 2012
1 parent 66bb18b commit d52e648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/git-log-jiras.pl
Expand Up @@ -105,6 +105,7 @@
warn "WARN: cannot get issue '$key': $@\n";
next;
}
no warnings; # avoid warnings for uninitialized keys
say '"', join('","' => @{$issue}{qw/key assignee summary/}), '"';
}
} else {
Expand Down

0 comments on commit d52e648

Please sign in to comment.