File: 00-use.t

package info (click to toggle)
libsys-syscall-perl 0.25-2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 216 kB
  • ctags: 141
  • sloc: perl: 338; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 53 bytes parent folder | download | duplicates (7)
1
2
3
4
use Test::More tests => 1;
use Sys::Syscall;

ok(1);