Branch: refs/heads/yves/cmp_version_graceful_old_tag_handling
Home: https://github.com/Perl/perl5
Commit: 5752ee69daed305c15a029f908bdae85019a6d2d
https://github.com/Perl/perl5/commit/5752ee69daed305c15a029f908bdae85019a6d2d
Author: Yves Orton <[email protected]>
Date: 2023-03-11 (Sat, 11 Mar 2023)
Changed paths:
M Porting/cmpVERSION.pl
Log Message:
-----------
Porting/cmpVERSION.pl - handle missing tags more gracefully
Today Mauke had a surprise where he was on the latest commit but
cmp_version.t kept failing. It turned out that his personal github
clone was missing the most recent tags, and thus confusing the test.
Since we now release a new tag monthly we can detect that this is
happening and skip the test with some helpful diagnositcs on how
to fix it.