This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect-runner.pl, only shell out to patch from apply_patch().
authorNicholas Clark <nick@ccl4.org>
Wed, 23 Nov 2011 21:51:13 +0000 (22:51 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 09:56:59 +0000 (10:56 +0100)
commit58a28a53892a910428c7a1315f9dc4ecbf6a9252
treedf7d108932c8641e45fc7758999ac802469ef81b
parentae5aebe9e8ef2f74e2acd7906088c31604be14a9
In bisect-runner.pl, only shell out to patch from apply_patch().

Previously the system's patch binary was invoked from 3 places. Refactoring
the code to only call it from one place will make it easier to work around
ancient versions of patch that some vendors still supply.
Porting/bisect-runner.pl