Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b629ba3dbba0478ecfc3f47522206b3f > files > 82

perl-Test-Harness-3.290.0-2.mga4.x86_64.rpm

#!/usr/bin/perl

use strict;
use warnings;
use lib qw( lib ../../lib );
use Harness::Hook;
use TAP::Harness;
use File::Spec;

$| = 1;

my $harness = TAP::Harness->new;

# Install the hook
Harness::Hook->new($harness);

$harness->runtests(
    File::Spec->catfile( split( /\//, '../../t/000-load.t' ) ) );