The Makefile.PL will now find .pm files itself.
commit98d5439dad36f25aa9a2a70cc140d85d94e99bc9
authorMichael G. Schwern <schwern@pobox.com>
Wed, 25 Jul 2012 03:21:11 +0000 (24 20:21 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 27 Jul 2012 22:13:28 +0000 (27 22:13 +0000)
tree99949538f6d9e42047cfb18e2213b96126256cf3
parent0ed8fdcdfd2bebdc7f172383b864836581c39123
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 <schwern@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Makefile.PL