1WHAT IS THIS?
2
3This is Class::Accessor::Fast::Contained, a Perl module.
4Please see the README that comes with this distribution.
5
6HOW DO I INSTALL IT?
7
8To install this module, cd to the directory that contains this README
9file and type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16