Compare this error message to yours
C:\>perl -MModule::Which::Does::NOT::EXIST -e 1
Can't locate Module/Which/Does/NOT/EXIST.pm in @INC (@INC contains: C:
+/perl/lib C:/perl/site/lib .).
BEGIN failed--compilation aborted.
C:\>
You should notice the words "loadable object" in your error message.
Basically you're missing MD5.dll (the loadable object)
because you did not install your module correctly.
Read A guide to install modules to learn how to properly install modules.
| MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!" | | I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README). | | ** The third rule of perl club is a statement of fact: pod is sexy. |
|