projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af75be1
)
filter-util.pl for Mac OS
Chris Nandor [Tue, 20 Nov 2001 00:16:11 +0000 (19:16 -0500)]
Message-Id: <p
0510030ab81f970e9c05
@[10.0.1.177]>
p4raw-id: //depot/perl@13131
t/lib/filter-util.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/filter-util.pl
b/t/lib/filter-util.pl
index
824924b
..
826d853
100644
(file)
--- a/
t/lib/filter-util.pl
+++ b/
t/lib/filter-util.pl
@@
-49,6
+49,7
@@
foreach (@INC)
$Perl = '' ;
$Perl = ($ENV{'FULLPERL'} or $^X or 'perl') ;
+$Perl = "$Perl -MMac::err=unix" if $^O eq 'MacOS';
$Perl = "$Perl -w" ;
1;