This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
For blead, bump-perl-version should consider SUBVERSION as API_SUBVERSION
authorFlorian Ragwitz <rafl@debian.org>
Thu, 22 Jul 2010 15:37:20 +0000 (17:37 +0200)
committerSteffen Mueller <smueller@cpan.org>
Fri, 23 Jul 2010 10:24:35 +0000 (12:24 +0200)
commit544af516d72dfd84bc12bd04e76b84740ab3f78c
tree5ccd305a0d1a9a14c0bf3ea7e43ec63854391cdd
parent6a3d1e7ec946e95930f5572e38977ee1c2e589a0
For blead, bump-perl-version should consider SUBVERSION as API_SUBVERSION

This makes the API version of a blead release equivalent to its full version
number. For example, for 5.13.3, the API version was 5.13.0 before, and is
5.13.0 now.

This does not change anything for stable releases. The API version of 5.14.1
will still be 5.14.0.

Blead releases don't guarantee API stability. While they don't introduce API
breakage on every release, they do so often enough to want to err on the safe
side instead of making false claims in PERL_API_*.
Porting/bump-perl-version