[rt.cpan.org #94583] Dist name is 'wrong' in metadata

[email protected] ("Neil_Bowers via RT") Wed, 9 Apr 2014 19:13:30 -0400
Newsgroups perl.libwin32
Message-ID <[email protected]>
Wed Apr 09 19:13:30 2014: Request 94583 was acted upon.
Transaction: Ticket created by NEILB
       Queue: Bundle-libwin32
     Subject: Dist name is 'wrong' in metadata
   Broken in: 0.31
    Severity: Normal
       Owner: JDB
  Requestors: [email protected]
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=94583 >


Hi Jan,

The distname for your Bundle::libwin32 is Bundle-libwin32 in Makefile.PL, as it's based on the module name:

        NAME         => 'Bundle::libwin32',

But in META.yml the dist name is set to:

    name: libwin32

This results in different tools having different ideas about what the distname is. Would you like to release an update please, with the expected distname in META.yml?

I'm automatically processing distributions using information from MetaCPAN, and compiled a list of dists that have confusing / unexpected dist names. Which is what prompted this report.

Cheers,
Neil