Skip Menu |

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

Report information
The Basics
Id: 59646
Status: resolved
Priority: 0/
Queue: App-Cpan

People
Owner: Nobody in particular
Requestors: softdev [...] leandrohermida.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.57
Fixed in: (no value)



Subject: Argument "x.xx_xx" isn't numeric in printf at /path/to/perl5/lib/App/Cpan.pm line 868.
In the latest version of App::Cpan when you run for example cpan -O As it's listing the module updates you will get messages from App::Cpan like: Argument "2.06_01" isn't numeric in printf at /home/hermida/soft/perl/5.12.1/lib/5.12.1/App/Cpan.pm line 868. Argument "0.52_01" isn't numeric in printf at /home/hermida/soft/perl/5.12.1/lib/5.12.1/App/Cpan.pm line 868. Looks like %s is needed versus %d in printf for versions. My setup: perl -v This is perl 5, version 12, subversion 1 (v5.12.1) built for x86_64-linux-thread-multi uname -a Linux 2.6.33.6-147.fc13.x86_64 #1 SMP Tue Jul 6 22:32:17 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
I think this problem is solved in the latest sources I have. I don't see the warnings.