Known Perl Prompts

The following is a list of known prompts which will occur, while installing perl dependencies on either the host system or within the master VM. Prompts besides these, especially ones which state there are missing dependencies, are likely to be an early warning of installation problems, and should be reported.

  1. Bundle::CPAN
    1. libnet
    2. Term::ReadLine
    3. YAML
    4. Other
  2. Bundle::HoneyClient::Util
    1. SOAP::Lite
    2. LWP
  3. Bundle::HoneyClient::Agent
  4. Bundle::HoneyClient::Manager

Bundle::CPAN

libnet

Do you want to modify/update your configuration (y|n) ? [no]

Accept the default.

Term::ReadLine

Enter arithmetic or Perl expression: exit

Accept the default.

YAML

This release breaks compatibility with versions earlier than version 0.60 of
YAML::Syck and YAML.pm when serializing blessed references.

See the COMPATIBILITY file for more information.

Continue installing YAML.pm? [y]

Accept the default.

Other

After you have installed Bundle::CPAN, if you exit cpan and then re-enter (not just perform "reload cpan"), you will be prompted for some Module::Build options. Just select all the defaults. Then, make sure to type "o conf commit" at the "cpan>" prompt, so that you are not prompted for these options in the future.

Bundle::HoneyClient::Util

SOAP::Lite

XMLRPC::Lite, UDDI::Lite, and XML::Parser::Lite are included by default.
Installed transports can be used for both SOAP::Lite and XMLRPC::Lite.

Press <enter> to see the detailed list.
<cut>
Do you want to proceed with this configuration? [yes]

During "make test" phase we may run tests with several SOAP servers
that may take long and may fail due to server/connectivity problems.

Do you want to perform these tests in addition to core tests? [no]

Accept the defaults.

LWP

Do you want to install lwp-request? [y]
Do you want to install lwp-mirror? [y]
Do you want to install lwp-rget? [y]
Do you want to install lwp-download? [y]

The lwp-request program will use the name it is invoked with to
determine what HTTP method to use.  I can set up alias for the most
common HTTP methods.  These alias are also installed in
/usr/bin.

Do you want to install the GET alias? [n]
Do you want to install the HEAD alias? [n]
Do you want to install the POST alias? [n]

Accept the defaults.

Bundle::HoneyClient::Agent

Bundle::HoneyClient::Manager

Net::DNS (only when directly connected to the internet)

You appear to be directly connected to the Internet.  I have some tests
that try to query live nameservers.

Do you want to enable these tests? [y] n

Select y or n, it doesn't matter