Dpkg::Source::Functions::is_binary(): localize $_ to avoid side-effects
Without this local($_) the function could modify the $_ variable as used by the caller.
Showing
Please register or sign in to comment
Without this local($_) the function could modify the $_ variable as used by the caller.