Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 46921
Status: resolved
Priority: 0/
Queue: version

People
Owner: Nobody in particular
Requestors: tim [...] tim-landscheidt.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.76
Fixed in: (no value)



Subject: "Version string '1,3' contains invalid data; [...]" warning when locale is set
Transferred from rt.perl.org (not really): http://rt.perl.org/rt3/Ticket/Display.html?id=66244 This is really a version.pm problem, which I've finally been able to reproduce, but only with the XS code and only on 5.8.x and 5.10.x. John
you must use stringified version. as example, $VERSION = '0.77' instead of $VERSION = 0.76
On Thu Jul 23 06:53:21 2009, APLA wrote: Show quoted text
> you must use stringified version. as example, $VERSION = '0.77' instead > of $VERSION = 0.76
No, not really. I mean, yes, that will work, but it isn't really the point. The version.pm code that will be part of 0.77 in Perl 5.10.1 and on CPAN handles this correctly now. John
Resolved in 0.77 (soon to hit CPAN)...