The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Device::Velleman::K8055 qw(:all);
use Test::More tests => 1;
use strict;
use warnings;

is(OpenDevice(0),0, "Can open the K8055 device 0");

CloseDevice();