Subject: Re: Crypt::CBC problems?
To: None <sen_ml@eccosys.com>
From: Johnny Lam <jlam@jgrind.org>
List: tech-pkg
Date: 10/01/2001 23:57:14
On Tue, Oct 02, 2001 at 03:06:51PM +0900, sen_ml@eccosys.com wrote:
> 
> FWIW, the errors went away when I modified:
> 
>    Makefile.PL - to look for Digest::MD5 instead of MD5
>    CBC.pm - "use MD5;" -> "use Digest::MD5"
> 
> I'm not sure if that's enough though.

That's usually enough.  You may also need to change any "new MD5"
statements to "Digest::MD5->new".  Otherwise, I believe the support the
same API.

> Should I send a pr for this?

It doesn't hurt, and probably will cause the problem to be fixed sooner.
If you could track down other packages in the tree with this problem before
submitting a PR, that would be even better.

	Cheers,

	-- Johnny Lam <jlam@jgrind.org>