The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
######################################################################
# Test suite for Video::Capture::V4l::Imager
# by Mike Schilli <cpan@perlmeister.com>
######################################################################
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);