Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9122aef8b861841a4a7af3be82f6d90f > files > 9

perl-accessors-1.10.0-5.mga4.noarch.rpm

========================
 accessors Installation
========================

INSTALLATION
------------

Ideally, use the CPANPLUS or CPAN shell (`cpanp` or `cpan`) to download and
install the latest distribution from your nearest CPAN.

To install it manually type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

Or, if you prefer to use make:

   perl Makefile.PL
   make
   make test
   make install