1INSTALLATION 
2
3If Module::Build is installed (preferred):
4
5    perl Build.PL
6    perl Build
7    perl Build test
8    perl Build install
9
10Otherwise, using a Makefile:
11
12    perl Makefile.PL
13    make
14    make test
15    make install
16
17If you are on a Windows machine you should use 'nmake' or 'dmake' rather than
18'make'.
19