Skip to main content


Perl interface to the MD-5 algorithm

Changes for 2.59

  • Remove meaningless const type qualifier to silence HPUX builds.
  • remove useless perl 5.6 check
  • convert bits.t test to use Test::More
  • Update Digest::MD5 Synopsis and Examples. Add `my` to synopsis
  • MD5.xs: eliminate C++ guards