Re: Find .pm files automatically (was Re: Fix git-svn tests for SVN 1.7.5.)

2012-07-17 Thread Jonathan Nieder
Thanks for the reply. Quick clarifications: Michael G Schwern wrote: > The man page is now man3/bundles::Error::Error.3 which is equally as incorrect > as man3/private-Error.3. It is possible to correct that so it's man3/Error.3, > but that's going to require some effort. Basically its in the

Re: Find .pm files automatically (was Re: Fix git-svn tests for SVN 1.7.5.)

2012-07-17 Thread Michael G Schwern
On 2012.7.17 5:01 PM, Jonathan Nieder wrote: >> It also moves Error.pm into a bundle directory. This both makes it just >> another directory to scan (or not scan), but it also makes it possible to >> bundle additional modules in the future. ExtUtils::MakeMaker uses this >> technique itself. > >

Re: Find .pm files automatically (was Re: Fix git-svn tests for SVN 1.7.5.)

2012-07-17 Thread Jonathan Nieder
Hi, Michael G Schwern wrote: > Ok, here goes. > > First patch overhauls perl/Makefile.PL to make it easier to add .pm files, > which I'm going to be doing a lot of. Instead of having to manually add to > the %pm hash, it scans for .pm files. An excellent goal. > It also moves Error.pm into a b

Find .pm files automatically (was Re: Fix git-svn tests for SVN 1.7.5.)

2012-07-17 Thread Michael G Schwern
On 2012.7.17 10:44 AM, Jonathan Nieder wrote: > My advice would be to send five or so of the patches that you would > like to be reviewed first, inline, one per message, in reply to this > message so we can start to work on that. Presumably the patches do > not regress git-svn's behavior but only