From: Michael G. Schwern Date: Wed, 25 Jul 2012 03:21:11 +0000 (-0700) Subject: The Makefile.PL will now find .pm files itself. X-Git-Tag: v1.7.12-rc1~10^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/98d5439dad36f25aa9a2a70cc140d85d94e99bc9?hp=98d5439dad36f25aa9a2a70cc140d85d94e99bc9 The Makefile.PL will now find .pm files itself. It is no longer necessary to manually add new .pm files to the Makefile.PL. This makes it easier to add modules. It is still necessary to add them to the Makefile, but that extra work should be removed at a future date. Signed-off-by: Michael G Schwern Signed-off-by: Junio C Hamano Signed-off-by: Eric Wong ---