clean up some harmless but scary "Multiple records in scalar search" warnings w/histo...
[freeside.git] / FS / t / h_domain_record.t
diff --git a/FS/t/h_domain_record.t b/FS/t/h_domain_record.t
new file mode 100644 (file)
index 0000000..f48e72e
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::h_domain_record;
+$loaded=1;
+print "ok 1\n";