releasing/cbrtools/perl/Digest/Perl/readme.txt
author William Roberts <williamr@symbian.org>
Wed, 07 Jul 2010 14:23:35 +0100
changeset 610 3b0f18c0b8e3
parent 602 3145852acc89
permissions -rw-r--r--
Add support for --asm option when using elf2e32 in the "expgen" recipe - see bug 2979 and bug 1405
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
602
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     1
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.