Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Starter CPAN distribution.

Report information
The Basics
Id: 7621
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Module-Starter

People
Owner: rjbs [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.30
Fixed in: (no value)



Subject: --module=Acme-Foo creates Acme-Foo.pm
Acme-Foo is not a legal package name (you can't say package Acme-Foo or use Acme-Foo) and thus shouldn't be allowed. Legal package names generally conform to [a-zA-Z_][a-zA-Z_0-9]*(?:::[a-zA-Z_0-9]+)*