initial import
[Business-OnlinePayment-PXPost.git] / t / load.t
1 BEGIN {
2   $| = 1; print "1..1\n";
3   eval "use Net::SSLeay;";
4   if ( $@ ) {
5     print "ok 1 # Skipped: Net::SSLeay is not installed\n"; exit;
6   }
7
8 }
9 END {print "not ok 1\n" unless $loaded;}
10 use Business::OnlinePayment::PXPost;
11 $loaded = 1;
12 print "ok 1\n";