File: 00_load.t

package info (click to toggle)
liblinux-inotify2-perl 1%3A1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 140 kB
  • ctags: 19
  • sloc: perl: 126; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (10)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Linux::Inotify2;
$loaded = 1;
print "ok 1\n";