summaryrefslogtreecommitdiff
path: root/FS/t/cust_note_class.t
blob: feeb78c28c960eb08806d7ff712c4a02e595a9bd (plain)
1
2
3
4
5
6
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_note_class;
$loaded=1;
print "ok 1\n";