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