Message-Id: <
200009162036.QAA11694@Orb.Nashua.NH.US>
p4raw-id: //depot/perl@7102
}
@from = @newfrom;
}
- unless ($flags & OPpTRANS_DELETE) {
+ unless ($flags & OPpTRANS_DELETE || !@to) {
pop @to while $#to and $to[$#to] == $to[$#to -1];
}
my($from, $to);