Michael G Schwern <schwern@xxxxxxxxx> wrote: > On 2012.7.27 1:07 PM, Eric Wong wrote: > > While Makefile.PL now finds .pm files on its own, it does not > > detect new files after it generates perl/perl.mak. > > Are you saying this doesn't work? > > perl Makefile.PL > make -f perl.mak > touch Git/Foo.pm > perl Makefile.PL > make -f perl.mak This works. > or this? > > perl Makefile.PL > make -f perl.mak > touch Git/Foo.pm > make -f perl.mak > > The former should work. The latter is a MakeMaker limitation. Makefile.PL > hard codes the list of .pm files into the Makefile. Yup, Junio's patch works around the MM limitation so the latter works. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html