Update Changes.
[p5sagit/p5-mst-13.2.git] / t / lib / odbm.t
index fc15d13..f8b8a11 100755 (executable)
@@ -393,3 +393,14 @@ EOM
    untie %h;
    unlink <Op.dbmx*>;
 }
+
+if ($^O eq 'hpux') {
+    print <<EOM;
+#
+# If you experience failures with the odbm test in HP-UX,
+# this is a well-known bug that's unfortunately very hard to fix.
+# The suggested course of action is to avoid using the ODBM_File,
+# but to use instead the NDBM_File extension.
+#
+EOM
+}