Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > f060d5b29d486310d1b8fd260b3df4cc > files > 30

perl-MooseX-Role-WithOverloading-0.170.0-9.mga7.armv7hl.rpm

This is the Perl distribution MooseX-Role-WithOverloading.

Installing MooseX-Role-WithOverloading is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

    % cpanm MooseX::Role::WithOverloading

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 MooseX::Role::WithOverloading

## Installing with the CPAN shell

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

    % cpan MooseX::Role::WithOverloading

## Manual installation

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

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

    % sudo make install

## Documentation

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

    % perldoc MooseX::Role::WithOverloading