Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > f6ad5677b36a39db41f4c9e06ac5d95e > files > 9

perl-Role-REST-Client-0.180.0-1.mga5.noarch.rpm


This is the Perl distribution Role-REST-Client.

Installing Role-REST-Client is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

    % cpanm Role::REST::Client

If you are installing into a system-wide directory, you may need to pass the
"-S" flag to cpanm, which uses sudo to install the module:

    % cpanm -S Role::REST::Client

## Installing with the CPAN shell

Alternatively, if your CPAN shell is set up, you should just be able to do:

    % cpan Role::REST::Client

## Manual installation

As a last resort, you can manually install it. Download the tarball, untar it,
then build it:

    % perl Build.PL
    % ./Build && ./Build test

Then install it:

    % ./Build install

If you are installing into a system-wide directory, you may need to run:

    % sudo ./Build install

## Documentation

Role-REST-Client documentation is available as POD.
You can run perldoc from a shell to read the documentation:

    % perldoc Role::REST::Client