At 10:44 AM 8/6/2004, Lionel Bouton wrote:
After looking into Digest::SHA1 and Whiplash.pm I noticed that Whiplash.pm called reset on a Digest::SHA1 object although it just called the hexdigest method which already resets the object upon completion.
It seems calling reset after digest or hexdigest is not only a waste of time, but also the source of the problem.


After commenting out the reset in Whiplash.pm (line 66) :

My system works flawlessly with that line intact. While it might be a waste of time, I doubt it's a source of the problem. I'd take it as some possibly redundant code, but one that is pointing out a problem in your perl libs.


Any chance your copy of Digest::SHA1 is mangled?



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to