The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
pod_spelling_system:
  # list of words that are spelled correctly
  # (regardless of what spell check thinks)
  stopwords:
    - der
    - von
    - FIXME
    - FIXMEs
    - gregor
    - herrmann

pod_coverage:
  # format is "Class#method" or "Class", regex allowed
  # for either Class or method.
  private:
    - Test::Fixme#(format_file_results|list_files|load_file|scan_file)