Skip Menu |

This queue is for tickets about the Tk-Browser CPAN distribution.

Report information
The Basics
Id: 103447
Status: new
Priority: 0/
Queue: Tk-Browser

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

Bug Information
Severity: Unimportant
Broken in: 0.82b
Fixed in: (no value)



Subject: Invalid version number format
Hi! Could you please change the version number to digits only? Otherwise, version.pm can't handle it correctly. See also: http://perldoc.perl.org/perlmodstyle.html#Version-numbering Here is an example script that shows the problem: #!perl use strict; use warnings; use ExtUtils::MakeMaker; use Tk; use Tk::Browser; print Tk->VERSION; print Tk::Browser->VERSION; exit(0); Best regards, Alex