Blame INSTALL

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