On Sun, Feb 02, 2003 at 01:36:59PM -0500, Paul Tremblay wrote: > I have a series of modules that I would like to distribute for public > use. These modules convert RTF to XML, and they are all contained in a > folder called rtf. > > I could have the user intall every thing manually, but that seems like > it is kind of a hack. I would like for a user to be able to type > > make > make install > make test > > and have everything working right.
You need to create a Makefile.PL. For documentation on how to do this see: perldoc ExtUtils::MakeMaker -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]