Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Creating a distribution with several .pm files

by Sweeper (Pilgrim)
on Jun 04, 2002 at 06:05 UTC ( [id://171416]=note: print w/replies, xml ) Need Help??


in reply to Creating a distribution with several .pm files

Part of the answer: in Foo/Makefile.PL, include a line:
Writemakefile(NAME => 'Bar',
   blah blah blah
   DIR => [ 'Bar' ]
)
And then, create a Foo/Bar/Makefile.PL. But in this new file, how do you specify both Baz.pm and Quux.pm? Guess we have to look further in the docs.
  • Comment on Re: Creating a distribution with several .pm files

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found