update Tue Jun 1 06:37:01 PDT 2010
[pkgsrc.git] / devel / p5-Test-HexString / DESCR
1 The Perl 5 module Test::HexString provides a single function,
2 is_hexstr(), which asserts that the given string matches what was
3 expected. When the strings match (i.e. compare equal using the eq
4 operator), the behaviour is identical to the usual is() function
5 provided by Test::More. When the strings are different, a hex dump
6 is produced as diagnostic, rather than the string values being
7 printed raw