[ ] By: acme on 2007/06/09 07:27:22
Log: Skip the test if DB_File is not being built
Branch: maint-5.005/perl
- ! t/lib/db0hash
+ ! t/lib/db-btree.t
____________________________________________________________________________
[ ] By: acme on 2007/06/02 15:36:02
Log: Update for new releases
exit 0;
}
}
- use DB_File;
if ($^O eq 'darwin' && ($DB_File::db_version < 2)) {
warn <<EOM;
#
}
}
+use DB_File;
use Fcntl;
print "1..177\n";
exit 0;
}
}
- use DB_File;
}
+use DB_File;
use Fcntl;
print "1..143\n";