Building The Package

$> perl Makefile.PL
$> make test
$> make dist
  • Always run 'make test' before packaging
  • Run 'make test' on at least 2 different platforms (if you can)
  • Always package using 'make dist'
  • See docs for other commands