Wed Apr 06 08:34:34 2016: Request 113427 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Double-colon behaviour
Broken in: (no value)
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113427 >
On 2016-03-31 05:33:49, RSCHUPP wrote:
> is good for :) So I just added the following option to pp:
>
> =item B<-N>, B<--namespace>=I<NAMESPACE>
Strike that! I just implemented the notations
-M Foo:: (unchanged)
-M Foo::*
-M Foo::**
used by ActiveState's perlapp (cf.
http://docs.activestate.com/pdk/6.0/PerlApp.html#perlapp__2d_2dadd_modules,
note that their option "--add" is our "--module"), will be in the next release.
Your usecase should then be served by "-M Foo::**".
Cheers, Roderich