The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Some SVR4 systems may need to link against routines in -lucb for
# odbm.  Some may also need to link against -lc to pick up things like
# ecvt.
$self->{LIBS} = ['-ldbm -lucb -lc'];