perl/Makefile.PL: warn about duplicate module list in perl/Makefile
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 15 Jun 2012 18:14:46 +0000 (13:14 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jun 2012 20:22:52 +0000 (13:22 -0700)
Adding or removing a module requires modifying both files to support
builds with and without MakeMaker. Add a comment to remind patch
authors and reviewers at the crucial moment.

Longer term, it would be nicer to maintain a single list, perhaps in a
separate file used by both build systems.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found