ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Video-Capture-V4l/test.pl
Revision: 1.1
Committed: Fri May 5 20:21:52 2000 UTC (24 years ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_9, rel-0_902, HEAD
Log Message:
Initial check-in

File Contents

# Content
1 BEGIN { $| = 1; print "1..1\n"; }
2 END {print "not ok 1\n" unless $loaded;}
3 use Video::Capture::V4l;
4 $loaded = 1;
5 print "ok 1\n";