The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# On DYNIX/ptx 4.0 (v4.1.3), ndbm is actually contained in the 
# libc library, and must be explicitly linked against -lc when compiling.
$self->{LIBS} = ['-lc'];