Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 2fb69afd11f0d2b487eaeb5b057e20b86053fd34
https://github.com/Perl/perl5/commit/2fb69afd11f0d2b487eaeb5b057e20b86053fd34
Author: Sergey Poznyakoff <[email protected]>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M cpan/Memoize/t/errors.t
M cpan/Memoize/t/tie_gdbm.t
Log Message:
-----------
Fix Memoize tests, where GDBM_File is involved
* cpan/Memoize/t/errors.t: Use GDBM_NEWDB as the flags argument
when tying to GDBM_File.
* cpan/Memoize/t/tie_gdbm.t: Likewise.