Made a seperated Rect
[sdlgit/SDL_perl.git] / exp / SDL / Rect / README
diff --git a/exp/SDL/Rect/README b/exp/SDL/Rect/README
new file mode 100644 (file)
index 0000000..67c01de
--- /dev/null
@@ -0,0 +1,15 @@
+pod2text SDL::Rect.pm > README
+
+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 above from this directory.
+
+At the very least you should be able to use this set of instructions
+to install the module...
+
+perl Build.PL
+./Build
+./Build test
+./Build install
+
+If you are on a windows box you should use 'nmake' rather than 'make'.