--- "Joseph L. Casale" jcasale@ActiveNetwerx.com wrote:
I have good news for you. This is one time where
its
OK to use CPAN!! We give you permission.
-- Mark
Mark, Thanks for the advice. I noticed that Perl shows docs for Digest::MD5, would I be correct in assuming that this means its pre-installed?
Yes. It comes with the RPM perl: rpm -ql perl | grep MD5.pm
which means its part of core perl.
I had doubts that you needed Digest::Perl::MD5 as a dependency of another RPM. If you need any generic MD5.pm, then Digest::MD5 should be more than adequate.