Skip Menu |

This queue is for tickets about the App-cpanoutdated CPAN distribution.

Report information
The Basics
Id: 58165
Status: resolved
Priority: 0/
Queue: App-cpanoutdated

People
Owner: Nobody in particular
Requestors: rkitover [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.05
Fixed in: (no value)



Subject: Cannot parse version of Array::Group
Does not parse version 2.0a of Array::Group : PACKAGE: Array::Group INST VER: 2.0a VER: 2.0 Invalid version format (non-numeric data) at /usr/local/bin/cpan-outdated line 60.
Subject: Re: [rt.cpan.org #58165]
Date: Sat, 5 Jun 2010 16:58:16 -0400
To: Bugs in App-cpanoutdated via RT <bug-App-cpanoutdated [...] rt.cpan.org>
From: Rafael Kitover <rkitover [...] cpan.org>
Here's a patch that fixes the perl dist matching, and makes the version stuff a bit more robust.

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #58165]
Date: Sun, 6 Jun 2010 09:45:34 +0900
To: bug-App-cpanoutdated [...] rt.cpan.org
From: Tokuhiro Matsuno <tokuhirom [...] gmail.com>
version number like "2.0a" is not supported by CPAN.pm or version.pm. cpan-outdated don't need to support it. On Sun, Jun 6, 2010 at 5:58 AM, rkitover@cpan.org via RT <bug-App-cpanoutdated@rt.cpan.org> wrote: Show quoted text
>       Queue: App-cpanoutdated >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=58165 > > > Here's a patch that fixes the perl dist matching, and makes the version > stuff a bit more robust. > >
Subject: Re: [rt.cpan.org #58165]
Date: Sat, 05 Jun 2010 20:55:01 -0400
To: bug-App-cpanoutdated [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] io.com>
Yes, but it's a real dist that people have installed, so at the very least you should handle the exception and allow the process to complete. "tokuhirom@gmail.com via RT" <bug-App-cpanoutdated@rt.cpan.org> wrote: Show quoted text
><URL: https://rt.cpan.org/Ticket/Display.html?id=58165 > > >version number like "2.0a" is not supported by CPAN.pm or version.pm. >cpan-outdated don't need to support it. > >On Sun, Jun 6, 2010 at 5:58 AM, rkitover@cpan.org via RT ><bug-App-cpanoutdated@rt.cpan.org> wrote:
>>       Queue: App-cpanoutdated >>  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=58165 > >> >> Here's a patch that fixes the perl dist matching, and makes the version >> stuff a bit more robust. >> >>
>
-- Sent from my Android phone with K-9. Please excuse my brevity.
Subject: Re: [rt.cpan.org #58165]
Date: Sun, 6 Jun 2010 13:38:29 +0900
To: bug-App-cpanoutdated [...] rt.cpan.org
From: Tokuhiro Matsuno <tokuhirom [...] gmail.com>
hm. okay, I rewrote version number comparator, and shipped 0.06 On Sun, Jun 6, 2010 at 9:55 AM, Rafael Kitover via RT <bug-App-cpanoutdated@rt.cpan.org> wrote: Show quoted text
>       Queue: App-cpanoutdated >  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=58165 > > > Yes, but it's a real dist that people have installed, so at the very least you should handle the exception and allow the process to complete. > > "tokuhirom@gmail.com via RT" <bug-App-cpanoutdated@rt.cpan.org> wrote: >
>><URL: https://rt.cpan.org/Ticket/Display.html?id=58165 > >> >>version number like "2.0a" is not supported by CPAN.pm or version.pm. >>cpan-outdated don't need to support it. >> >>On Sun, Jun 6, 2010 at 5:58 AM, rkitover@cpan.org via RT >><bug-App-cpanoutdated@rt.cpan.org> wrote:
>>>       Queue: App-cpanoutdated >>>  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=58165 > >>> >>> Here's a patch that fixes the perl dist matching, and makes the version >>> stuff a bit more robust. >>> >>>
>>
> > -- > Sent from my Android phone with K-9. Please excuse my brevity. > >
Subject: Re: [rt.cpan.org #58165]
Date: Sun, 6 Jun 2010 01:31:49 -0400
To: "tokuhirom [...] gmail.com via RT" <bug-App-cpanoutdated [...] rt.cpan.org>
From: Rafael Kitover <rkitover [...] cpan.org>
Awesome, thank you! On Sun, Jun 06, 2010 at 12:38:38AM -0400, tokuhirom@gmail.com via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=58165 > > > hm. okay, I rewrote version number comparator, and shipped 0.06 > > On Sun, Jun 6, 2010 at 9:55 AM, Rafael Kitover via RT > <bug-App-cpanoutdated@rt.cpan.org> wrote:
> >       Queue: App-cpanoutdated > >  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=58165 > > > > > Yes, but it's a real dist that people have installed, so at the very least you should handle the exception and allow the process to complete. > > > > "tokuhirom@gmail.com via RT" <bug-App-cpanoutdated@rt.cpan.org> wrote: > >
> >><URL: https://rt.cpan.org/Ticket/Display.html?id=58165 > > >> > >>version number like "2.0a" is not supported by CPAN.pm or version.pm. > >>cpan-outdated don't need to support it. > >> > >>On Sun, Jun 6, 2010 at 5:58 AM, rkitover@cpan.org via RT > >><bug-App-cpanoutdated@rt.cpan.org> wrote:
> >>>       Queue: App-cpanoutdated > >>>  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=58165 > > >>> > >>> Here's a patch that fixes the perl dist matching, and makes the version > >>> stuff a bit more robust. > >>> > >>>
> >>
> > > > -- > > Sent from my Android phone with K-9. Please excuse my brevity. > > > >
>