The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Installing CASCM-Wrapper
Mithun Ayachit



DISTRIBUTION PAGE


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



INSTALL USING cpanm


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

    cpanm .



INSTALL USING Module::Build


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

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