Like with most Perl modules, the following command sequence will install the Perl module on your system
~$ perl Makefile.PL
~$ make
~$ make install
Note: You need root permissions to run the last command on most systems.