Skip to content

Commit 62f9dda

Browse files
committed
Quiet PerlCritic don't return explicit undef
1 parent cca8cbe commit 62f9dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/XML/Sig.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ sub _load_key {
15941594
confess "Could not load key $file: $!";
15951595
}
15961596

1597-
return undef;
1597+
return;
15981598
}
15991599

16001600
##

0 commit comments

Comments
 (0)