Archive-SCS
view release on metacpan or search on metacpan
Building and switching to your own local copy of Perl is quite simple,
for example using [Perlbrew](https://perlbrew.pl/) like this:
```sh
\curl -L https://install.perlbrew.pl | bash
perlbrew install-cpanm
perlbrew install --64int --switch stable
```
You'll also need C and C++ compilers. On a Mac, they're included
in the Command Line Tools for Xcode. The system should prompt you
for installation automatically, or you can do it yourself with
`xcode-select --install`.
For other ways to install Perl, see <https://www.perl.org>.
#### Installing Archive::SCS
The recommended way to install Perl modules is from CPAN by using a
management tool like [cpanminus](https://metacpan.org/pod/App::cpanminus).
Among other things, it will install all dependencies automatically.
( run in 1.000 second using v1.01-cache-2.11-cpan-0b5f733616e )