aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-BinaryData
Commit message (Collapse)AuthorAgeFilesLines
* - Add p5-Test-BinaryData 0.013Sunpoet Po-Chuan Hsieh2011-12-154-0/+43
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: http://search.cpan.org/dist/Test-BinaryData/ Notes: svn path=/head/; revision=287414