Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Building a darkpan dist with a single module among all modules in lib/

by davido (Cardinal)
on Mar 06, 2020 at 20:01 UTC ( [id://11113917]=note: print w/replies, xml ) Need Help??


in reply to Building a darkpan dist with a single module among all modules in lib/

Following up to my own question because I got an answer on #perl:

So, it is correct that the module's blib path would become blib/lib/SomeModule.pm, and in that case, the following is correct:

PM => { 'lib/SomeModule.pm' => '$(INST_LIB)/SomeModule.pm', },

If there's a separate POD file, the entries would be like this:

PM => { 'lib/SomeModule.pm' => '$(INST_LIB)/SomeModule.pm', 'lib/SomeModule.pod' => '$(INST_LIB)/SomeModule.pod', },

Thanks Grinnz on #perl, on irc.perl.org for the assistance.


Dave

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11113917]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-28 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found