Skip to content
Snippets Groups Projects
Commit 26a4d1df authored by Guillem Jover's avatar Guillem Jover
Browse files

Use just 'return' instead of 'return undef' in perl code

This makes sure the functions always return the appropriate value
independent of the context.

Fixes Subroutines::ProhibitExplicitReturnUndef.

Warned-by: perlcritic
parent 0baef906
No related branches found
No related tags found
No related merge requests found
Showing
with 82 additions and 85 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment