Made a seperated Rect
[sdlgit/SDL_perl.git] / exp / SDL / Rect / README
CommitLineData
d0eab7ef 1pod2text SDL::Rect.pm > README
2
3If this is still here it means the programmer was too lazy to create the readme file.
4
5You can create it now by using the command shown above from this directory.
6
7At the very least you should be able to use this set of instructions
8to install the module...
9
10perl Build.PL
11./Build
12./Build test
13./Build install
14
15If you are on a windows box you should use 'nmake' rather than 'make'.