Subject: | Could not define 'compare' subroutine |
Perl : 5.6.1
Linux RedHat 7.3
Error message (program died) :
Key 'compare' not associated with a code reference at /xxx line xxx
This corresponds to the following lines :
use DB_File;
$DB_BTREE->{compare} = '_compare_addresses';
I suspect it is related to the following entries of the Changelog :
* added code to guard against calling the callbacks (compare,
hash & prefix) recursively.