- or download this
for (-1, 4096){
is
...
like $@, qr/address parameter out of range/, "...and error is sane
+";
}
- or download this
plan skip_all => "i2c bus currently disabled for other purposes";
- or download this
if (! $ENV{SERIAL_ATTACHED}){
plan skip_all => "The damned serial port shorted out!";
}
- or download this
my $min_tpc = 1.08;
eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing PO
+D coverage"
if $@;