This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pass the git tag to cmpVERSION.pl with a --tag argument.
authorNicholas Clark <nick@ccl4.org>
Thu, 19 May 2011 17:00:37 +0000 (18:00 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 23 May 2011 14:07:27 +0000 (15:07 +0100)
commite01fd32ac1d024f77b6589d9979905d1cd4e8ca5
treee0947ea081c44fc1468214aafec419cecc307d86
parent00ad0422f707d7b873d5558d9ebd749596533bd8
Pass the git tag to cmpVERSION.pl with a --tag argument.

If no tag is specified, default to git describe --abbrev=0.
(This is David Golden's suggestion, added t/porting/cmp_version.t in
3d92e8b1e4996571)

Eliminate the source_dir command line argument - this is now always assumed to
be '.'.
Porting/cmpVERSION.pl