File: 00-use.t

package info (click to toggle)
libsys-syscall-perl 0.25-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • 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);