File: 13_exports.t

package info (click to toggle)
libipc-system-simple-perl 1.30-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 908; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -w
use strict;
use Test::More tests => 1;

use IPC::System::Simple qw(
    run runx
    system systemx
    capture capturex
    $EXITVAL EXIT_ANY
);

ok(1, "Exports ok");