Clean Up After Yourself!

  • Beware when creating any files during the 'make test' phase
  • Is the file/directory is writeable?
  • mkpath/rmtree (File::Path) are your friends
  • Remove temporary files/directories when you're done
  • Did you have a clean environment to begin with?