Added dependecies to Makefil. Added a LinerNote test module.
[dbsrgits/DBIx-Class-Schema-ResultSetAccessors.git] / README
diff --git a/README b/README
deleted file mode 100644 (file)
index 902a969..0000000
--- a/README
+++ /dev/null
@@ -1,13 +0,0 @@
-If this is still here it means the programmer was too lazy to create the readme file.
-
-You can create it now by using the command shown below from this directory:
-
-pod2text DBIx::Class::Schema::ResultSetAccessors > README
-
-At the very least you should be able to use this set of instructions
-to install the module...
-perl Makefile.PL
-make
-make test
-make install
-If you are on a windows box you should use 'nmake' rather than 'make'.