Re: 5.10.1-RC1, CPANPLUS, and Module::Build

2009-08-08 Thread Adam Kennedy
2009/8/9 David Golden > > For #2, I think we should change M::B to do either one of these: > > (a) specify Module::Build version 0 in configure_requires if not specified > Well that one's out. It says "Please make sure a woefully antiquated version of M:B completely insufficient for install thi

Re: 5.10.1-RC1, CPANPLUS, and Module::Build

2009-08-08 Thread David Golden
On Sat, Aug 8, 2009 at 11:35 AM, Elliot Shank wrote: > David Golden wrote: >> (3) You built and released a non-dev Perl::Critic using a dev >> Module::Build >> >> #3 is... um... unwise.  I'll leave it at that, but appreciate your >> vote of confidence in M::B dev releases.  ;-) > > Well, I didn't e

Re: 5.10.1-RC1, CPANPLUS, and Module::Build

2009-08-08 Thread Elliot Shank
David Golden wrote: So that's three separate issues: [chop] (3) You built and released a non-dev Perl::Critic using a dev Module::Build [chop] #3 is... um... unwise. I'll leave it at that, but appreciate your vote of confidence in M::B dev releases. ;-) Well, I didn't expect to require ot

Re: 5.10.1-RC1, CPANPLUS, and Module::Build

2009-08-08 Thread David Golden
On Sat, Aug 8, 2009 at 10:44 AM, Elliot Shank wrote: > Attempting to install Perl::Critic 1.102 via CPANPLUS from 5.10.1-RC1 fails > due to what CPANPLUS is doing with the Module::Build mention in > configure_requires.  This version of P::C was built with perl 5.10.0 and > M::B 0.34_02 (the same on

Re: Sharedir for Module::Build

2009-08-08 Thread Curtis Jewell
This should be close to executable, (I pulled it out of another project of mine) and once cleaned up, should do the trick: (It's from http://svn.ali.as/cpan/trunk/Module-Build-Functions/lib/Module/Build/Functions.pm, which is meant to give an M::I -style interface to Module::Build - I just haven't

Re: Sharedir for Module::Build

2009-08-08 Thread David Golden
File::ShareDir support is something I'd like to add to the Module::Build core. I just haven't had time to work on it. I suspect it requires: * adding a "share_dir" property * adding an ACTION_share_dir routine (that does nothing if sharedir is undef) to copy things to the right spots in blib * ma

Sharedir for Module::Build

2009-08-08 Thread Thomas Klausner
Hi! So, to put my SDL-base Spaceinvaders game [0] on CPAN I need to install some stuff (images) alongside my dist. Previously I used several different homegrown techniques for this, which work. But I'd rather use the sort of common File::ShareDir instead of rolling my own. Unfortunatly, Module