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.