NAME

t/library/md5.t - test MD5 library

SYNOPSIS

% prove t/library/md5.t

DESCRIPTION

Tests the MD5 library. You can create the test results using the command-line md5sum like this:

$ echo -n Hello World! | md5sum
a0f32c7d31302c1427285b1a0fcbb015  -

As well as testing the MD5 library itself, it is useful for spotting regressions in the parrot VM, JIT and GC