We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106e4ff commit dc358e9Copy full SHA for dc358e9
lib/ModulesPerl6/DbBuilder/Dist/Source.pm
@@ -88,7 +88,8 @@ sub _parse_meta {
88
length and not $no_index->{$_}
89
} map { trim uc } grep { not ref } @{ $json->{tags} };
90
91
- log warn => "`$json->{name}` does not have any tags";
+ log warn => "`$json->{name}` does not have any tags"
92
+ unless @{ $json->{tags} };
93
94
return $self->_fill_missing( {%$json} );
95
}
0 commit comments