---
doctype: global

distribution_name: Dist-Iller
---
doctype: dist

header:
  name: Dist-Iller
  copyright_year: 2020

prereqs:
  runtime:
    requires:
      - perl: 5.014000
      - Moose
      - namespace::autoclean
      - Dist::Zilla: 6.015
      - Safe::Isa
      - File::chdir
      - MooseX::AttributeDocumented
      - MooseX::AttributeShortcuts
      - MooseX::StrictConstructor
      - Types::Standard
      - Types::Path::Tiny
      - JSON::MaybeXS
      - DateTime
      - String::CamelCase: 0.02
      - version
      - YAML::Tiny
      - File::ShareDir
      - List::Util
      - List::MoreUtils
      - Path::Tiny
      - PerlX::Maybe
      - Module::Load
      - Carp
      - Try::Tiny
      - Text::Diff: 1.43

  test:
    requires:
     - Test::Differences
     - syntax
     - Syntax::Feature::Qi
     - Syntax::Feature::Qs
     - File::chdir

plugins:
  - +config: Author::CSSON

  - +replace_plugin: ShareDir
    +with: ModuleShareDirs
    Dist::Zilla::MintingProfile::DistIller::Basic: profiles

  - +extend_plugin: ExecDir
    dir: script

  - +plugin: Test::CleanNamespaces

---
doctype: weaver

plugins:
  - +config: Author::CSSON
    splint: 0

---
doctype: cpanfile

---
doctype: gitignore

config: Author::CSSON