[Fwd: Re: _detildefy -- r9408]

2007-05-02 Thread Ron Savage
Hi Folks Don't you just hate that. I sent this to Ken, not the list... Original Message Subject: Re: _detildefy -- r9408 From:"Ron Savage" <[EMAIL PROTECTED]> Date:Thu, May 3, 2007 2:30 am To: "Ken Williams" <[EMAIL PROTECTED]

Re: _detildefy -- r9408

2007-05-02 Thread Ken Williams
On Apr 28, 2007, at 9:52 PM, Eric Wilhelm wrote: Maybe we do "s/(~\w*(?:/|$))//" and then "glob($1) . $_" ? Does that cover everything? (Well, everything except the backslash duality issue on windows.) If people want "~my user name is cool/" to work, I don't think I can bring myself to th

Re: Fwd: installed Mail::SPF reports/compares version incorrectly in cpan

2007-05-02 Thread John Peacock
Eric Wilhelm wrote: > The question may be whether the version.pm / CPAN code is honoring your > VERSION line correctly. Though, possibly that should be qv('v2.4.0'). > John? I'd have to know what release of CPAN you are using, since those two version objects are equivalent. > If it compares a

Re: Fwd: installed Mail::SPF reports/compares version incorrectly in cpan

2007-05-02 Thread Eric Wilhelm
# from Julian Mehnle # on Wednesday 02 May 2007 03:34 pm: >Is it likely that M::B 0.26's META.yml generator is badly interacting >with version.pm-based version numbers (`use version; our $VERSION = >qv('2.004');`) and CPAN is really expecting a version.pm-style version >number in META.yml (here: "

Fwd: installed Mail::SPF reports/compares version incorrectly in cpan

2007-05-02 Thread Julian Mehnle
Hi all, recently someone reported a problem with one of my modules that might indicate an issue with how CPAN, Module::Build's META.yml generator, and version.pm interact. Please see the rt.cpan.org ticket included below. The Mail-SPF 2.004 distribution package was built with Module::Build 0.26,