ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
410 B
Text
7 lines
410 B
Text
Sometimes using Test::More's is test isn't good enough. Its diagnostics may make
|
|
it easy to miss differences between strings. By using is_binary instead of is,
|
|
the "!" tells us that the lines differ, and we can quickly scan the bytes that
|
|
make up the line to see which differ. When comparing very long strings, we can
|
|
stop after we've seen a few differences.
|
|
|
|
WWW: https://metacpan.org/release/Test-BinaryData
|