Branch: refs/heads/haarg/storable-no-bwfh
Home: https://github.com/Perl/perl5
Commit: 2d04b1af49f6d89d1e3130b5665b9ce5d7932cab
https://github.com/Perl/perl5/commit/2d04b1af49f6d89d1e3130b5665b9ce5d7932cab
Author: Graham Knop <[email protected]>
Date: 2024-09-16 (Mon, 16 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