Tue Mar 29 07:19:16 2016: Request 113427 was acted upon.
Transaction: Ticket created by PHILKIME
Queue: PAR-Packer
Subject: Double-colon behaviour
Broken in: (no value)
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113427 >
Would be nice if possible to have the "double-colon" behaviour apply even if
there is no top-level module. I have things like:
A::B
A::C
A::D
but no
A.pm
Would be nice to be able to do:
--module A::
in such cases too.