The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
abstract: '(DEPRECATED) Declarative syntax for Moose'
author:
  - 'Florian Ragwitz <rafl@debian.org>'
build_requires:
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  MooseX::Types::Structured: '0'
  Test::Fatal: '0'
  Test::Moose: '0'
  Test::More: '0.89'
  if: '0'
  lib: '0'
  perl: '5.006'
configure_requires:
  Module::Build::Tiny: '0.039'
  perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001'
keywords:
  - moose
  - extension
  - declaration
  - syntax
  - sugar
  - method
  - class
  - deprecated
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: MooseX-Declare
no_index:
  directory:
    - t
    - xt
provides:
  MooseX::Declare:
    file: lib/MooseX/Declare.pm
    version: '0.42'
  MooseX::Declare::Context:
    file: lib/MooseX/Declare/Context.pm
    version: '0.42'
  MooseX::Declare::Context::Namespaced:
    file: lib/MooseX/Declare/Context/Namespaced.pm
    version: '0.42'
  MooseX::Declare::Context::Parameterized:
    file: lib/MooseX/Declare/Context/Parameterized.pm
    version: '0.42'
  MooseX::Declare::Syntax::EmptyBlockIfMissing:
    file: lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm
    version: '0.42'
  MooseX::Declare::Syntax::Extending:
    file: lib/MooseX/Declare/Syntax/Extending.pm
    version: '0.42'
  MooseX::Declare::Syntax::InnerSyntaxHandling:
    file: lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm
    version: '0.42'
  MooseX::Declare::Syntax::Keyword::Class:
    file: lib/MooseX/Declare/Syntax/Keyword/Class.pm
    version: '0.42'
  MooseX::Declare::Syntax::Keyword::Clean:
    file: lib/MooseX/Declare/Syntax/Keyword/Clean.pm
    version: '0.42'
  MooseX::Declare::Syntax::Keyword::Method:
    file: lib/MooseX/Declare/Syntax/Keyword/Method.pm
    version: '0.42'
  MooseX::Declare::Syntax::Keyword::MethodModifier:
    file: lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm
    version: '0.42'
  MooseX::Declare::Syntax::Keyword::Namespace:
    file: lib/MooseX/Declare/Syntax/Keyword/Namespace.pm
    version: '0.42'
  MooseX::Declare::Syntax::Keyword::Role:
    file: lib/MooseX/Declare/Syntax/Keyword/Role.pm
    version: '0.42'
  MooseX::Declare::Syntax::Keyword::With:
    file: lib/MooseX/Declare/Syntax/Keyword/With.pm
    version: '0.42'
  MooseX::Declare::Syntax::KeywordHandling:
    file: lib/MooseX/Declare/Syntax/KeywordHandling.pm
    version: '0.42'
  MooseX::Declare::Syntax::MethodDeclaration:
    file: lib/MooseX/Declare/Syntax/MethodDeclaration.pm
    version: '0.42'
  MooseX::Declare::Syntax::MooseSetup:
    file: lib/MooseX/Declare/Syntax/MooseSetup.pm
    version: '0.42'
  MooseX::Declare::Syntax::NamespaceHandling:
    file: lib/MooseX/Declare/Syntax/NamespaceHandling.pm
    version: '0.42'
  MooseX::Declare::Syntax::OptionHandling:
    file: lib/MooseX/Declare/Syntax/OptionHandling.pm
    version: '0.42'
  MooseX::Declare::Syntax::RoleApplication:
    file: lib/MooseX/Declare/Syntax/RoleApplication.pm
    version: '0.42'
  MooseX::Declare::Util:
    file: lib/MooseX/Declare/Util.pm
    version: '0.42'
requires:
  Carp: '0'
  Devel::Declare: '0.005011'
  Devel::Declare::Context::Simple: '0'
  Module::Runtime: '0'
  Moose: '0.90'
  Moose::Meta::Class: '0'
  Moose::Role: '0'
  Moose::Util: '0'
  Moose::Util::TypeConstraints: '0'
  MooseX::Method::Signatures: '0.36'
  MooseX::Method::Signatures::Meta::Method: '0'
  MooseX::Method::Signatures::Types: '0'
  MooseX::Role::Parameterized: '0.12'
  MooseX::Types::Moose: '0.20'
  Parse::Method::Signatures: '0'
  Parse::Method::Signatures::Param::Placeholder: '0'
  Sub::Exporter: '0'
  Sub::Install: '0'
  aliased: '0'
  constant: '0'
  namespace::autoclean: '0.16'
  namespace::clean: '0.11'
  overload: '0'
  perl: '5.006'
  strict: '0'
  warnings: '0'
