[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

(des)Instalar un módulo de perl



         Buenas.

         Me he bajado el módulo  Net::XWhois para poder usar un programa
     anti-spam. Supongo que para instalarlo puedo poner make install, ya
     que veo un Makefile.pm. Tiene esta pinta:


#!/usr/bin/perl -sw
##
## Makefile.PL for Net::XWhois.
##
## $Date: 1998/12/15 22:01:55 $
## $Revision: 0.10 $
## $State: Exp $
## $Author: root $
##
## Copyright (c) 1998, Vipul Ved Prakash.  All rights reserved.
## This code is free software; you can redistribute it and/or modify
## it under the same terms as Perl itself.

use ExtUtils::MakeMaker;

my @clean = qw(*% *.html *.b[ac]k *.old *gz);
push @clean, map { "*/$_" } @clean;

WriteMakefile(

    'VERSION_FROM' => 'XWhois.pm',
    'NAME'         => 'Net::XWhois',

    'dist'         => {
                         COMPRESS => 'gzip -9f',
                         SUFFIX   => '.gz',
                         DIST_DEFAULT => 'all tardist',
                      },

     'clean'       => { FILES => join ( " ", @clean ) },
);

         El caso es que  no me gusta meterme en algo de  lo que luego no
     podré salir, así  que paso de instalar esto si  luego no seré capaz
     de desinstalarlo. ¿Cómo se desinstala?


-- 
 Just do it.

David Serrano <ctv.es@fserrano>  http://www.ctv.es/USERS/fserrano
In love with TuX - Linux 2.2.13    Linux Registered User #87069


Reply to: