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:
    - Duggan
    - RESTful
    - failover
    - filename
    - filenames
    - startup
    - url
    - yars
    - CGI
    - JSON
    - md
    - Failover
    - Yars
    - unwriteable
    - urls
    - df
    - kh
    - GSFC
    - testarch
    - conf
    - hostdisk
    - hostname
    - http
    - https
    - txt

pod_coverage:
  # format is "Class#method" or "Class", regex allowed
  # for either Class or method.
  private:
    - Yars#secret
    - Yars#sanity_check
    - Yars#generate_config
    - Yars::Command::.*

unused_vars:
  global:
    ignore_vars:
      - $class