This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Detect whether ccache is available to bisect.
authorPaul Johnson <paul@pjcj.net>
Thu, 17 Nov 2011 20:20:15 +0000 (21:20 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 17 Nov 2011 21:16:56 +0000 (13:16 -0800)
commit63f9ec3008baf7d655f1b9c0f2c6f81f970c65f0
treeb92d11a24fe741bf22b15a486d8668df604207b1
parent2ba3ed0cc50ab0b9ba47218e86872c324f31abd4
Detect whether ccache is available to bisect.

ccache will save time during a bisect but it may not always be availble.
Teach bisect-runner.pl to only use it if it is available.
Porting/bisect-runner.pl