• Publicidad

Configurar CPAN en Ubuntu

¿Apenas comienzas con Perl? En este foro podrás encontrar y hacer preguntas básicas de Perl con respuestas aptas a tu nivel.

Configurar CPAN en Ubuntu

Notapor BigBear » 2014-10-16 12:47 @574

Hola, estaba formateando Ubuntu y resultó que cpan no está bien configurado porque intenté instalar color output de esta forma: "Color-Output" y me tira todas estas preguntas que respondí bien pero la última me pide un espejo:

Sintáxis: [ Descargar ] [ Ocultar ]
Using text Syntax Highlighting
Unless you are accessing the CPAN on your filesystem via a file: URL,
CPAN.pm needs to keep the source files it downloads somewhere. Please
supply a directory where the downloaded files are to be kept.

 <keep_source_where>
Download target directory? [/home/doddy/.cpan/sources] /home/doddy/.cpan/sources

 <build_dir>
Directory where the build process takes place? [/home/doddy/.cpan/build] ^C
doddy@doddy-desktop:~/Escritorio/HackingToolz$ ^C
doddy@doddy-desktop:~/Escritorio/HackingToolz$ clear

doddy@doddy-desktop:~/Escritorio/HackingToolz$ sudo cpan Color-Output
Sorry, we have to rerun the configuration dialog for CPAN.pm due to
some missing parameters...



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
    /home/doddy/.cpan
Shall we use it as the general CPAN build and cache directory?

 <cpan_home>
CPAN build and cache directory? [/home/doddy/.cpan]

Unless you are accessing the CPAN on your filesystem via a file: URL,
CPAN.pm needs to keep the source files it downloads somewhere. Please
supply a directory where the downloaded files are to be kept.

 <keep_source_where>
Download target directory? [/home/doddy/.cpan/sources]

 <build_dir>
Directory where the build process takes place? [/home/doddy/.cpan/build]

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.

 <auto_commit>
Always commit changes to config variables to disk? [no]

CPAN.pm can limit the size of the disk area for keeping the build
directories with all the intermediate files.

 <build_cache>
Cache size for build directory (in MB)? [100]

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.

 <index_expire>
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'.

 <scan_cache>
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>
Cache metadata (yes/no)? [yes]

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.

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

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, 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.

Typical frequently used settings:

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

 <makepl_arg>
Parameters for the 'perl Makefile.PL' command? [INSTALLDIRS=site]

Parameters for the 'make' command? Typical frequently used setting:

    -j3              # dual processor system (on GNU make)

 <make_arg>
Your choice: []

Parameters for the 'make install' command?
Typical frequently used setting:

    UNINST=1         # to always uninstall potentially conflicting files

 <make_install_arg>
Your choice: []

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.

Typical frequently used settings:

    --install_base /home/xxx             # different installation directory

 <mbuildpl_arg>
Parameters for the 'perl Build.PL' command? [--installdirs site]

Parameters for the './Build' command? Setting might be:

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

 <mbuild_arg>
Your choice: []

Do you want to use a different command for './Build install'? Sudo
users will probably prefer:

    su root -c ./Build
 or
    sudo ./Build
 or
    /path1/to/sudo -u admin_account ./Build

 <mbuild_install_build_command>
or some such. Your choice: [./Build]

Parameters for the './Build install' command? Typical frequently used
setting:

    --uninst 1                           # uninstall conflicting files

 <mbuild_install_arg>
Your choice: []



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.

 <ftp_proxy>
Your ftp_proxy? []

 <http_proxy>
Your http_proxy? []

 <no_proxy>
Your no_proxy? []

CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  http://mirrors.cpan.org/
Configuration does not allow connecting to the internet.
Current set of CPAN URLs:
  http://mirrors.cpan.org/
Enter another URL or RETURN to quit: []
New urllist
  http://mirrors.cpan.org/


Please remember to call 'o conf commit' to make the config permanent!

CPAN: Storable loaded ok (v2.20)
CPAN: LWP::UserAgent loaded ok (v5.834)
CPAN: Time::HiRes loaded ok (v1.9719)
Fetching with LWP:
  http://mirrors.cpan.org/authors/01mailrc.txt.gz
