package OpenSSL; use 5.006; use strict; use warnings; our $VERSION = '0.07'; require XSLoader; XSLoader::load OpenSSL; 1; __END__