Craig A. Berry [Sat, 14 Jan 2006 16:45:56 +0000 (16:45 +0000)]
pipe implementation.
p4raw-id: //depot/perl@26857
#!./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';
}