From: "George" <[EMAIL PROTECTED]> > Three reasons. > 1. A friend asked me to help him with this because he will likely > have to support it and wants to trim it down.
You are NOT supposed to modify the Makefile by hand. If you need to make some changes, do them in the Makefile.PL. > 2. So he and I can > better understand makefiles in general and what's really not needed > can be omitted. I don't think the makefiles generated by Perl are the best examples for learning. The MakeMaker was designed to be portable, not easy to read. You could go over the Makefile and delete the targets that you think you do not need, but I would not want to have to do things like that. You can trim it down, but I don't think there is any (semi)automated tool to help you with that. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]