Re: Teach Makefile.PL to find .pm files on its own

2012-07-25 Thread Junio C Hamano
Looks sensible. Will queue. Thanks. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Teach Makefile.PL to find .pm files on its own

2012-07-25 Thread Michael G Schwern
On 2012.7.25 9:56 AM, Junio C Hamano wrote: Looks sensible. Will queue. Thanks. Thanks! What's the lag time on it showing up in the repo, and which branch will it appear in? Also I just realized I've been basing my work on master. Should I move to maint? -- If you want the truth to

Re: Teach Makefile.PL to find .pm files on its own

2012-07-25 Thread Junio C Hamano
Michael G Schwern schw...@pobox.com writes: What's the lag time on it showing up in the repo, and which branch will it appear in? There is nothing special in this topic, so it is likely to start on 'pu', and unlikely to come to 'master' before 1.7.12 ships sometime next month. Also I just

Re: Teach Makefile.PL to find .pm files on its own

2012-07-25 Thread Junio C Hamano
Michael G Schwern schw...@pobox.com writes: Also I just realized I've been basing my work on master. Should I move to maint? I don't think so. It is not fixing any urgent breakage (iow, by being told about .pm explicitly, it knows about them just fine without being taught how to find

Re: Teach Makefile.PL to find .pm files on its own

2012-07-25 Thread Michael G Schwern
On 2012.7.25 3:19 PM, Junio C Hamano wrote: Michael G Schwern schw...@pobox.com writes: How about the git-svn SVN 1.7 fix in general? All of these patch sets I'm sending build on one another, is that going to be a problem? It's going to come in about six parts. Judging from the rate of

Re: Teach Makefile.PL to find .pm files on its own

2012-07-25 Thread Eric Wong
Junio C Hamano gits...@pobox.com wrote: Michael G Schwern schw...@pobox.com writes: So... is that master or maint? Just let me know which one. I do not care too deeply either way, and in the end I think Eric should have the final say. Given that git://git.bogomips.org/git-svn.git/ has

Teach Makefile.PL to find .pm files on its own

2012-07-24 Thread Michael G. Schwern
This makes it so you no longer must edit the Makefile.PL every time you add, rename or delete a Perl module. This is convenient, and I'm about to extract a bunch of .pm files out of git-svn. You still have to edit the Makefile. That parallel build system should be able to be removed at a later