freenas-proxmox/perl5
Kevin Adams 2430048a3d Fix perlcritic: replace 'return undef' with 'return'
ProhibitExplicitReturnUndef (severity 5): returning undef explicitly is
wrong because it forces scalar context on callers. 'return;' returns
undef in scalar context and an empty list in list context, which is the
correct idiom. Fixed all 7 occurrences in FreeNAS.pm.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 15:08:54 -04:00
..
PVE/Storage Fix perlcritic: replace 'return undef' with 'return' 2026-05-15 15:08:54 -04:00
REST Update comments/doc of the methods changes 2020-07-14 17:32:53 -04:00