Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 18364759f2742e13808582dc04dabcb3b1f5629a
https://github.com/Perl/perl5/commit/18364759f2742e13808582dc04dabcb3b1f5629a
Author: Michiel Beijen <[email protected]>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M lib/Tie/SubstrHash.t
Log Message:
-----------
Tie::SubstrHash: rewrite tests to use Test::More
These tests were still handrolling TAP output. I've dragged the tests
into this century by porting them to Test::More.
For: https://github.com/Perl/perl5/pull/19288