[mplspm]: multiple modules, one distribution.

Thomas Eibner thomas at stderr.net
Thu Oct 3 21:19:07 CDT 2002


On Thu, Oct 03, 2002 at 08:58:49PM -0500, 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 what you really want is to distribute Foo::Bar, Foo::Car, and Foo::Tar
in the same "archive" you can create a subdirectory called 'lib'. 
Everything under the lib directory gets installed when you run make install.
(at least if they're .pm's)

-- 
  Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/>
  mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>
  !(C)<http://copywrong.dk/>                  <http://apachegallery.dk/>
          Putting the HEST in .COM <http://www.hestdesign.com/>


--------------------------------------------------
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