Agregar Smart Comments
Publicado por Gorka (5 intervenciones) el 06/02/2009 08:46:34
Cuando trato de instalar en mi Centos el módulo de CPAN Smart-Comments-v1.0.3, siguiendo el README empiezo con:
$ perl Makefile.PL
Warning: prerequisite Filter::Simple 0 not found.
Warning: prerequisite version 0 not found.
Could not eval '
package ExtUtils::MakeMaker::_version;
no strict;
local $VERSION;
$VERSION=undef; do {
use version; $VERSION = qv('1.0.3');
}; $VERSION
' in lib/Smart/Comments.pm: Can't locate version.pm in @INC
¿Qué problema hay? ¿Por qué no se deja instalar con normalidad?
$ perl Makefile.PL
Warning: prerequisite Filter::Simple 0 not found.
Warning: prerequisite version 0 not found.
Could not eval '
package ExtUtils::MakeMaker::_version;
no strict;
local $VERSION;
$VERSION=undef; do {
use version; $VERSION = qv('1.0.3');
}; $VERSION
' in lib/Smart/Comments.pm: Can't locate version.pm in @INC
¿Qué problema hay? ¿Por qué no se deja instalar con normalidad?
Valora esta pregunta


0