The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# 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'];