Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Fun with h2xs

by jeffa (Bishop)
on Nov 16, 2000 at 00:48 UTC ( [id://41878]=perlquestion: print w/replies, xml ) Need Help??

jeffa has asked for the wisdom of the Perl Monks concerning the following question:

Ok, everybody knows:
h2xs -A -X -n Foo::Bar
But what if I want to create Foo::Bar and Foo::Baz?
I tried the following:
h2xs -A -X -n Foo h2xs -A -X -n Foo::Bar h2xs -A -X -n Foo::Baz
But I am not sure if this is what I really want.

"So, what _DO_ you want?"

Glad you asked. I am writing two modules that I would like to bundle together, for example, Bar and Baz are packages that live under the package Foo. I would like to package them up in a CPAN module so that I can install them both one a machine at the same time.

It seems to me that calling h2xs 3 times like above is not the right way to accomplish this, but I could be wrong.

Thanks,
Jeff

Replies are listed 'Best First'.
(jeffa) RE: Fun with h2xs
by jeffa (Bishop) on Nov 16, 2000 at 01:22 UTC
    How embarassing - that is exactly what I wanted.

    Next time I will experiment more before posting.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-26 04:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found