Fixed a bug in pluralization.
[dbsrgits/DBIx-Class-Schema-ResultSetAccessors.git] / README
CommitLineData
731e8b3e 1If this is still here it means the programmer was too lazy to create the readme file.
2
3You can create it now by using the command shown below from this directory:
4
5pod2text DBIx::Class::Schema::ResultSetAccessors > README
6
7At the very least you should be able to use this set of instructions
8to install the module...
9perl Makefile.PL
10make
11make test
12make install
13If you are on a windows box you should use 'nmake' rather than 'make'.