Test::Distribution
- Package Files
- Ensures we have standard set of package files: Changes, MANIFEST, README & Build.PL or Makefile.PL
- Prerequsites
- Checks whether all
used modules that aren't in the perl core are also mentioned in Makefile.PL's PREREQ_PM.
- Checks whether all
- Plain Old Documentation
- Checks for POD errors in files
- uses Test::Pod
