help in creating the makefile non-interactively
[email protected] (Manish Marathe) Tue, 06 Sep 2005 12:18:08 -0700
| Newsgroups | perl.daily-build |
|---|---|
| Organization | SpikeSource, Inc. |
| Message-ID | <[email protected]> |
Hello, I am planning to automate the build process for the 100 phalanx CPAN components and the first one I picked was CPANPLUS. I manually built the component and while doing that, the first step was executing "perl Makefile.PL". I had to interactively go through 29 questions and then the makefile was created. If I want to automate this process, I would want to force the creation of makefile and that no human intervention should be needed. Is there a way to do that. Any help would be appreciated. Thank you -Manish