We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008a14f commit 482c3c1Copy full SHA for 482c3c1
script/cpan-audit
@@ -45,6 +45,7 @@ sub format_advisory {
45
if ( $advisory->{fixed_versions} ) {
46
my @v = ref $advisory->{fixed_versions} ? $advisory->{fixed_versions}->@* : $advisory->{fixed_versions};
47
my $first = shift @v;
48
+ $first //= '';
49
$s .= " Fixed range: $first\n";
50
$s .= " $_\n" for @v;
51
}
0 commit comments