The install needs to be interactive for reasons other than the installation location. At
perl Build.PL time lots of questions get asked, related to things such as which database should be used during testing, which user to connect as, etc. These things cannot be guessed reliably and so the user must be prompted for them.
As the user is being prompted for these details it is only sensible to ask for the installation path as well through a prompt, rather than getting the user to use another method to set that one value.
If the installation path was the only thing that needed to be determined and it could default to the system standard then I would agree with you, however in _this_ situation I feel that prompting in a consistent manner is the best approach.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.