File: test.pl

package info (click to toggle)
libvideo-capture-v4l-perl 0.224-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 572 kB
  • ctags: 563
  • sloc: ansic: 4,924; perl: 2,746; makefile: 57; sh: 22
file content (5 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (8)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Video::Capture::V4l;
$loaded = 1;
print "ok 1\n";