Robert Hanson wrote at Wed, 26 Jun 2002 13:51:27 +0200: > The biggest reason (for me) is that you want the module to test itself. It will >also inform you > if you don't have all of the prerequisite modules. Besides that, it's easier than >copying it once > you get used to it, and don't forget that copying won't autosplit the module if that >is what the > author intended. > > Rob
In addition, there are many modules, using c source code. Simply copying the .pm file won't help you, the c source code has to be compiled, too. Another reason is, that there are modules out in the world, that has to be adapted to your system, E.g., I could imagine, Mail::Sendmail, Archive::Zip have to look where it can find sendmail or gzip (or how they even simulate them on a Win* system). Cheerio, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]