File: 01_load.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 (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/usr/bin/perl -w
use strict;
use Test;
BEGIN { plan tests => 1 };
use IPC::System::Simple;
ok(1); # If we made it this far, we're ok.