Blame t/13_exports.t

Packit 164714
#!/usr/bin/perl -w
Packit 164714
use strict;
Packit 164714
use Test::More tests => 1;
Packit 164714
Packit 164714
use IPC::System::Simple qw(
Packit 164714
    run runx
Packit 164714
    system systemx
Packit 164714
    capture capturex
Packit 164714
    $EXITVAL EXIT_ANY
Packit 164714
);
Packit 164714
Packit 164714
ok(1, "Exports ok");