On Mon, 7 Jan 2002, Stas Bekman wrote: > Sorry, can we put it into the Bundle?
that's fine, but we cannot 'use Digest::MD5' the way it was before. else 'perl Makefile.PL' doesn't work without it. > Because there can be hundreds of tests in @$ra_tests; Remember that the > first run by default does 10 * #tests. In case of httpd-test it's 910 > strings, at the average of 10 char/string it's about 10K chars, now add > many iterations and the memory demands are growing fast. Not talking > about lookups of the 10k keys in the hash. ok, that makes sense. > Any alternatives under 5.6.1? dunno. if you want to require Digest::MD5 just for running t/SMOKE that's ok, but not for t/TEST.
