1BEGIN { $| = 1; print "1..1\n"; }
2END {print "not ok 1\n" unless $loaded;}
3use Net::Daemon::SSL
4$loaded = 1;
5print "ok 1\n";
6