The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
abstract: 'Remote-control Win32 GUI applications'
author:
  - 'Toby Ovod-Everett <toby@ovod-everett.org>'
  - 'Christopher J. Madsen <perl@cjmweb.net>'
build_requires:
  Module::Build: 0.25
  Test::More: 0
configure_requires:
  Module::Build: 0.25
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Win32-CtrlGUI
requires:
  Win32::Setupsup: 0
  overload: 0
  perl: 5.006
  vars: 0
resources:
  repository: git://github.com/madsen/win32-ctrlgui.git
version: 0.32
x_Dist_Zilla:
  perl:
    version: 5.014002
  plugins:
    -
      class: Dist::Zilla::Plugin::Git::NextVersion
      config:
        Dist::Zilla::Plugin::Git::NextVersion:
          first_version: 0.001
          version_by_branch: 0
          version_regexp: '(?^u:^(\d+\.[\d_]+)(?:-TRIAL)?$)'
        Dist::Zilla::Role::Git::Repo:
          repo_root: '.'
      name: Git::NextVersion
      version: 2.029
    -
      class: Dist::Zilla::Plugin::OurPkgVersion
      name: OurPkgVersion
      version: 0.005001
    -
      class: Dist::Zilla::Plugin::FileFinder::ByName
      name: ':BuildPL'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FileFinder::Filter
      name: ':FilesWithPod'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FileFinder::Filter
      name: ':FilesForAutoPrereqs'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::GatherDir
      config:
        Dist::Zilla::Plugin::GatherDir:
          exclude_filename: []
          exclude_match: []
          follow_symlinks: 0
          include_dotfiles: 0
          prefix: ''
          prune_directory: []
          root: '.'
      name: CJM/GatherDir
      version: 5.031
    -
      class: Dist::Zilla::Plugin::PruneCruft
      name: CJM/PruneCruft
      version: 5.031
    -
      class: Dist::Zilla::Plugin::ManifestSkip
      name: CJM/ManifestSkip
      version: 5.031
    -
      class: Dist::Zilla::Plugin::MetaJSON
      name: CJM/MetaJSON
      version: 5.031
    -
      class: Dist::Zilla::Plugin::MetaYAML
      name: CJM/MetaYAML
      version: 5.031
    -
      class: Dist::Zilla::Plugin::License
      name: CJM/License
      version: 5.031
    -
      class: Dist::Zilla::Plugin::Test::PrereqsFromMeta
      name: CJM/Test::PrereqsFromMeta
      version: 4.23
    -
      class: Dist::Zilla::Plugin::PodSyntaxTests
      name: CJM/PodSyntaxTests
      version: 5.031
    -
      class: Dist::Zilla::Plugin::PodCoverageTests
      name: CJM/PodCoverageTests
      version: 5.031
    -
      class: Dist::Zilla::Plugin::PodLoom
      config:
        Pod::Loom version: 0.05
      name: CJM/PodLoom
      version: 4.10
    -
      class: Dist::Zilla::Plugin::ModuleBuild::Custom
      name: CJM/ModuleBuild::Custom
      version: 4.26
    -
      class: Dist::Zilla::Plugin::RunExtraTests
      config:
        Dist::Zilla::Role::TestRunner:
          default_jobs: 1
      name: CJM/RunExtraTests
      version: 0.016
    -
      class: Dist::Zilla::Plugin::MetaConfig
      name: CJM/MetaConfig
      version: 5.031
    -
      class: Dist::Zilla::Plugin::MatchManifest
      name: CJM/MatchManifest
      version: 4.00
    -
      class: Dist::Zilla::Plugin::RecommendedPrereqs
      name: CJM/RecommendedPrereqs
      version: 4.21
    -
      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
      name: CJM/CheckPrereqsIndexed
      version: 0.006
    -
      class: Dist::Zilla::Plugin::GitVersionCheckCJM
      name: CJM/GitVersionCheckCJM
      version: 4.26
    -
      class: Dist::Zilla::Plugin::TemplateCJM
      name: CJM/TemplateCJM
      version: 4.21
    -
      class: Dist::Zilla::Plugin::Repository
      name: CJM/Repository
      version: 0.16
    -
      class: Dist::Zilla::Plugin::Git::Check
      config:
        Dist::Zilla::Plugin::Git::Check:
          untracked_files: die
        Dist::Zilla::Role::Git::DirtyFiles:
          allow_dirty:
            - Changes
          allow_dirty_match: []
          changelog: Changes
        Dist::Zilla::Role::Git::Repo:
          repo_root: '.'
      name: CJM/@Git/Check
      version: 2.029
    -
      class: Dist::Zilla::Plugin::Git::Commit
      config:
        Dist::Zilla::Plugin::Git::Commit:
          add_files_in: []
          commit_msg: 'Updated Changes for %{MMMM d, yyyy}d%{ trial}t release of %v'
          time_zone: local
        Dist::Zilla::Role::Git::DirtyFiles:
          allow_dirty:
            - Changes
          allow_dirty_match: []
          changelog: Changes
        Dist::Zilla::Role::Git::Repo:
          repo_root: '.'
      name: CJM/@Git/Commit
      version: 2.029
    -
      class: Dist::Zilla::Plugin::Git::Tag
      config:
        Dist::Zilla::Plugin::Git::Tag:
          branch: ~
          signed: 0
          tag: 0.32
          tag_format: '%v%t'
          tag_message: 'Tagged %N %v%{ (trial release)}t'
          time_zone: local
        Dist::Zilla::Role::Git::Repo:
          repo_root: '.'
      name: CJM/@Git/Tag
      version: 2.029
    -
      class: Dist::Zilla::Plugin::Git::Push
      config:
        Dist::Zilla::Plugin::Git::Push:
          push_to:
            - 'github master'
          remotes_must_exist: 1
        Dist::Zilla::Role::Git::Repo:
          repo_root: '.'
      name: CJM/@Git/Push
      version: 2.029
    -
      class: Dist::Zilla::Plugin::TestRelease
      name: CJM/TestRelease
      version: 5.031
    -
      class: Dist::Zilla::Plugin::UploadToCPAN
      name: CJM/UploadToCPAN
      version: 5.031
    -
      class: Dist::Zilla::Plugin::ArchiveRelease
      name: CJM/ArchiveRelease
      version: 4.26
    -
      class: Dist::Zilla::Plugin::AutoPrereqs
      name: AutoPrereqs
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':InstallModules'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':IncModules'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':TestFiles'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':ExecFiles'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':ShareFiles'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':MainModule'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':AllFiles'
      version: 5.031
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':NoFiles'
      version: 5.031
  zilla:
    class: Dist::Zilla::Dist::Builder
    config:
      is_trial: 0
    version: 5.031