Give up on through.t on VMS for now -- no can do with current
Craig A. Berry [Sat, 14 Jan 2006 16:45:56 +0000 (16:45 +0000)]
pipe implementation.

p4raw-id: //depot/perl@26857

t/io/through.t

index 9c8a627..60c75c9 100644 (file)
@@ -1,6 +1,10 @@
 #!./perl
 
 BEGIN {
+    if ($^O eq 'VMS') {
+        print "1..0 # Skip on VMS -- too picky about line endings for record-oriented pipes\n";
+        exit;
+    }
     chdir 't' if -d 't';
     @INC = '../lib';
 }