cpan (1.9.x) の初期設定

C:\Documents and Settings\user1>cpan -fi Bundle::CPAN
CPAN: File::HomeDir loaded ok (v0.65)
Old configuration file C:\Perl\lib\CPAN\Config.pm
    moved to C:\Perl\lib\CPAN\Config.pm.bak


CPAN is the world-wide archive of perl resources. It consists of about
300 sites that all replicate the same contents around the globe. Many
countries have at least one CPAN site already. The resources found on
CPAN are easily accessible with the CPAN.pm module. If you want to use
CPAN.pm, lots of things have to be configured. Fortunately, most of
them can be determined automatically. If you prefer the automatic
configuration, answer 'yes' below.

If you prefer to enter a dialog instead, you can answer 'no' to this
question and I'll let you configure in small steps one thing after the
other. (Note: you can revisit this dialog anytime later by typing 'o
conf init' at the cpan prompt.)

Would you like me to configure as much as possible automatically? [yes] no


The following questions are intended to help you with the
configuration. The CPAN module needs a directory of its own to cache
important index files and maybe keep a temporary mirror of CPAN files.
This may be a site-wide or a personal directory.



I see you already have a  directory
    C:\Perl/cpan
Shall we use it as the general CPAN build and cache directory?

CPAN build and cache directory? [C:\Perl/cpan]


Unless you are accessing the CPAN via the filesystem directly CPAN.pm
needs to keep the source files it downloads somewhere. Please supply a
directory where the downloaded files are to be kept. [C:\Perl/cpan/sources]
Directory where the build process takes place? [C:\Perl/cpan/build]
Until version 1.88 CPAN.pm never trusted the contents of the
build_dir directory between sessions. Since 1.88_58 CPAN.pm has a
YAML-based mechanism that makes it possible to share the contents of
the build_dir/ directory between different sessions with the same
version of perl. People who prefer to test things several days before
installing will like this feature because it safes a lot of time.

If you say yes to the following question, CPAN will try to store
enough information about the build process so that it can pick up in
future sessions at the same state of affairs as it left a previous
session.

Store and re-use state information about distributions between
CPAN.pm sessions? [yes]


CPAN.pm can store customized build environments based on regular
expressions for distribution names. These are YAML files where the
default options for CPAN.pm and the environment can be overridden and
dialog sequences can be stored that can later be executed by an
Expect.pm object. The CPAN.pm distribution comes with some prefab YAML
files that cover sample distributions that can be used as blueprints
to store one own prefs. Please check out the distroprefs/ directory of
the CPAN.pm distribution to get a quick start into the prefs system.

Directory where to store default options/environment/dialogs for
building modules that need some customization? [C:\Perl\cpan\prefs]


Normally CPAN.pm keeps config variables in memory and changes need to
be saved in a separate 'o conf commit' command to make them permanent
between sessions. If you set the 'auto_commit' option to true, changes
to a config variable are always automatically committed to disk.

Always commit changes to config variables to disk? [no] yes


How big should the disk cache be for keeping the build directories
with all the intermediate files?

Cache size for build directory (in MB)? [10]


The CPAN indexes are usually rebuilt once or twice per hour, but the
typical CPAN mirror mirrors only once or twice per day. Depending on
the quality of your mirror and your desire to be on the bleeding edge,
you may want to set the following value to more or less than one day
(which is the default). It determines after how many days CPAN.pm
downloads new indexes.

Let the index expire after how many days? [1]


By default, each time the CPAN module is started, cache scanning is
performed to keep the cache size in sync. To prevent this, answer
'never'.

Perform cache scanning (atstart or never)? [atstart]


To considerably speed up the initial CPAN shell startup, it is
possible to use Storable to create a cache of metadata. If Storable
is not available, the normal index mechanism will be used.

Note: this mechanism is not used when use_sqlite is on and SQLLite is
running.

Cache metadata (yes/no)? [yes]


CPAN::SQLite is a layer between the index files that are downloaded
from the CPAN and CPAN.pm that speeds up metadata queries and reduces
memory consumption of CPAN.pm considereably.

Use CPAN::SQLite if available? (yes/no)? [no]


The CPAN module can detect when a module which you are trying to build
depends on prerequisites. If this happens, it can build the
prerequisites for you automatically ('follow'), ask you for
confirmation ('ask'), or just ignore them ('ignore'). Please set your
policy to one of the three values.

Policy on building prerequisites (follow, ask or ignore)? [ask] follow


When a module declares another one as a 'build_requires' prerequisite
this means that the other module is only needed for building or
testing the module but need not be installed permanently. In this case
you may wish to install that other module nonetheless or just keep it
in the 'build_dir' directory to have it available only temporarily.
Installing saves time on future installations but makes the perl
installation bigger.

You can choose if you want to always install (yes), never install (no)
or be always asked. In the latter case you can set the default answer
for the question to yes (ask/yes) or no (ask/no).

Policy on installing 'build_requires' modules (yes, no, ask/yes,
ask/no)? [ask/yes]


CPAN packages can be digitally signed by authors and thus verified
with the security provided by strong cryptography. The exact mechanism
is defined in the Module::Signature module. While this is generally
considered a good thing, it is not always convenient to the end user
to install modules that are signed incorrectly or where the key of the
author is not available or where some prerequisite for
Module::Signature has a bug and so on.

With the check_sigs parameter you can turn signature checking on and
off. The default is off for now because the whole tool chain for the
functionality is not yet considered mature by some. The author of
CPAN.pm would recommend setting it to true most of the time and
turning it off only if it turns out to be annoying.

Note that if you do not have Module::Signature installed, no signature
checks will be performed at all.

Always try to check and verify signatures if a SIGNATURE file is in the package
and Module::Signature is installed (yes/no)? [no]


The goal of the CPAN Testers project (http://testers.cpan.org/) is to
test as many CPAN packages as possible on as many platforms as
possible.  This provides valuable feedback to module authors and
potential users to identify bugs or platform compatibility issues and
improves the overall quality and value of CPAN.

One way you can contribute is to send test results for each module
that you install.  If you install the CPAN::Reporter module, you have
the option to automatically generate and email test reports to CPAN
Testers whenever you run tests on a CPAN package.

See the CPAN::Reporter documentation for additional details and
configuration settings.  If your firewall blocks outgoing email,
you will need to configure CPAN::Reporter before sending reports.

Email test reports if CPAN::Reporter is installed (yes/no)? [no]


At the time of this writing there are two competing YAML modules,
YAML.pm and YAML::Syck. The latter is faster but needs a C compiler
installed on your system. There may be more alternative YAML
conforming modules but at the time of writing a potential third
player, YAML::Tiny, seemed not powerful enough to work with CPAN.pm.

Which YAML implementation would you prefer? [YAML]
CPAN: YAML loaded ok (v0.65)


The CPAN module will need a few external programs to work properly.
Please correct me, if I guess the wrong path for a program. Don't
panic if you do not have some of them, just press ENTER for those. To
disable the use of a program, you can type a space followed by ENTER.

Warning: bzip2 not found in PATH[C:\Program Files\Microsoft Platform SDK for Win
dows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serv
er 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\P
rogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual
Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C
:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual S
tudio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGR
A~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\progra
m files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32
\WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Comm
on Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your bzip2 program? []
Warning: gzip not found in PATH[C:\Program Files\Microsoft Platform SDK for Wind
ows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serve
r 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Pr
ogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual S
tudio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C:
\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual St
udio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGRA
~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\program
 files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\
WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Commo
n Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your gzip program? []
Warning: tar not found in PATH[C:\Program Files\Microsoft Platform SDK for Windo
ws Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Server
 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Pro
gram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual St
udio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C:\
WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual Stu
dio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGRA~
1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\program
files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\W
BEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Common
 Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your tar program? []
Warning: unzip not found in PATH[C:\Program Files\Microsoft Platform SDK for Win
dows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serv
er 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\P
rogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual
Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C
:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual S
tudio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGR
A~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\progra
m files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32
\WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Comm
on Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your unzip program? []
Where is your make program? [C:\Program Files\Microsoft Platform SDK for Windows
 Server 2003 R2\Bin\nmake.EXE]
Warning: curl not found in PATH[C:\Program Files\Microsoft Platform SDK for Wind
ows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serve
r 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Pr
ogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual S
tudio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C:
\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual St
udio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGRA
~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\program
 files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\
WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Commo
n Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your curl program? []
Warning: lynx not found in PATH[C:\Program Files\Microsoft Platform SDK for Wind
ows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serve
r 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Pr
ogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual S
tudio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C:
\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual St
udio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGRA
~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\program
 files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\
WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Commo
n Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your lynx program? []
Warning: wget not found in PATH[C:\Program Files\Microsoft Platform SDK for Wind
ows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serve
r 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Pr
ogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual S
tudio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C:
\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual St
udio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGRA
~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\program
 files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\
WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Commo
n Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your wget program? []
Warning: ncftpget not found in PATH[C:\Program Files\Microsoft Platform SDK for
Windows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows S
erver 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C
:\Program Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visu
al Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bi
n;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visua
l Studio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PR
OGRA~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\pro
gram files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\syste
m32\WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\C
ommon Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your ncftpget program? []
Warning: ncftp not found in PATH[C:\Program Files\Microsoft Platform SDK for Win
dows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serv
er 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\P
rogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual
Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C
:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual S
tudio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGR
A~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\progra
m files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32
\WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Comm
on Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your ncftp program? []
Where is your ftp program? [C:\WINDOWS\system32\ftp.EXE]
Where is your gpg program? [C:\Program Files\GNU\GnuPG\gpg.EXE]
Warning: patch not found in PATH[C:\Program Files\Microsoft Platform SDK for Win
dows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Serv
er 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\P
rogram Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual
Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C
:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual S
tudio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\PROGR
A~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\progra
m files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32
\WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Comm
on Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your patch program? []
Warning: applypatch not found in PATH[C:\Program Files\Microsoft Platform SDK fo
r Windows Server 2003 R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows
 Server 2003 R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
;C:\Program Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Vi
sual Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\
bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Vis
ual Studio 8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\MI9547~1;C:\
PROGRA~1\MICROS~4\VC;C:\PROGRA~1\MICROS~4\VC\bin;C:\Program Files\GNU\GnuPG;c:\p
rogram files\imagemagick-6.2.8-q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\sys
tem32\WBEM;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files
\Common Files\GTK\2.0\bin;C:\Program Files\QuickTime\QTSystem\]
Where is your applypatch program? []
What is your favorite pager program? [more]
What is your favorite shell? [C:\WINDOWS\system32\cmd.exe]


When you have Module::Build installed and a module comes with both a
Makefile.PL and a Build.PL, which shall have precedence? The two
installer modules we have are the old and well established
ExtUtils::MakeMaker (for short: EUMM) which uses the Makefile.PL and
the next generation installer Module::Build (MB) works with the
Build.PL.

In case you could choose, which installer would you prefer (EUMM or MB)? [EUMM]
MB


Every Makefile.PL is run by perl in a separate process. Likewise we
run 'make' and 'make install' in separate processes. If you have
any parameters (e.g. PREFIX, LIB, UNINST or the like) you want to
pass to the calls, please specify them here.

If you don't understand this question, just press ENTER.

Parameters for the 'perl Makefile.PL' command?
Typical frequently used settings:

    PREFIX=~/perl    # non-root users (please see manual for more hints)

Your choice:  []
Parameters for the 'make' command?
Typical frequently used setting:

    -j3              # dual processor system (on GNU make)

Your choice:  []
Parameters for the 'make install' command?
Typical frequently used setting:

    UNINST=1         # to always uninstall potentially conflicting files

Your choice:  []


The next questions deal with Module::Build support.

A Build.PL is run by perl in a separate process. Likewise we run
'./Build' and './Build install' in separate processes. If you have any
parameters you want to pass to the calls, please specify them here.

Parameters for the 'perl Build.PL' command?
Typical frequently used settings:

    --install_base /home/xxx             # different installation directory

Your choice:  []
Parameters for the './Build' command?
Setting might be:

    --extra_linker_flags -L/usr/foo/lib  # non-standard library location

Your choice:  []
Parameters for the './Build install' command?
Typical frequently used setting:

    --uninst 1                           # uninstall conflicting files

Your choice:  []


Sometimes you may wish to leave the processes run by CPAN alone
without caring about them. Because the Makefile.PL or the Build.PL
sometimes contains question you're expected to answer, you can set a
timer that will kill a 'perl Makefile.PL' process after the specified
time in seconds.

If you set this value to 0, these processes will wait forever. This is
the default and recommended setting.

Timeout for inactivity during {Makefile,Build}.PL? [0]


If you're accessing the net via proxies, you can specify them in the
CPAN configuration or via environment variables. The variable in
the $CPAN::Config takes precedence.

Your ftp_proxy? []
Your http_proxy? []
Your no_proxy? []


Shall we always set FTP_PASSIVE envariable when dealing with ftp
download (yes/no)? [yes]


CPAN.pm changes the current working directory often and needs to
determine its own current working directory. Per default it uses
Cwd::cwd but if this doesn't work on your system for some reason,
alternatives can be configured according to the following table:

    cwd         Cwd::cwd
    getcwd      Cwd::getcwd
    fastcwd     Cwd::fastcwd
    backtickcwd external command cwd

Preferred method for determining the current working directory? [cwd]


The prompt of the cpan shell can contain the current command number
for easier tracking of the session or be a plain string. Do you want
the command number in the prompt (yes/no)? [yes]


When using Term::ReadLine, you can turn ornaments on so that your
input stands out against the output from CPAN.pm. Do you want to turn
ornaments on? [yes]
Your terminal expects ISO-8859-1 (yes/no)?

The next option deals with the charset (aka character set) your
terminal supports. In general, CPAN is English speaking territory, so
the charset does not matter much, but some of the aliens out there who
upload their software to CPAN bear names that are outside the ASCII
range. If your terminal supports UTF-8, you should say no to the next
question.  If it supports ISO-8859-1 (also known as LATIN1) then you
should say yes.  If it supports neither, your answer does not matter
because you will not be able to read the names of some authors
anyway. If you answer no, names will be output in UTF-8.

Your terminal expects ISO-8859-1 (yes/no)? [yes]


If you have one of the readline packages (Term::ReadLine::Perl,
Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN
shell will have history support. The next two questions deal with the
filename of the history file and with its size. If you do not want to
set this variable, please hit SPACE RETURN to the following question.

File to save your history? [C:\Perl/cpan/histfile]
Number of lines to save? [100]


The 'd' and the 'm' command normally only show you information they
have in their in-memory database and thus will never connect to the
internet. If you set the 'show_upload_date' variable to true, 'm' and
'd' will additionally show you the upload date of the module or
distribution. Per default this feature is off because it may require a
net connection to get at the upload date.

Always try to show upload date with 'd' and 'm' command (yes/no)? [yes]
You have no C:\Perl\cpan\sources\MIRRORED.BY
  I'm trying to fetch one
CPAN: LWP::UserAgent loaded ok (v2.033)
CPAN: Time::HiRes loaded ok (v1.86)
Fetching with LWP:
  http://ppm.activestate.com/CPAN/MIRRORED.BY


Now we need to know where your favorite CPAN sites are located. Push
a few sites onto the array (just in case the first on the array won't
work). If you are mirroring CPAN to your local workstation, specify a
file: URL.

First, pick a nearby continent and country by typing in the number(s)
in front of the item(s) you want to select. You can pick several of
each, separated by spaces. Then, you will be presented with a list of
URLs of CPAN mirrors in the countries you selected, along with
previously selected URLs. Select some of those URLs, or just keep the
old list. Finally, you will be prompted for any extra URLs -- file:,
ftp:, or http: -- that host a CPAN mirror.

(1) Africa
(2) Asia
(3) Central America
(4) Europe
(5) North America
(6) Oceania
(7) South America
(8) (edit previous picks)
Select your continent (or several nearby continents) [8] 2

(1) China
(2) Hong Kong
(3) Indonesia
(4) Israel
(5) Japan
(6) Malaysia
(7) Philippines
(8) Republic of Korea
(9) Russian Federation
(10) Saudi Arabia
(11) Singapore
(12) Taiwan
(13) Thailand
(14) Turkey
(15) (edit previous picks)
Select your country (or several nearby countries) [15] 5

(1) ftp://ftp.dti.ad.jp/pub/lang/CPAN/
(2) ftp://ftp.jaist.ac.jp/pub/lang/perl/CPAN/
(3) ftp://ftp.kddilabs.jp/CPAN/
(4) ftp://ftp.nara.wide.ad.jp/pub/CPAN/
(5) ftp://ftp.ring.gr.jp/pub/lang/perl/CPAN/
(6) ftp://ftp.u-aizu.ac.jp/pub/CPAN
(7) ftp://ftp.yz.yamagata-u.ac.jp/pub/lang/cpan/
(8) http://ftp.cpan.jp/
(9) http://ppm.activestate.com/CPAN (previous pick)
(10) http://cpan.perl.org (previous pick)
Select as many URLs as you like (by number),
put them on one line, separated by blanks, hyphenated ranges allowed
 e.g. '1 4 5' or '7 1-4 8'
(or just hit RETURN to keep your previous picks) [9 10] 10 8-1

Enter another URL or RETURN to quit: []
New set of picks:
  http://cpan.perl.org


commit: wrote 'C:\Perl\lib\CPAN\Config.pm'