resources:
  IRC: irc://irc.perl.org/#moose
  MailingList: http://lists.perl.org/list/moose.html
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Declare
  homepage: https://github.com/moose/MooseX-Declare
  repository: https://github.com/moose/MooseX-Declare.git
version: '0.42'
x_Dist_Zilla:
  perl:
    version: '5.022000'
  plugins:
    -
      class: Dist::Zilla::Plugin::Prereqs
      config:
        Dist::Zilla::Plugin::Prereqs:
          phase: develop
          type: requires
      name: '@Author::ETHER/bundle_plugins'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::RewriteVersion::Transitional
      config:
        Dist::Zilla::Plugin::RewriteVersion::Transitional:
          _fallback_version_provider_args:
            version_regexp: ^v([\d._]+)(-TRIAL)?$
          fallback_version_provider: Git::NextVersion
      name: '@Author::ETHER/RewriteVersion::Transitional'
      version: '0.005'
    -
      class: Dist::Zilla::Plugin::PromptIfStale
      config:
        Dist::Zilla::Plugin::PromptIfStale:
          check_all_plugins: 0
          check_all_prereqs: 0
          modules:
            - Dist::Zilla::PluginBundle::Author::ETHER
          phase: build
          skip: []
      name: '@Author::ETHER/stale modules, build'
      version: '0.044'
    -
      class: Dist::Zilla::Plugin::PromptIfStale
      config:
        Dist::Zilla::Plugin::PromptIfStale:
          check_all_plugins: '1'
          check_all_prereqs: '1'
          modules: []
          phase: release
          skip: []
      name: '@Author::ETHER/stale modules, release'
      version: '0.044'
    -
      class: Dist::Zilla::Plugin::FileFinder::ByName
      name: '@Author::ETHER/Examples'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FileFinder::ByName
      name: '@Author::ETHER/ExtraTestFiles'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Git::GatherDir
      config:
        Dist::Zilla::Plugin::GatherDir:
          exclude_filename:
            - README.pod
            - TODO
            - CONTRIBUTING
            - LICENSE
          exclude_match: []
          follow_symlinks: '0'
          include_dotfiles: '0'
          prefix: ''
          prune_directory: []
          root: .
        Dist::Zilla::Plugin::Git::GatherDir:
          include_untracked: '0'
      name: '@Author::ETHER/Git::GatherDir'
      version: '2.034'
    -
      class: Dist::Zilla::Plugin::MetaYAML
      name: '@Author::ETHER/MetaYAML'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::MetaJSON
      name: '@Author::ETHER/MetaJSON'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::License
      name: '@Author::ETHER/License'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Readme
      name: '@Author::ETHER/Readme'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Manifest
      name: '@Author::ETHER/Manifest'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::GenerateFile::ShareDir
      config:
        Dist::Zilla::Plugin::GenerateFile::ShareDir:
          destination_filename: CONTRIBUTING
          dist: Dist-Zilla-PluginBundle-Author-ETHER
          encoding: UTF-8
          has_xs: 0
          source_filename: CONTRIBUTING
      name: '@Author::ETHER/generate CONTRIBUTING'
      version: '0.005'
    -
      class: Dist::Zilla::Plugin::InstallGuide
      name: '@Author::ETHER/InstallGuide'
      version: '1.200006'
    -
      class: Dist::Zilla::Plugin::Test::Compile
      config:
        Dist::Zilla::Plugin::Test::Compile:
          bail_out_on_fail: '1'
          fail_on_warning: author
          fake_home: '0'
          filename: xt/author/00-compile.t
          module_finder:
            - ':InstallModules'
          needs_display: '0'
          phase: develop
          script_finder:
            - ':ExecFiles'
            - '@Author::ETHER/Examples'
          skips: []
      name: '@Author::ETHER/Test::Compile'
      version: '2.053'
    -
      class: Dist::Zilla::Plugin::Test::NoTabs
      config:
        Dist::Zilla::Plugin::Test::NoTabs:
          filename: xt/author/no-tabs.t
          finder:
            - ':InstallModules'
            - ':ExecFiles'
            - '@Author::ETHER/Examples'
            - ':TestFiles'
            - '@Author::ETHER/ExtraTestFiles'
      name: '@Author::ETHER/Test::NoTabs'
      version: '0.15'
    -
      class: Dist::Zilla::Plugin::Test::EOL
      config:
        Dist::Zilla::Plugin::Test::EOL:
          filename: xt/author/eol.t
          finder:
            - ':InstallModules'
            - ':ExecFiles'
            - '@Author::ETHER/Examples'
            - ':TestFiles'
            - '@Author::ETHER/ExtraTestFiles'
          trailing_whitespace: '1'
      name: '@Author::ETHER/Test::EOL'
      version: '0.18'
    -
      class: Dist::Zilla::Plugin::MetaTests
      name: '@Author::ETHER/MetaTests'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Test::CPAN::Changes
      name: '@Author::ETHER/Test::CPAN::Changes'
      version: '0.009'
    -
      class: Dist::Zilla::Plugin::Test::ChangesHasContent
      name: '@Author::ETHER/Test::ChangesHasContent'
      version: '0.008'
    -
      class: Dist::Zilla::Plugin::Test::MinimumVersion
      name: '@Author::ETHER/Test::MinimumVersion'
      version: '2.000006'
    -
      class: Dist::Zilla::Plugin::PodSyntaxTests
      name: '@Author::ETHER/PodSyntaxTests'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Test::Kwalitee
      config:
        Dist::Zilla::Plugin::Test::Kwalitee:
          filename: xt/author/kwalitee.t
          skiptest: []
      name: '@Author::ETHER/Test::Kwalitee'
      version: '2.11'
    -
      class: Dist::Zilla::Plugin::MojibakeTests
      name: '@Author::ETHER/MojibakeTests'
      version: '0.7'
    -
      class: Dist::Zilla::Plugin::Test::ReportPrereqs
      name: '@Author::ETHER/Test::ReportPrereqs'
      version: '0.021'
    -
      class: Dist::Zilla::Plugin::Test::Portability
      name: '@Author::ETHER/Test::Portability'
      version: '2.000006'
    -
      class: Dist::Zilla::Plugin::Test::CleanNamespaces
      config:
        Dist::Zilla::Plugin::Test::CleanNamespaces:
          filename: xt/author/clean-namespaces.t
          skips: []
      name: '@Author::ETHER/Test::CleanNamespaces'
      version: '0.006'
    -
      class: Dist::Zilla::Plugin::Git::Describe
      name: '@Author::ETHER/Git::Describe'
      version: '0.005'
    -
      class: Dist::Zilla::Plugin::SurgicalPodWeaver
      config:
        Dist::Zilla::Plugin::PodWeaver:
          finder:
            - ':InstallModules'
            - ':ExecFiles'
          plugins:
            -
              class: Pod::Weaver::Plugin::EnsurePod5
              name: '@CorePrep/EnsurePod5'
              version: '4.012'
            -
              class: Pod::Weaver::Plugin::H1Nester
              name: '@CorePrep/H1Nester'
              version: '4.012'
            -
              class: Pod::Weaver::Plugin::SingleEncoding
              name: -SingleEncoding
              version: '4.012'
            -
              class: Pod::Weaver::Section::Name
              name: Name
              version: '4.012'
            -
              class: Pod::Weaver::Section::Version
              name: Version
              version: '4.012'
            -
              class: Pod::Weaver::Section::Region
              name: prelude
              version: '4.012'
            -
              class: Pod::Weaver::Section::Generic
              name: SYNOPSIS
              version: '4.012'
            -
              class: Pod::Weaver::Section::Generic
              name: DESCRIPTION
              version: '4.012'
            -
              class: Pod::Weaver::Section::Generic
              name: OVERVIEW
              version: '4.012'
            -
              class: Pod::Weaver::Section::Collect
              name: ATTRIBUTES
              version: '4.012'
            -
              class: Pod::Weaver::Section::Collect
              name: METHODS
              version: '4.012'
            -
              class: Pod::Weaver::Section::Collect
              name: FUNCTIONS
              version: '4.012'
            -
              class: Pod::Weaver::Section::Collect
              name: TYPES
              version: '4.012'
            -
              class: Pod::Weaver::Section::Leftovers
              name: Leftovers
              version: '4.012'
            -
              class: Pod::Weaver::Section::Region
              name: postlude
              version: '4.012'
            -
              class: Pod::Weaver::Section::Authors
              name: Authors
              version: '4.012'
            -
              class: Pod::Weaver::Section::Contributors
              name: Contributors
              version: '0.009'
            -
              class: Pod::Weaver::Section::Legal
              name: Legal
              version: '4.012'
            -
              class: Pod::Weaver::Plugin::Transformer
              name: -Transformer
              version: '4.012'
      name: '@Author::ETHER/SurgicalPodWeaver'
      version: '0.0023'
    -
      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
      name: '@Author::ETHER/ReadmeAnyFromPod'
      version: '0.150250'
    -
      class: Dist::Zilla::Plugin::GithubMeta
      name: '@Author::ETHER/GithubMeta'
      version: '0.50'
    -
      class: Dist::Zilla::Plugin::AutoMetaResources
      name: '@Author::ETHER/AutoMetaResources'
      version: '1.21'
    -
      class: Dist::Zilla::Plugin::AuthorityFromModule
      config:
        Dist::Zilla::Plugin::AuthorityFromModule:
          module: MooseX::Declare
        Dist::Zilla::Role::ModuleMetadata:
          Module::Metadata: '1.000027'
          version: '0.003'
      name: '@Author::ETHER/AuthorityFromModule'
      version: '0.006'
    -
      class: Dist::Zilla::Plugin::Authority
      name: '@Author::ETHER/Authority'
      version: '1.009'
    -
      class: Dist::Zilla::Plugin::MetaNoIndex
      name: '@Author::ETHER/MetaNoIndex'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::MetaProvides::Package
      config:
        Dist::Zilla::Plugin::MetaProvides::Package:
          finder:
            - ':InstallModules'
          finder_objects:
            -
              class: Dist::Zilla::Plugin::FinderCode
              name: ':InstallModules'
              version: '5.036'
        Dist::Zilla::Role::MetaProvider::Provider:
          inherit_missing: '0'
          inherit_version: '0'
          meta_noindex: '1'
      name: '@Author::ETHER/MetaProvides::Package'
      version: '2.003001'
    -
      class: Dist::Zilla::Plugin::MetaConfig
      name: '@Author::ETHER/MetaConfig'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Keywords
      config:
        Dist::Zilla::Plugin::Keywords:
          keywords:
            - moose
            - extension
            - declaration
            - syntax
            - sugar
            - method
            - class
            - deprecated
      name: '@Author::ETHER/Keywords'
      version: '0.006'
    -
      class: Dist::Zilla::Plugin::Git::Contributors
      config:
        Dist::Zilla::Plugin::Git::Contributors:
          include_authors: '0'
          include_releaser: '1'
          order_by: commits
          paths: []
      name: '@Author::ETHER/Git::Contributors'
      version: '0.011'
    -
      class: Dist::Zilla::Plugin::AutoPrereqs
      name: '@Author::ETHER/AutoPrereqs'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
      name: '@Author::ETHER/Prereqs::AuthorDeps'
      version: '0.004'
    -
      class: Dist::Zilla::Plugin::MinimumPerl
      name: '@Author::ETHER/MinimumPerl'
      version: '1.006'
    -
      class: Dist::Zilla::Plugin::Prereqs
      config:
        Dist::Zilla::Plugin::Prereqs:
          phase: develop
          type: recommends
      name: '@Author::ETHER/pluginbundle_version'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Prereqs
      config:
        Dist::Zilla::Plugin::Prereqs:
          phase: develop
          type: requires
      name: '@Author::ETHER/pod_weaving'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::MakeMaker::Fallback
      config:
        Dist::Zilla::Role::TestRunner:
          default_jobs: 9
      name: '@Author::ETHER/MakeMaker::Fallback'
      version: '0.016'
    -
      class: Dist::Zilla::Plugin::ModuleBuildTiny::Fallback
      config:
        Dist::Zilla::Plugin::ModuleBuildTiny::Fallback:
          plugins:
            -
              class: Dist::Zilla::Plugin::ModuleBuild
              config:
                Dist::Zilla::Role::TestRunner:
                  default_jobs: 9
              name: ModuleBuildTiny::Fallback
              version: '5.036'
            -
              class: Dist::Zilla::Plugin::ModuleBuildTiny
              config:
                Dist::Zilla::Role::TestRunner:
                  default_jobs: 9
              name: ModuleBuildTiny::Fallback
              version: '0.010'
        Dist::Zilla::Role::TestRunner:
          default_jobs: 9
      name: '@Author::ETHER/ModuleBuildTiny::Fallback'
      version: '0.015'
    -
      class: Dist::Zilla::Plugin::RunExtraTests
      config:
        Dist::Zilla::Role::TestRunner:
          default_jobs: 9
      name: '@Author::ETHER/RunExtraTests'
      version: '0.027'
    -
      class: Dist::Zilla::Plugin::CheckSelfDependency
      config:
        Dist::Zilla::Plugin::CheckSelfDependency:
          finder:
            - ':InstallModules'
        Dist::Zilla::Role::ModuleMetadata:
          Module::Metadata: '1.000027'
          version: '0.003'
      name: '@Author::ETHER/CheckSelfDependency'
      version: '0.011'
    -
      class: Dist::Zilla::Plugin::Run::AfterBuild
      config:
        Dist::Zilla::Plugin::Run::Role::Runner:
          fatal_errors: 1
          quiet: 1
          run:
            - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname %d` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\""
      name: '@Author::ETHER/.ackrc'
      version: '0.038'
    -
      class: Dist::Zilla::Plugin::Run::AfterBuild
      config:
        Dist::Zilla::Plugin::Run::Role::Runner:
          eval:
            - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }"
          fatal_errors: 1
          quiet: 1
      name: '@Author::ETHER/.latest'
      version: '0.038'
    -
      class: Dist::Zilla::Plugin::CheckStrictVersion
      name: '@Author::ETHER/CheckStrictVersion'
      version: '0.001'
    -
      class: Dist::Zilla::Plugin::Git::Check
      config:
        Dist::Zilla::Plugin::Git::Check:
          untracked_files: die
        Dist::Zilla::Role::Git::DirtyFiles:
          allow_dirty: []
          allow_dirty_match: []
          changelog: Changes
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/initial check'
      version: '2.034'
    -
      class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
      config:
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
      version: '0.013'
    -
      class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
      config:
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
      version: '0.013'
    -
      class: Dist::Zilla::Plugin::Git::Remote::Check
      name: '@Author::ETHER/Git::Remote::Check'
      version: 0.1.2
    -
      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
      name: '@Author::ETHER/CheckPrereqsIndexed'
      version: '0.016'
    -
      class: Dist::Zilla::Plugin::TestRelease
      name: '@Author::ETHER/TestRelease'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Git::Check
      config:
        Dist::Zilla::Plugin::Git::Check:
          untracked_files: die
        Dist::Zilla::Role::Git::DirtyFiles:
          allow_dirty: []
          allow_dirty_match: []
          changelog: Changes
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/after tests'
      version: '2.034'
    -
      class: Dist::Zilla::Plugin::CheckIssues
      name: '@Author::ETHER/CheckIssues'
      version: '0.008'
    -
      class: Dist::Zilla::Plugin::UploadToCPAN
      name: '@Author::ETHER/UploadToCPAN'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::CopyFilesFromRelease
      config:
        Dist::Zilla::Plugin::CopyFilesFromRelease:
          filename:
            - LICENSE
            - CONTRIBUTING
            - Changes
          match: []
      name: '@Author::ETHER/CopyFilesFromRelease'
      version: '0.005'
    -
      class: Dist::Zilla::Plugin::Git::Commit
      config:
        Dist::Zilla::Plugin::Git::Commit:
          add_files_in:
            - .
          commit_msg: '%N-%v%t%n%n%c'
          time_zone: local
        Dist::Zilla::Role::Git::DirtyFiles:
          allow_dirty:
            - Changes
            - README.pod
            - CONTRIBUTING
            - LICENSE
          allow_dirty_match: []
          changelog: Changes
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/release snapshot'
      version: '2.034'
    -
      class: Dist::Zilla::Plugin::Git::Tag
      config:
        Dist::Zilla::Plugin::Git::Tag:
          branch: ~
          signed: 0
          tag: v0.42
          tag_format: v%v
          tag_message: v%v%t
          time_zone: local
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/Git::Tag'
      version: '2.034'
    -
      class: Dist::Zilla::Plugin::GitHub::Update
      name: '@Author::ETHER/GitHub::Update'
      version: '0.40'
    -
      class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
      config:
        Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {}
      name: '@Author::ETHER/BumpVersionAfterRelease::Transitional'
      version: '0.005'
    -
      class: Dist::Zilla::Plugin::NextRelease
      name: '@Author::ETHER/NextRelease'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Git::Commit
      config:
        Dist::Zilla::Plugin::Git::Commit:
          add_files_in: []
          commit_msg: 'increment $VERSION after %v release'
          time_zone: local
        Dist::Zilla::Role::Git::DirtyFiles:
          allow_dirty:
            - Changes
          allow_dirty_match:
            - (?^:^lib/.*\.pm$)
          changelog: Changes
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/post-release commit'
      version: '2.034'
    -
      class: Dist::Zilla::Plugin::Git::Push
      config:
        Dist::Zilla::Plugin::Git::Push:
          push_to:
            - origin
          remotes_must_exist: 1
        Dist::Zilla::Role::Git::Repo:
          repo_root: .
      name: '@Author::ETHER/Git::Push'
      version: '2.034'
    -
      class: Dist::Zilla::Plugin::Run::AfterRelease
      config:
        Dist::Zilla::Plugin::Run::Role::Runner:
          fatal_errors: 0
          quiet: 0
          run:
            - REDACTED
      name: '@Author::ETHER/install release'
      version: '0.038'
    -
      class: Dist::Zilla::Plugin::Run::AfterRelease
      config:
        Dist::Zilla::Plugin::Run::Role::Runner:
          eval:
            - 'print "release complete!\xa"'
          fatal_errors: 1
          quiet: 1
      name: '@Author::ETHER/release complete'
      version: '0.038'
    -
      class: Dist::Zilla::Plugin::ConfirmRelease
      name: '@Author::ETHER/ConfirmRelease'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::MetaResources
      name: MetaResources
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Prereqs
      config:
        Dist::Zilla::Plugin::Prereqs:
          phase: runtime
          type: requires
      name: Prereqs
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Prereqs
      config:
        Dist::Zilla::Plugin::Prereqs:
          phase: develop
          type: requires
      name: DevelopRequires
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::Test::CheckBreaks
      config:
        Dist::Zilla::Plugin::Test::CheckBreaks:
          conflicts_module: Moose::Conflicts
        Dist::Zilla::Role::ModuleMetadata:
          Module::Metadata: '1.000027'
          version: '0.003'
      name: Test::CheckBreaks
      version: '0.012'
    -
      class: Dist::Zilla::Plugin::Deprecated
      config:
        Dist::Zilla::Plugin::Deprecated:
          all: '1'
          modules: []
      name: Deprecated
      version: '0.004'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':InstallModules'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':IncModules'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':TestFiles'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':ExecFiles'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':ShareFiles'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':MainModule'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':AllFiles'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':NoFiles'
      version: '5.036'
    -
      class: Dist::Zilla::Plugin::VerifyPhases
      name: '@Author::ETHER/PHASE VERIFICATION'
      version: '0.011'
  zilla:
    class: Dist::Zilla::Dist::Builder
    config:
      is_trial: '0'
    version: '5.036'
x_authority: cpan:FLORA
x_authority_from_module: MooseX::Declare
x_contributors:
  - 'Karen Etheridge <ether@cpan.org>'
  - 'Piers Cawley <pdcawley@bofh.org.uk>'
  - "Robert 'phaylon' Sedlacek <rs@474.at>"
  - 'Ash Berlin <ash_github@firemirror.com>'
  - 'Nick Perez <nperez@cpan.org>'
  - 'Nelo Onyiah <nelo.onyiah@gmail.com>'
  - 'Chas. J. Owens IV <chas.owens@gmail.com>'
  - 'leedo <lee@laylward.com>'
  - 'Michele Beltrame <arthas@cpan.org>'
  - 'Frank Wiegand <fwie@cpan.org>'
  - 'David Steinbrunner <dsteinbrunner@pobox.com>'
  - 'Oleg Kostyuk <cub.uanic@gmail.com>'
  - 'Dave Rolsky <autarch@urth.org>'
  - 'Rafael Kitover <rkitover@io.com>'
  - 'Chris Prather <chris@prather.org>'
  - 'Stevan Little <stevan.little@iinteractive.com>'
  - 'Tomas Doran <bobtfish@bobtfish.net>'
  - 'Yanick Champoux <yanick@babyl.dyndns.org>'
  - 'Justin Hunter <justin.d.hunter@gmail.com>'
x_deprecated: 1
x_permissions_from_module: MooseX::Declare