X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fpart_export-bind.t;fp=FS%2Ft%2Fpart_export-bind.t;h=d0c96be40e88cc19ca1a4259c04cb53353796d91;hb=4c7ddc2010ddeaca45d40140993b05d43b7fe030;hp=0000000000000000000000000000000000000000;hpb=76e9abe03157deaa2a5ec7253624c9a59464b8fc;p=freeside.git diff --git a/FS/t/part_export-bind.t b/FS/t/part_export-bind.t new file mode 100644 index 000000000..d0c96be40 --- /dev/null +++ b/FS/t/part_export-bind.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::bind; +$loaded=1; +print "ok 1\n";