| author | Richard Taylor <richard.i.taylor@nokia.com> |
| Thu, 12 Aug 2010 09:00:16 +0100 | |
| changeset 625 | a1925fb7753a |
| parent 602 | 3145852acc89 |
| permissions | -rw-r--r-- |
The module FileCompare.pm needs an MD5 module. If present it will use Digest::MD5, because this is implemented in C and so is faster than this pure Perl version. However, Perl version 5.005_03 (the version currently shipped with the Symbian platform SDK) doesn't contain Digest::MD5. This module is therefore provided as a fall back.