X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fio%2Fread.t;h=63ffee1d5ab0470e1378d44ebffc9486cf70eff1;hb=43651d81392f71a2868d35b75782d354b0139c90;hp=ea2672dedba51551646cf80236a9f3587985993c;hpb=9acd3e2cb8772b6eb8d3f739a8401e73420609ba;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/io/read.t b/t/io/read.t index ea2672d..63ffee1 100755 --- a/t/io/read.t +++ b/t/io/read.t @@ -9,7 +9,8 @@ BEGIN { } use strict; -use Errno; +eval 'use Errno'; +die $@ if $@ and !$ENV{PERL_CORE_MINITEST}; plan tests => 2;