LWP failed with code[404] message[Not Found]
Warning: no success downloading '/home/doddy/.cpan/sources/authors/01mailrc.txt.gz.tmp2137'. Giving up on it. at /usr/share/perl/5.10/CPAN/Index.pm line 225
Warning: no success downloading '/home/doddy/.cpan/sources/authors/01mailrc.txt.gz.tmp2137'. Giving up on it. at /usr/share/perl/5.10/CPAN/Index.pm line 225
No external ftp command available



You have not configured a urllist and do not allow connections to the
internet to get a list of mirrors.  If you wish to get a list of CPAN
mirrors to pick from, use this command

    o conf init connect_to_internet_ok urllist

If you do not wish to get a list of mirrors and would prefer to set
your urllist manually, use just this command instead

    o conf init urllist

doddy@doddy-desktop:~/Escritorio/HackingToolz$ clear

doddy@doddy-desktop:~/Escritorio/HackingToolz$ sudo cpan Color-Output
Sorry, we have to rerun the configuration dialog for CPAN.pm due to
some missing parameters...



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
    /home/doddy/.cpan
Shall we use it as the general CPAN build and cache directory?

 <cpan_home>
CPAN build and cache directory? [/home/doddy/.cpan]

Unless you are accessing the CPAN on your filesystem via a file: URL,
CPAN.pm needs to keep the source files it downloads somewhere. Please
supply a directory where the downloaded files are to be kept.

 <keep_source_where>
Download target directory? [/home/doddy/.cpan/sources]

 <build_dir>
Directory where the build process takes place? [/home/doddy/.cpan/build]

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.

 <auto_commit>
Always commit changes to config variables to disk? [no]

CPAN.pm can limit the size of the disk area for keeping the build
directories with all the intermediate files.

 <build_cache>
Cache size for build directory (in MB)? [100]

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.

 <index_expire>
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'.

 <scan_cache>
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>
Cache metadata (yes/no)? [yes]

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.

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

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, 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.

Typical frequently used settings:

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

 <makepl_arg>
Parameters for the 'perl Makefile.PL' command? [INSTALLDIRS=site]

Parameters for the 'make' command? Typical frequently used setting:

    -j3              # dual processor system (on GNU make)

 <make_arg>
Your choice: []

Parameters for the 'make install' command?
Typical frequently used setting:

    UNINST=1         # to always uninstall potentially conflicting files

 <make_install_arg>
Your choice: []

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.

Typical frequently used settings:

    --install_base /home/xxx             # different installation directory

 <mbuildpl_arg>
Parameters for the 'perl Build.PL' command? [--installdirs site]

Parameters for the './Build' command? Setting might be:

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

 <mbuild_arg>
Your choice: []

Do you want to use a different command for './Build install'? Sudo
users will probably prefer:

    su root -c ./Build
 or
    sudo ./Build
 or
    /path1/to/sudo -u admin_account ./Build

 <mbuild_install_build_command>
or some such. Your choice: [./Build]

Parameters for the './Build install' command? Typical frequently used
setting:

    --uninst 1                           # uninstall conflicting files

 <mbuild_install_arg>
Your choice: []



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.

 <ftp_proxy>
Your ftp_proxy? []

 <http_proxy>
Your http_proxy? []

 <no_proxy>
Your no_proxy? []

CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
CPAN needs access to at least one CPAN mirror.

As you did not allow me to connect to the internet you need to supply
a valid CPAN URL now.

Please enter the URL of your CPAN mirror  
Coloreado en 0.006 segundos, usando GeSHi 1.0.8.4

Intenté poniendo http://mirrors.cpan.org/ pero sigue preguntando lo mismo. ¿Alguien me puede ayudar?
Última edición por explorer el 2014-10-16 15:25 @684, editado 1 vez en total
Razón: resulto => resultó; esta => está; intente => intenté; respondi => respondí; ultima => última;
BigBear
Perlero frecuente
Perlero frecuente
 
Mensajes: 981
Registrado: 2009-03-01 18:39 @818

Publicidad

Re: Configurar CPAN en Ubuntu

