Debian lenny version packages
[pkg-perl] / deb-src / libclass-accessor-perl / libclass-accessor-perl-0.31 / INSTALL
1 WHAT IS THIS?
2
3 This is Class::Accessor, a Perl module.  Please see the README that
4 comes with this distribution.
5
6 HOW DO I INSTALL IT?
7
8 To install this module, cd to the directory that contains this README
9 file and type the following:
10
11    perl Makefile.PL
12    make
13    make test
14    make install
15