We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a21fa4 commit a32ff18Copy full SHA for a32ff18
t/001-openssl-version.t
@@ -0,0 +1,7 @@
1
+use Test::More;
2
+use Crypt::OpenSSL::Guess;
3
+my ($major, $minor, $patch) = openssl_version();
4
+print STDERR "\tOpenSSL Version $major$minor$patch";
5
+ok ($major);
6
+
7
+done_testing;
0 commit comments