Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1810bc54170e70b79b843bdaf4d7c7a534967f18 https://github.com/Perl/perl5/commit/1810bc54170e70b79b843bdaf4d7c7a534967f18 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths: M lib/File/stat.pm M lib/File/stat.t Log Message: ----------- File::stat: don't die on references Only treat arguments as bareword filehandles if they're plain strings, not references. Otherwise Symbol::qualify() will just return $arg as-is, even if it is not a GLOB reference. Fixes #23507. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications