xref: /openbsd/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t (revision 48950c12)
1#!./perl
2
3our $DBM_Class = 'ODBM_File';
4
5require '../../t/lib/dbmt_common.pl';
6
7if ($^O eq 'hpux') {
8    print <<EOM;
9#
10# If you experience failures with the odbm test in HP-UX,
11# this is a well-known bug that's unfortunately very hard to fix.
12# The suggested course of action is to avoid using the ODBM_File,
13# but to use instead the NDBM_File extension.
14#
15EOM
16}
17