To install:

 perl Makefile.PL
 make
 make test
 make install

If you have DBD::Sqlite installed you can enable additional unit tests by setting ENABLE_DB_TESTING=1.

 perl Makefile.PL
 make
 ENABLE_DB_TESTING=1 make test
 make install