File: use.t

package info (click to toggle)
libproc-reliable-perl 1.16-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 520; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!./perl -w

use strict;
use Test;
BEGIN { plan tests => 1 }

use Proc::Reliable;
ok(1);
exit;
__END__