This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct a bug in the previous commit (bb35dd48)
authorNicholas Clark <nick@ccl4.org>
Thu, 8 Dec 2011 13:02:39 +0000 (14:02 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 8 Dec 2011 13:02:39 +0000 (14:02 +0100)
commitaf6a5d0ea1e02579009f9da9fc6444bbb2eb691d
tree81012f258d4f7900fa551c7349c16035c26aaaeb
parentbb35dd48acdf927bd054fc5a239f7e4f8bfdb7fd
Correct a bug in the previous commit (bb35dd48)

The test in bisect-runner.pl for when to apply the fix of commit
c955f1177b2e311d was not correct - it would also attempt to apply the patch
to commit c955f1177b2e311d and later, not just to commits before
c955f1177b2e311d.
Porting/bisect-runner.pl