This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When bisecting, use `git tag -l` to get the list of stable releases.
authorNicholas Clark <nick@ccl4.org>
Wed, 4 Jul 2012 13:34:31 +0000 (14:34 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:29 +0000 (09:19 +0200)
commitf66c64b16575a0019715151f5e8389581cde78d5
tree7452e57fda7581272af625ee6418ec2efe2282a6
parentfbaecb459ef5196c56a406c4b1bf5afdb5802f49
When bisecting, use `git tag -l` to get the list of stable releases.

Previously bisect.pl was using a hard coded list, which (obviously) will
become stale.

Also, note in the docs that we only use .0 stable releases, and why.
Porting/bisect-runner.pl
Porting/bisect.pl