1 2 3 4 5 6 7 8
BEGIN { $| = 1; print "1..1 " } END {print "not ok 1 " unless $loaded;} use FS::payment_gateway_option; $loaded=1; print "ok 1 ";