Notapor explorer » 2014-10-16 15:28 @686

You have not configured a urllist and do not allow connections to the
internet to get a list of mirrors.


Dice que no tiene conexión a Internet y que por eso no puede bajarse la lista de servidores espejo.
JF^D Perl programming & Raku programming. Grupo en Telegram: https://t.me/Perl_ES
Avatar de Usuario
explorer
Administrador
Administrador
 
Mensajes: 14476
Registrado: 2005-07-24 18:12 @800
Ubicación: Valladolid, España

Re: Configurar CPAN en Ubuntu

Notapor BigBear » 2014-10-16 18:24 @808

Raro, porque Internet siempre está conectado.
Última edición por explorer el 2014-10-16 19:19 @846, editado 1 vez en total
Razón: esta => está
BigBear
Perlero frecuente
Perlero frecuente
 
Mensajes: 981
Registrado: 2009-03-01 18:39 @818

Re: Configurar CPAN en Ubuntu

Notapor explorer » 2014-10-16 19:15 @844

No puedes poner

http://mirrors.cpan.org/

como lista de servidores espejo. Debes entrar en esa dirección y escoger los más cercanos a ti.

Por ejemplo, como yo estoy en España, tengo puestos

ftp://ftp.rediris.es/mirror/CPAN/
http://osl.ugr.es/CPAN/
JF^D Perl programming & Raku programming. Grupo en Telegram: https://t.me/Perl_ES
Avatar de Usuario
explorer
Administrador
Administrador
 
Mensajes: 14476
Registrado: 2005-07-24 18:12 @800
Ubicación: Valladolid, España

Re: Configurar CPAN en Ubuntu

Notapor BigBear » 2014-10-17 10:09 @465

Ya puse una URL que si andó y pude descargar todo bien los módulos faltantes pero el tema es que me aparece este formulario todas las veces que arranco el comando cpan a pesar de hacer todo el formulario bien.
Última edición por explorer el 2014-10-17 15:21 @681, editado 1 vez en total
Razón: ando => andó; modulos => módulos;
BigBear
Perlero frecuente
Perlero frecuente
 
Mensajes: 981
Registrado: 2009-03-01 18:39 @818

Re: Configurar CPAN en Ubuntu

Notapor explorer » 2014-10-17 15:31 @688

Pues hago está mal, desde luego. Lo normal es ejecutar la instalación una vez, y así no te pregunta más.

Acabo de entrar en una máquina y he ejecutado el comando cpan por primera vez, y sale esto:
Sintáxis: [ Descargar ] [ Ocultar ]
Using text Syntax Highlighting
~# cpan

CPAN.pm requires configuration, but most of it can be done automatically.
If you answer 'no' below, you will enter an interactive dialog for each
configuration option instead.

Would you like to configure as much as possible automatically? [yes]
Coloreado en 0.000 segundos, usando GeSHi 1.0.8.4
O sea, que la primera pregunta es si queremos que la configuración sea lo más automática posible. Voy a responder que sí:
Sintáxis: [ Descargar ] [ Ocultar ]
Using text Syntax Highlighting
Autoconfigured everything but 'urllist'.

Now you need to choose your CPAN mirror sites.  You can let me
pick mirrors for you, you can select them from a list or you
can enter them by hand.

Would you like me to automatically choose some CPAN mirror
sites for you? (This means connecting to the Internet) [yes]
Coloreado en 0.000 segundos, usando GeSHi 1.0.8.4
Dice que se configura todo menos la lista de espejos. Nos pregunta si queremos que sea él el que busque por si mismo. Decimos que sí:
Sintáxis: [ Descargar ] [ Ocultar ]
Using text Syntax Highlighting
Trying to fetch a mirror list from the Internet
Fetching with HTTP::Tiny:
http://www.perl.org/CPAN/MIRRORED.BY

Looking for CPAN mirrors near you (please be patient)
.................................. done!

New urllist
  http://metatraderprogramming.com/cpan/
  http://httpupdate15.cpanel.net/CPAN/
  http://httpupdate18.cpanel.net/CPAN/

Autoconfiguration complete.

