Blame INSTALL

Packit 42cdad
This is the Perl distribution Specio.
Packit 42cdad
Packit 42cdad
Installing Specio is straightforward.
Packit 42cdad
Packit 42cdad
## Installation with cpanm
Packit 42cdad
Packit 42cdad
If you have cpanm, you only need one line:
Packit 42cdad
Packit 42cdad
    % cpanm Specio
Packit 42cdad
Packit 42cdad
If it does not have permission to install modules to the current perl, cpanm
Packit 42cdad
will automatically set up and install to a local::lib in your home directory.
Packit 42cdad
See the local::lib documentation (https://metacpan.org/pod/local::lib) for
Packit 42cdad
details on enabling it in your environment.
Packit 42cdad
Packit 42cdad
## Installing with the CPAN shell
Packit 42cdad
Packit 42cdad
Alternatively, if your CPAN shell is set up, you should just be able to do:
Packit 42cdad
Packit 42cdad
    % cpan Specio
Packit 42cdad
Packit 42cdad
## Manual installation
Packit 42cdad
Packit 42cdad
As a last resort, you can manually install it. Download the tarball, untar it,
Packit 42cdad
then build it:
Packit 42cdad
Packit 42cdad
    % perl Makefile.PL
Packit 42cdad
    % make && make test
Packit 42cdad
Packit 42cdad
Then install it:
Packit 42cdad
Packit 42cdad
    % make install
Packit 42cdad
Packit 42cdad
If your perl is system-managed, you can create a local::lib in your home
Packit 42cdad
directory to install modules to. For details, see the local::lib documentation:
Packit 42cdad
https://metacpan.org/pod/local::lib
Packit 42cdad
Packit 42cdad
## Documentation
Packit 42cdad
Packit 42cdad
Specio documentation is available as POD.
Packit 42cdad
You can run perldoc from a shell to read the documentation:
Packit 42cdad
Packit 42cdad
    % perldoc Specio