Re: update perl Module::Build in base

2013-11-01 Thread Marc Espie
On Fri, Nov 01, 2013 at 04:56:04PM +0100, Ingo Schwarze wrote: > Oh well. To paraphase (forgive me if i misunderstand), "It ought to > be easy to write something better than Module::Build, and even though > nobody has so far volunteered to propose an actual design, and even > less to write some co

Re: update perl Module::Build in base

2013-11-01 Thread Ingo Schwarze
Hi Andrew, Andrew Fresh wrote on Wed, Oct 30, 2013 at 01:50:56PM -0700: > On Wed, Oct 30, 2013 at 08:31:58PM +0100, Ingo Schwarze wrote: >> -'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.39_01.tar.gz', >> +'DISTRIBUTION' => 'LEONT/Module-Build-0.4007.tar.gz', > It's only 4.003 in 5.

Re: update perl Module::Build in base

2013-10-30 Thread Andrew Fresh
On Wed, Oct 30, 2013 at 08:31:58PM +0100, Ingo Schwarze wrote: > -'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.39_01.tar.gz', > +'DISTRIBUTION' => 'LEONT/Module-Build-0.4007.tar.gz', It's only 4.003 in 5.18, not sure if that makes a difference, but this patch would need to be ported

Re: update perl Module::Build in base

2013-10-30 Thread Todd C. Miller
It might be worth updating the in-tree perl to the latest, version 5.18.1. This is not something I have time for myself, however. - todd