commit: wrote '/root/.cpan/CPAN/MyConfig.pm'

You can re-run configuration any time with 'o conf init' in the CPAN shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.960001)
Enter 'h' for help.

cpan[1]>
Coloreado en 0.000 segundos, usando GeSHi 1.0.8.4
Ha terminado y me deja en el shell de cpan. Salgo con q.

Ahora prueba a instalar un módulo:
Sintáxis: [ Descargar ] [ Ocultar ]
Using text Syntax Highlighting
~# cpan POD2::ES
Fetching with HTTP::Tiny:
http://metatraderprogramming.com/cpan/a ... lrc.txt.gz
Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with HTTP::Tiny:
http://metatraderprogramming.com/cpan/m ... ils.txt.gz
Going to read '/root/.cpan/sources/modules/02packages.details.txt.gz'
  Database was generated on Fri, 17 Oct 2014 03:17:02 GMT
  HTTP::Date not available
..............
  New CPAN.pm version (v2.05) available.
  [Currently running version is v1.960001]
  You might want to try
    install CPAN
    reload cpan
  to both upgrade CPAN.pm and run the new version without leaving
  the current session.


..............................................................DONE
Fetching with HTTP::Tiny:
http://metatraderprogramming.com/cpan/m ... st.data.gz
Going to read '/root/.cpan/sources/modules/03modlist.data.gz'
DONE
Going to write /root/.cpan/Metadata
Running install for module 'POD2::ES'
Running make for E/EN/ENELL/POD2-ES-5.16.2.02.tar.gz
Fetching with HTTP::Tiny:
http://metatraderprogramming.com/cpan/a ... .02.tar.gz
Fetching with HTTP::Tiny:
http://metatraderprogramming.com/cpan/a ... /CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/E/EN/ENELL/POD2-ES-5.16.2.02.tar.gz ok

  CPAN.pm: Going to build E/EN/ENELL/POD2-ES-5.16.2.02.tar.gz

Argument "6.57_05" isn't numeric in numeric ge (>=) at Makefile.PL line 5.
Checking if your kit is complete...
Looks good
Warning: prerequisite POD2::Base 0.043 not found.
Writing Makefile for POD2::ES
Writing MYMETA.yml
---- Unsatisfied dependencies detected during ----
----      ENELL/POD2-ES-5.16.2.02.tar.gz      ----
    POD2::Base [requires]
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'POD2::Base'
Running make for F/FE/FERREIRA/POD2-Base-0.043.tar.gz
Fetching with HTTP::Tiny:
http://metatraderprogramming.com/cpan/a ... 043.tar.gz
Fetching with HTTP::Tiny:
http://metatraderprogramming.com/cpan/a ... /CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/F/FE/FERREIRA/POD2-Base-0.043.tar.gz ok

  CPAN.pm: Going to build F/FE/FERREIRA/POD2-Base-0.043.tar.gz

WARNING: EXTRA_META is not a known parameter.
Checking if your kit is complete...
Looks good
'EXTRA_META' is not a known MakeMaker parameter name.
Writing Makefile for POD2::Base
Writing MYMETA.yml
cp lib/POD2/Base.pm blib/lib/POD2/Base.pm
cp lib/POD2/PT/POD2/Base.pod blib/lib/POD2/PT/POD2/Base.pod
cp lib/POD2/Base.pod blib/lib/POD2/Base.pod
Manifying blib/man3/POD2::PT::POD2::Base.3pm
Manifying blib/man3/POD2::Base.3pm
  FERREIRA/POD2-Base-0.043.tar.gz
  /usr/bin/make -- OK
'YAML' not installed, will not store persistent state
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_use.t ........... 1/1 # Testing POD2::Base 0.043
t/01_use.t ........... ok  
t/02_basic.t ......... ok    
t/98_pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/99_pod.t ........... skipped: Test::Pod 1.18 required for testing POD
All tests successful.
Files=4, Tests=16,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.07 cusr  0.00 csys =  0.09 CPU)
Result: PASS
  FERREIRA/POD2-Base-0.043.tar.gz
  /usr/bin/make test -- OK
