summaryrefslogtreecommitdiff
path: root/t/load.t
blob: 119744bcb602c28ccd304fc5c08a4aff5bbbdfc0 (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Business::OnlinePayment::PaymentsGateway;
$loaded = 1;
print "ok 1\n";