X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fopen.t;h=4ce7371a164d4251fefa2672bd547f848b0d632f;hb=47a7661deb880b9c5c3ea4517c4908096fdff41f;hp=1c4a99e20226164bc5c299e4a101525ca8d8f03b;hpb=c0abe5aa023c241a7c62916f78986356631f76c7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/open.t b/lib/open.t index 1c4a99e..4ce7371 100644 --- a/lib/open.t +++ b/lib/open.t @@ -180,14 +180,12 @@ EOE "checking syswrite() output on :utf8 streams by reading it back in"); } } +SKIP: { + skip("no perlio", 2) unless (find PerlIO::Layer 'perlio'); -{ eval q[use Encode::Alias;use open ":std", ":locale"]; is($@, '', 'can use :std and :locale'); -} -SKIP: { - skip("no perlio", 1) unless (find PerlIO::Layer 'perlio'); use open IN => ':non-existent'; eval { require Symbol; # Anything that exists but we havn't loaded