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