Does It Install?

$> perl Makefile.PL
$> make
$> make test
$> make install
  • substitute 'nmake' or 'dmake' as apprporiate
$> perl Build.PL
$> ./Build
$> ./Build test
$> ./Build install