Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 5c853ff11da4a81e306770149d8338d4 > files > 6

perl-Pod-Wordlist-hanekomu-1.132.680-4.mga5.noarch.rpm


This is the Perl distribution Pod-Wordlist-hanekomu.

Installing Pod-Wordlist-hanekomu is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

    % cpanm Pod::Wordlist::hanekomu

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 Pod::Wordlist::hanekomu

## Installing with the CPAN shell

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

    % cpan Pod::Wordlist::hanekomu

## 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

Pod-Wordlist-hanekomu documentation is available as POD.
You can run perldoc from a shell to read the documentation:

    % perldoc Pod::Wordlist::hanekomu