Installing CASCM-CLI
Mithun Ayachit



DISTRIBUTION PAGE


The latest and all previous releases for CASCM-CLI can be downloaded
from https://metacpan.org/release/CASCM-CLI



INSTALL USING cpanm


CASCM-CLI can be installed with cpanm using the following command

    cpanm .



INSTALL USING Module::Build


CASCM-CLI can be installed with Module::Build using the following
commands

    perl ./Build.PL
    ./Build
    ./Build test
    ./Build install



INSTALL USING ExtUtils::MakeMaker


CASCM-CLI can be installed with ExtUtils::MakeMaker using the following
commands

    perl ./Makefile.PL
    make
    make test
    make install

------------------------------------------------------------------------
