Message-ID: <
20080812190500.3ns5yf7ibocgo0w0@horde.wizbit.be>
(Change 34184 missed one Comp.try in the MSWin32 case, which caused this
test to fail on Win32)
p4raw-id: //depot/perl@34205
is($count, 7, ' line count');
is($., 7, ' $.' );
-$out = (($^O eq 'MSWin32') || $^O eq 'NetWare' || $^O eq 'VMS') ? `type Comp.try`
+$out = (($^O eq 'MSWin32') || $^O eq 'NetWare' || $^O eq 'VMS') ? `type $filename`
: ($^O eq 'MacOS') ? `catenate $filename`
: `cat $filename`;