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