Patch vs 0.2808 or subversion?

2007-10-15 Thread Thomas Klausner
Hi! I just submitted a bug report including a patch: http://rt.cpan.org//Ticket/Display.html?id=30004 Only after submitting it I realised that I could diff against subversion directly. Or better, checkout a copy, and let svn produce the diff. Anyway, are my chances of getting my patch applied h

Re: Patch vs 0.2808 or subversion?

2007-10-15 Thread Eric Wilhelm
# from Thomas Klausner # on Monday 15 October 2007 00:45: >I just submitted a bug report including a patch: >http://rt.cpan.org//Ticket/Display.html?id=30004 At a glance, it looks like that might have been fixed in svn. At least, we had a similar discussion just recently. See r10009. >Only af

Re: Fwd: [rt.cpan.org #20528] Module-Build installs into wrong location with bleadperl

2007-10-15 Thread Michael G Schwern
Eric Wilhelm wrote: > Hi all, > > Steve is proposing that we add the following parameter to Build.PL > > installdirs => ($] >= 5.009004 ? 'core' : 'site'), > > Is that the preferred way of handling this? Yes. -- The interface should be as clean as newly fallen snow and its behavior as expl

Re: [rt.cpan.org #20528] Module-Build installs into wrong location with bleadperl

2007-10-15 Thread Ken Williams
On Oct 15, 2007, at 7:14 PM, Michael G Schwern wrote: Eric Wilhelm wrote: Hi all, Steve is proposing that we add the following parameter to Build.PL installdirs => ($] >= 5.009004 ? 'core' : 'site'), Is that the preferred way of handling this? Yes. I recently had half-a-go at adding a