Re: When Module::Build is a core module...

2006-06-20 Thread demerphq
On 6/20/06, Ken Williams [EMAIL PROTECTED] wrote: On Jun 19, 2006, at 6:37 PM, Ron Savage wrote: On Mon, 19 Jun 2006 14:32:10 +0200, demerphq wrote: Hi demerphq Nope. If you upgrade it should go in to site/lib, meaning you have to use UNINST=1 if you upgrade. Are you sure it'll go into

Re: When Module::Build is a core module...

2006-06-20 Thread John Peacock
demerphq wrote: Sorry, do i understand you correctly: Blead is already special cased not to warn in this situation? Blead doesn't need to special case it: the version code inherently treats numbers with embedded underscores as alpha versions: $ LD_LIBRARY_PATH=. ./perl -e ' package stuff;

Re: When Module::Build is a core module...

2006-06-20 Thread John Peacock
demerphq wrote: On 6/20/06, John Peacock [EMAIL PROTECTED] wrote: As you can see, you don't even need to create a version object; it is the version aware UNIVERSAL::VERSION which performs this magic... Oh cool. Nice touch! I have a patch to blead which will even make the $VERSION scalar be