Show
Ignore:
Timestamp:
02/09/04 14:10:55 (6 years ago)
Author:
zacheiss
Message:

Import perl 5.8.3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/vendor/third/perl/Porting/apply

    r18449 r20074  
    22my $file = pop(@ARGV); 
    33my %meta; 
    4 $ENV{'P4PORT'} = 'bactrian:1667'; 
    5 $ENV{'P4CLIENT'} = 'camel-linux'; 
     4$ENV{'P4PORT'} ||= 'bactrian:1667'; 
     5$ENV{'P4CLIENT'} ||= 'ni-s'; 
    66open(FILE,$file) || die "Cannot open $file:$!"; 
    77while (<FILE>) 
     
    1818foreach (@results) 
    1919 { 
    20   if (/patching\s+file\s*(.*?)\s*$/) 
     20  if (/[Pp]atching\s+file\s*(\S+)/) 
    2121   { 
    2222    push(@edit,$1); 
     
    7070  } 
    7171} 
     72