Subject: | Release file name doesn't match dist name |
Hi Lott,
The dist name for your module is OSDial, as set in the Makefile.PL
NAME => 'OSDial',
Which then appears in META.yml:
name: OSDial
But the release name is:
perl-OSDial-....
Many tools determine the distribution name for a dist from the release name, using CPAN::DistnameInfo. Using this you on your dist, you get 'perl-OSDial', which doesn't match the name in the metadata. This can cause problems for the unwary.
I generated a list of distributions where the release file name doesn't match the dist name, which is how I came across your release.
Can you release an update to correct this please, as it will help people who are trying to automatically process all dists on CPAN?
Cheers,
Neil