Running make install
Manifying blib/man3/POD2::PT::POD2::Base.3pm
Manifying blib/man3/POD2::Base.3pm
Installing /usr/local/share/perl/5.14.2/POD2/Base.pm
Installing /usr/local/share/perl/5.14.2/POD2/Base.pod
Installing /usr/local/share/perl/5.14.2/POD2/PT/POD2/Base.pod
Installing /usr/local/man/man3/POD2::Base.3pm
Installing /usr/local/man/man3/POD2::PT::POD2::Base.3pm
Appending installation info to /usr/local/lib/perl/5.14.2/perllocal.pod
  FERREIRA/POD2-Base-0.043.tar.gz
  /usr/bin/make install  -- OK
Running make for E/EN/ENELL/POD2-ES-5.16.2.02.tar.gz
  Has already been unwrapped into directory /root/.cpan/build/POD2-ES-5.16.2.02-yQ0yK5

  CPAN.pm: Going to build E/EN/ENELL/POD2-ES-5.16.2.02.tar.gz

cp lib/POD2/ES/perlboot.pod blib/lib/POD2/ES/perlboot.pod
cp lib/POD2/ES/perlobj.pod blib/lib/POD2/ES/perlobj.pod
cp lib/POD2/ES/perldbmfilter.pod blib/lib/POD2/ES/perldbmfilter.pod
cp lib/POD2/ES/perlsource.pod blib/lib/POD2/ES/perlsource.pod
cp lib/POD2/ES/perlbot.pod blib/lib/POD2/ES/perlbot.pod
cp lib/POD2/ES/perlintro.pod blib/lib/POD2/ES/perlintro.pod
cp lib/POD2/ES/perlgit.pod blib/lib/POD2/ES/perlgit.pod
cp lib/POD2/ES/perlnumber.pod blib/lib/POD2/ES/perlnumber.pod
cp lib/POD2/ES/perlfaq1.pod blib/lib/POD2/ES/perlfaq1.pod
cp lib/POD2/ES/perlunitut.pod blib/lib/POD2/ES/perlunitut.pod
cp lib/POD2/ES/perltooc.pod blib/lib/POD2/ES/perltooc.pod
cp lib/POD2/ES/perlcommunity.pod blib/lib/POD2/ES/perlcommunity.pod
cp lib/POD2/ES/perl.pod blib/lib/POD2/ES/perl.pod
cp lib/POD2/ES/perlexperiment.pod blib/lib/POD2/ES/perlexperiment.pod
cp lib/POD2/ES/perlmodinstall.pod blib/lib/POD2/ES/perlmodinstall.pod
cp lib/POD2/ES/perltodo.pod blib/lib/POD2/ES/perltodo.pod
cp lib/POD2/ES/perlhacktut.pod blib/lib/POD2/ES/perlhacktut.pod
cp lib/POD2/ES/perlhurd.pod blib/lib/POD2/ES/perlhurd.pod
cp lib/POD2/ES/perlglossary.pod blib/lib/POD2/ES/perlglossary.pod
cp lib/POD2/ES/perlopenbsd.pod blib/lib/POD2/ES/perlopenbsd.pod
cp lib/POD2/ES/perldoc.pod blib/lib/POD2/ES/perldoc.pod
cp lib/POD2/ES/perlclib.pod blib/lib/POD2/ES/perlclib.pod
cp lib/POD2/ES/perldata.pod blib/lib/POD2/ES/perldata.pod
cp lib/POD2/ES/perlpragma.pod blib/lib/POD2/ES/perlpragma.pod
cp lib/POD2/ES/perlbook.pod blib/lib/POD2/ES/perlbook.pod
cp lib/POD2/ES/perlunifaq.pod blib/lib/POD2/ES/perlunifaq.pod
cp lib/POD2/ES/perlmod.pod blib/lib/POD2/ES/perlmod.pod
cp lib/POD2/ES/perlhist.pod blib/lib/POD2/ES/perlhist.pod
cp lib/POD2/ES/perlmroapi.pod blib/lib/POD2/ES/perlmroapi.pod
cp lib/POD2/ES/perlcheat.pod blib/lib/POD2/ES/perlcheat.pod
cp lib/POD2/ES/perlootut.pod blib/lib/POD2/ES/perlootut.pod
cp lib/POD2/ES.pm blib/lib/POD2/ES.pm
cp lib/POD2/ES/perlfaq2.pod blib/lib/POD2/ES/perlfaq2.pod
cp lib/POD2/ES/perltoot.pod blib/lib/POD2/ES/perltoot.pod
cp lib/POD2/ES/perlre.pod blib/lib/POD2/ES/perlre.pod
cp lib/POD2/ES/perlfreebsd.pod blib/lib/POD2/ES/perlfreebsd.pod
cp lib/POD2/ES/perlnewmod.pod blib/lib/POD2/ES/perlnewmod.pod
cp lib/POD2/ES/perlutil.pod blib/lib/POD2/ES/perlutil.pod
cp lib/POD2/ES/perlstyle.pod blib/lib/POD2/ES/perlstyle.pod
Manifying blib/man3/POD2::ES::perlboot.3pm
Manifying blib/man3/POD2::ES::perlobj.3pm
Manifying blib/man3/POD2::ES::perldbmfilter.3pm
Manifying blib/man3/POD2::ES::perlsource.3pm
Manifying blib/man3/POD2::ES::perlbot.3pm
Manifying blib/man3/POD2::ES::perlintro.3pm
Manifying blib/man3/POD2::ES::perlgit.3pm
Manifying blib/man3/POD2::ES::perlnumber.3pm
Manifying blib/man3/POD2::ES::perlfaq1.3pm
Manifying blib/man3/POD2::ES::perlunitut.3pm
Manifying blib/man3/POD2::ES::perltooc.3pm
Manifying blib/man3/POD2::ES::perlcommunity.3pm
Manifying blib/man3/POD2::ES::perl.3pm
Manifying blib/man3/POD2::ES::perlexperiment.3pm
Manifying blib/man3/POD2::ES::perlmodinstall.3pm
Manifying blib/man3/POD2::ES::perlhacktut.3pm
Manifying blib/man3/POD2::ES::perltodo.3pm
Manifying blib/man3/POD2::ES::perlhurd.3pm
Manifying blib/man3/POD2::ES::perlglossary.3pm
Manifying blib/man3/POD2::ES::perlopenbsd.3pm
Manifying blib/man3/POD2::ES::perldoc.3pm
Manifying blib/man3/POD2::ES::perlclib.3pm
Manifying blib/man3/POD2::ES::perldata.3pm
Manifying blib/man3/POD2::ES::perlpragma.3pm
Manifying blib/man3/POD2::ES::perlbook.3pm
Manifying blib/man3/POD2::ES::perlunifaq.3pm
Manifying blib/man3/POD2::ES::perlmod.3pm
Manifying blib/man3/POD2::ES::perlhist.3pm
Manifying blib/man3/POD2::ES::perlmroapi.3pm
Manifying blib/man3/POD2::ES::perlcheat.3pm
Manifying blib/man3/POD2::ES::perlootut.3pm
Manifying blib/man3/POD2::ES.3pm
Manifying blib/man3/POD2::ES::perlfaq2.3pm
Manifying blib/man3/POD2::ES::perltoot.3pm
Manifying blib/man3/POD2::ES::perlre.3pm
Manifying blib/man3/POD2::ES::perlfreebsd.3pm
Manifying blib/man3/POD2::ES::perlnewmod.3pm
Manifying blib/man3/POD2::ES::perlstyle.3pm
Manifying blib/man3/POD2::ES::perlutil.3pm
  ENELL/POD2-ES-5.16.2.02.tar.gz
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.t .. ok  
All tests successful.
Files=1, Tests=2,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.03 cusr  0.00 csys =  0.04 CPU)
Result: PASS
  ENELL/POD2-ES-5.16.2.02.tar.gz
  /usr/bin/make test -- OK
