[mplspm]: multiple modules, one distribution.

Ken Williams ken at mathforum.org
Thu Oct 3 22:35:54 CDT 2002


On Friday, October 4, 2002, at 11:58  AM, Chris Josephes wrote:

> Sorry, I had a brainfart.
>
> What's the method of using h2xs to create a directory structure for
> multiple modules (like Foo::Bar, Foo::Car, and Foo::Tar) in one 
> directory
> structure with only one Makefile.PL?

If there's nothing fancy that needs to be done (i.e., no XS) 
then you just put them in a lib/ directory as lib/Foo/Bar.pm and 
so on.  MakeMaker will find them and test/install them.

With Module::Build, the lib/ directory is currently the *only* 
supported place to put module files.

  -Ken



--------------------------------------------------
Minneapolis Perl Mongers mailing list

To unsubscribe, send mail to majordomo at pm.org
with "unsubscribe mpls" in the body of the message.



More information about the Mpls-pm mailing list