Subject: | adds a 'v' to the version number in the tar file name |
http://search.cpan.org/CPAN/authors/id/M/MO/MORITZ/Math-Expression-Evaluator-v0.3.2.tar.gz
was generated with
./Build dist
and I think that the 'v' in the version number in the file name
shouldn't be there.
The version is declared as
our $VERSION = '0.3.2';
in the .pm file, and the call to Module::Build->new contains the line
dist_version_from => 'lib/Math/Expression/Evaluator.pm',
At least I don't see why this should produce a 'v' anywhere.
Cheers,
Moritz