Running make install
Installing /usr/local/share/perl/5.14.2/POD2/ES.pm
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlmod.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlboot.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perltooc.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlhurd.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perldbmfilter.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlcheat.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perldoc.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlutil.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlfaq1.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlstyle.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlunitut.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlre.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlglossary.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlsource.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlmroapi.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlhist.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perltodo.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlobj.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlnumber.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlhacktut.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlbook.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perldata.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlnewmod.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perltoot.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlfreebsd.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlunifaq.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlgit.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlmodinstall.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perl.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlootut.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlbot.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlopenbsd.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlintro.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlexperiment.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlpragma.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlfaq2.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlclib.pod
Installing /usr/local/share/perl/5.14.2/POD2/ES/perlcommunity.pod
Installing /usr/local/man/man3/POD2::ES::perlcheat.3pm
Installing /usr/local/man/man3/POD2::ES::perlfaq2.3pm
Installing /usr/local/man/man3/POD2::ES::perlnumber.3pm
Installing /usr/local/man/man3/POD2::ES::perldbmfilter.3pm
Installing /usr/local/man/man3/POD2::ES::perlmroapi.3pm
Installing /usr/local/man/man3/POD2::ES::perl.3pm
Installing /usr/local/man/man3/POD2::ES::perlopenbsd.3pm
Installing /usr/local/man/man3/POD2::ES::perlgit.3pm
Installing /usr/local/man/man3/POD2::ES::perlnewmod.3pm
Installing /usr/local/man/man3/POD2::ES::perlobj.3pm
Installing /usr/local/man/man3/POD2::ES::perlboot.3pm
Installing /usr/local/man/man3/POD2::ES::perlbook.3pm
Installing /usr/local/man/man3/POD2::ES::perlbot.3pm
Installing /usr/local/man/man3/POD2::ES::perldoc.3pm
Installing /usr/local/man/man3/POD2::ES::perlootut.3pm
Installing /usr/local/man/man3/POD2::ES::perlhacktut.3pm
Installing /usr/local/man/man3/POD2::ES::perlunitut.3pm
Installing /usr/local/man/man3/POD2::ES::perltodo.3pm
Installing /usr/local/man/man3/POD2::ES::perlglossary.3pm
Installing /usr/local/man/man3/POD2::ES::perlutil.3pm
Installing /usr/local/man/man3/POD2::ES::perlfreebsd.3pm
Installing /usr/local/man/man3/POD2::ES::perlintro.3pm
Installing /usr/local/man/man3/POD2::ES::perlexperiment.3pm
Installing /usr/local/man/man3/POD2::ES::perlhurd.3pm
Installing /usr/local/man/man3/POD2::ES::perltooc.3pm
Installing /usr/local/man/man3/POD2::ES::perltoot.3pm
Installing /usr/local/man/man3/POD2::ES::perlhist.3pm
Installing /usr/local/man/man3/POD2::ES::perlclib.3pm
Installing /usr/local/man/man3/POD2::ES::perlunifaq.3pm
Installing /usr/local/man/man3/POD2::ES::perlcommunity.3pm
Installing /usr/local/man/man3/POD2::ES.3pm
Installing /usr/local/man/man3/POD2::ES::perlsource.3pm
Installing /usr/local/man/man3/POD2::ES::perldata.3pm
Installing /usr/local/man/man3/POD2::ES::perlmodinstall.3pm
Installing /usr/local/man/man3/POD2::ES::perlstyle.3pm
Installing /usr/local/man/man3/POD2::ES::perlre.3pm
Installing /usr/local/man/man3/POD2::ES::perlmod.3pm
Installing /usr/local/man/man3/POD2::ES::perlpragma.3pm
Installing /usr/local/man/man3/POD2::ES::perlfaq1.3pm
Appending installation info to /usr/local/lib/perl/5.14.2/perllocal.pod
  ENELL/POD2-ES-5.16.2.02.tar.gz
  /usr/bin/make install  -- OK
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
Instalado. Ya puedo ejecutarlo con perldoc -L es perl
JF^D Perl programming & Raku programming. Grupo en Telegram: https://t.me/Perl_ES
Avatar de Usuario
explorer
Administrador
Administrador
 
Mensajes: 14476
Registrado: 2005-07-24 18:12 @800
Ubicación: Valladolid, España


Volver a Básico

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 6 invitados