The Makefile.PL will now find .pm files itself.
authorMichael G. Schwern <schwern@pobox.com>
Wed, 25 Jul 2012 03:21:11 +0000 (20:21 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 27 Jul 2012 22:13:28 +0000 (22:13 +0000)
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>
No differences found