File: 00-version.t

package info (click to toggle)
libcrypt-openssl-x509-perl 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: perl: 152; makefile: 3; sh: 1
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
use Test::More tests => 1;
my $version = qx(openssl version);
diag "Running Crypt::OpenSSL::X509 test suite against $version";
ok(1);