The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Ixchel::functions::install_cpanm - Installs cpanm

VERSION

Version 0.0.1

SYNOPSIS

    use Ixchel::functions::install_cpanm;
    use Data::Dumper;

    eval{ install_cpanm };
    if ($@) {
        print 'Failed to install cpanm...'.$@."\n";
    }

Supported OS families are...

    Alt Linux
    Arch Linux
    Debian Linux
    FreeBSD
    Mageia Linux
    NetBSD
    OpenBSD
    Redhat Linux
    Suse Linux
    Void Linux

Functions

install_cpanm

Installs cpanm for the OS.

    eval{ install_cpanm };
    if ($@) {
        print 'Failed to install cpanm ...'.$@;
    }