Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 9569024550db4e4ef37a1cfef94d1ef4 > files > 12

perl-Class-Accessor-Installer-0.50.0-1mdv2010.0.noarch.rpm

This is the Perl module Class::Accessor::Installer.

INSTALLATION

Class::Accessor::Installer installation is straightforward. If your CPAN shell
is set up, you should just be able to do

    % cpan Class::Accessor::Installer

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Class::Accessor::Installer documentation is available as in POD. So you can do:

    % perldoc Class::Accessor::Installer

to read the documentation online with your favorite pager.

Marcel Gruenauer