Subject: | Release file name doesn't match dist name |
Hi Sergei,
Your module QBit::TimeLog has the dist name set to QBit-TimeLog in both the Makefile.PL and the META.yml, which is good :-)
But the release filename was libqbit-timelog-perl_0.3, which doesn't match the dist name.
There are many tools that process CPAN distributions / releases automatically, that use the module CPAN::DistnameInfo to determine the dist name. This does it based on the release file name, assuming that it will match the dist name.
Where the metadata dist name and the "dist name used in the release" don't match, it can cause problems. I created a list of all such releases, and this is where I found your release:
https://gist.github.com/neilbowers/10060761
I'll also note that there are similar issues with QBit-Class (the metadata says "qbit-class" but the filename says "QBit-Class" (difference in case)).
Would you mind doing releases to fix these please? :-)
Thanks,
Neil