File: 01_load.t

package info (click to toggle)
libipc-system-simple-perl 1.25-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 248 kB
  • ctags: 32
  • sloc: perl: 839; 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.