MD5.pm has been deprecated forever. Can the next version of the client code please switch to Digest::MD5? (MD5 has been, for as long as the Digest:: namespace has been around, nothing more than a compatibility wrapper around the Digest::MD5 package).
Now that Digest::MD5 is in the core (with perl 5.8.x), needing MD5 is throwing a lot of confusion on stuff that tries to figure out dependencies of perl packages (e.g., MD5 requires the Digest-MD5 package, which only exists for perl 5.6, so it tries to toss perl 5.8 out the window to give me the MD5 package that I want, only to please the SRS client code *grin*) Please and thank you? D
