Skip Menu |

This queue is for tickets about the Sort-Versions CPAN distribution.

Report information
The Basics
Id: 103810
Status: resolved
Priority: 0/
Queue: Sort-Versions

People
Owner: NEILB [...] cpan.org
Requestors: kfm [...] plushkava.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.61



Subject: Broken as of Perl 5.20 due to prototype whitespace
Date: Sat, 18 Apr 2015 17:24:32 +0100
To: bug-Sort-Versions [...] rt.cpan.org
From: Kerin Millar <kfm [...] plushkava.net>
As of Perl 5.20, the module no longer works where versioncmp is used directly as a subname. # perl -MSort::Versions -E 'say join " ", sort versioncmp reverse 1..5' 5 4 3 2 1 This is due to the extraneous whitespace in the prototype. Changing the prototype to ($$) will fix it.
Thanks. Release 1.61 is making its way round CPAN.
On 2015-04-29 14:16:26, NEILB wrote: Show quoted text
> Thanks. Release 1.61 is making its way round CPAN.
This can be closed now I think?
Show quoted text
> This can be closed now I think?
After releasing bug fixes to CPAN, I wait until RT has seen the release, so I can select the release in the "Fixed in" field.