X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Ft%2Faddr_status.t;fp=FS%2Ft%2Faddr_status.t;h=ece424b9ef7ff81c8081dcc1cae5290b535f689d;hp=0000000000000000000000000000000000000000;hb=a5242cfab7eeb5f02e9025d79eb97e077e3d1abb;hpb=00be4ba5a4ae727b18c1bd1ee61adfb97c744192 diff --git a/FS/t/addr_status.t b/FS/t/addr_status.t new file mode 100644 index 000000000..ece424b9e --- /dev/null +++ b/FS/t/addr_status.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::addr_status; +$loaded=1; +print "ok 1\n";