Skip to content

Commit

Permalink
Added tiny note about possible failure situation
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnewell authored and andk committed Jun 7, 2016
1 parent 0047484 commit 419652f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PAUSE/package.pm
Expand Up @@ -762,6 +762,7 @@ sub checkin_into_primeur {
if (exists $dio->{META_CONTENT}{x_authority}) {
$userid = $dio->{META_CONTENT}{x_authority};
$userid =~ s/^cpan://i;
# FIXME: if this ends up being blank we should probably die?
# validate userid existing
} else {
$userid = $self->{USERID} or die;
Expand Down

0 comments on commit 419652f

Please sign in to comment.