Skip Menu |

This queue is for tickets about the Module-Finder CPAN distribution.

Report information
The Basics
Id: 34175
Status: rejected
Priority: 0/
Queue: Module-Finder

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

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



Subject: Versions in Makefile.PL and Finder.pm
Hello. Module::Build (like EU::MM) cannot correctly use version numbers written in v-style. Can you change this two lines: - In Makefile.PL: 'Class::Accessor::Classy' => 'v0.1.3', to 'Class::Accessor::Classy' => '0.1.3', - In Finder.pm: $VERSION = v0.1.5; to $VERSION = '0.1.5'; -- Serguei Trouchelle
Show quoted text
> Module::Build (like EU::MM) cannot correctly use version numbers > written in v-style.
What version of Module::Build are you using? Show quoted text
> Can you change this two lines: > - In Makefile.PL:
There is no data in Makefile.PL. Did you mean Build.PL? The v0.1.5 works in all supported versions of Perl. What perl are you running?