Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5311f0ced8f73fb0f9e3e3664aff99662af28504 https://github.com/Perl/perl5/commit/5311f0ced8f73fb0f9e3e3664aff99662af28504 Author: Graham Knop <ha...@haarg.org> Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths: M dist/Storable/lib/Storable.pm Log Message: ----------- Storable: stop using bareword file handles Modernize the file handle use by using a lexical. Using a bareword file handle actually led to a test failure in the CPAN module Patro. It uses an improper CORE::GLOBAL::flock override with an incorrect prototype. This prevents the use of barewords with flock(). While the bug here is in the CPAN module, avoiding bareword file handles will allow those tests to pass. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications