Skip Menu |

This queue is for tickets about the MooX-Types-MooseLike CPAN distribution.

Report information
The Basics
Id: 105488
Status: resolved
Priority: 0/
Queue: MooX-Types-MooseLike

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

Bug Information
Severity: (no value)
Broken in: 0.28
Fixed in: 0.29



Subject: name: wrong for META.yaml
Of the 800+ modules I maintain as RPMs, this is the only one that has colons in the name field in META.yaml. You have: name: MooX::Types::MooseLike I think it should be this since you're naming the distro, not the package: name: MooX-Types-MooseLike As a result, It's entirely possible you're breaking other packagers who depend on this since : is often not a valid character in a package name. Looks like this would be a fix in your Makefile.PL script. If you'd like a pull request to fix this, I'm happy to provide one.
On Thu Jun 25 18:01:46 2015, TODDR wrote: Show quoted text
> Of the 800+ modules I maintain as RPMs, this is the only one that has > colons in the name field in META.yaml. > > You have: > > name: MooX::Types::MooseLike > > I think it should be this since you're naming the distro, not the > package: > name: MooX-Types-MooseLike > > As a result, It's entirely possible you're breaking other packagers > who depend on this since : is often not a valid character in a package > name. > > Looks like this would be a fix in your Makefile.PL script. If you'd > like a pull request to fix this, I'm happy to provide one.