###################################################################### # Test suite for Video::Capture::V4l::Imager # by Mike Schilli ###################################################################### use warnings; use strict; # No real tests here because video camera # might not be present when # module gets installed. use Test::More qw(no_plan); ok(1);