To build and install:

      perl Build.PL
      ./Build
      ./Build test
      ./Build install

To build and install on a platform (like DOS or Windows) that doesn't
require the "./" notation, you can do this:

      perl Build.PL
      Build
      Build test
      Build install

