This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove $date from Porting/checkAUTHORS.pl, which was never used.
authorNicholas Clark <nick@ccl4.org>
Thu, 27 Oct 2011 11:17:08 +0000 (13:17 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 31 Oct 2011 10:38:26 +0000 (11:38 +0100)
commit8a5e2fa65b2f0ee8789f46f37cae288ee0507c75
treeeee6ed65a175323cdb253c97542a79af1cb3f4a5
parenta1da11a30dfa4f3543dcab00834ff535202f5085
Remove $date from Porting/checkAUTHORS.pl, which was never used.

It was added in commit 00229b9760c33911, along with the pattern which
captured the value of 'AuthorDate:', when checkAUTHORS.pl was converted to
parsing the output of git log instead of p4 log. Neither the old nor the new
code made any use of dates, hence the variable (and the capture) were never
needed.
Porting/checkAUTHORS.pl