/usr/share/doc/perl-Test-Simple/t/Legacy
Edit: /usr/share/doc/perl-Test-Simple/t/Legacy/00test_harness_check.t (764B)
#!/usr/bin/perl -w
# A test to make sure the new Test::Harness was installed properly.
use Test::More;
plan tests => 1;
my $TH_Version = 2.03;
require Test::Harness;
unless( cmp_ok( eval $Test::Harness::VERSION, '>=', $TH_Version, "T::H version" ) ) {
diag <