summaryrefslogtreecommitdiff
path: root/Porting/bisect.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-09-30 10:11:58 +0200
committerNicholas Clark <nick@ccl4.org>2011-09-30 10:11:58 +0200
commitbc96a05a30eacd81854d8de97d5e509dc8b7c745 (patch)
tree145668d0618f5be2a710eedab7ae071c4b717a25 /Porting/bisect.pl
parentf10508112af8bb9bf7bb87957a6b2425eabaeb44 (diff)
downloadperl-bc96a05a30eacd81854d8de97d5e509dc8b7c745.tar.gz
Add a --match option to bisect.pl, to locate source code changes.
Diffstat (limited to 'Porting/bisect.pl')
-rwxr-xr-xPorting/bisect.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/bisect.pl b/Porting/bisect.pl
index 2e2675eaed..2e2826ce1f 100755
--- a/Porting/bisect.pl
+++ b/Porting/bisect.pl
@@ -18,6 +18,7 @@ unless(GetOptions(\%options,
'expect-pass=i',
'expect-fail',
'one-liner|e=s',
+ 'match=s',
)) {
usage();
}