1           Installation instructions for Path::Class
2
3To install this module, follow the standard steps for installing most
4Perl modules:
5
6  perl Makefile.PL
7  make
8  make test
9  make install
10
11Or you may use the CPAN.pm module, which will automatically execute
12these steps for you.
13
14 -Ken
15