1---
2abstract: 'A library of commonly used type constraints'
3author:
4  - 'Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)'
5  - 'K. James Cheetham <jamie@shadowcatsystems.co.uk>'
6  - 'Guillermo Roditi <groditi@gmail.com>'
7build_requires:
8  File::Spec: '0'
9  Module::Metadata: '0'
10  Test::Deep: '0'
11  Test::More: '0.88'
12  Test::Warnings: '0.005'
13  open: '0'
14  perl: '5.008'
15  utf8: '0'
16configure_requires:
17  Module::Build::Tiny: '0.034'
18  perl: '5.006001'
19dynamic_config: 0
20generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010'
21keywords:
22  - moose
23  - types
24  - classes
25  - objects
26  - constraints
27  - declare
28  - libraries
29  - strings
30  - numbers
31license: perl
32meta-spec:
33  url: http://module-build.sourceforge.net/META-spec-v1.4.html
34  version: '1.4'
35name: MooseX-Types-Common
36no_index:
37  directory:
38    - t
39    - xt
40provides:
41  MooseX::Types::Common:
42    file: lib/MooseX/Types/Common.pm
43    version: '0.001014'
44  MooseX::Types::Common::Numeric:
45    file: lib/MooseX/Types/Common/Numeric.pm
46    version: '0.001014'
47  MooseX::Types::Common::String:
48    file: lib/MooseX/Types/Common/String.pm
49    version: '0.001014'
50requires:
51  Carp: '0'
52  MooseX::Types: '0'
53  MooseX::Types::Moose: '0'
54  if: '0'
55  perl: '5.008'
56  strict: '0'
57  warnings: '0'
58resources:
59  IRC: irc://irc.perl.org/#moose
60  MailingList: http://lists.perl.org/list/moose.html
61  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Types-Common
62  homepage: https://github.com/moose/MooseX-Types-Common
63  repository: https://github.com/moose/MooseX-Types-Common.git
64version: '0.001014'
65x_Dist_Zilla:
66  perl:
67    version: '5.025008'
68  plugins:
69    -
70      class: Dist::Zilla::Plugin::Prereqs
71      config:
72        Dist::Zilla::Plugin::Prereqs:
73          phase: develop
74          type: requires
75      name: '@Author::ETHER/bundle_plugins'
76      version: '6.008'
77    -
78      class: Dist::Zilla::Plugin::RewriteVersion::Transitional
79      config:
80        Dist::Zilla::Plugin::RewriteVersion:
81          add_tarball_name: 0
82          finders:
83            - ':ExecFiles'
84            - ':InstallModules'
85          global: 1
86          skip_version_provider: 0
87        Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
88      name: '@Author::ETHER/RewriteVersion::Transitional'
89      version: '0.007'
90    -
91      class: Dist::Zilla::Plugin::PromptIfStale
92      config:
93        Dist::Zilla::Plugin::PromptIfStale:
94          check_all_plugins: 0
95          check_all_prereqs: 0
96          modules:
97            - Dist::Zilla::PluginBundle::Author::ETHER
98          phase: build
99          run_under_travis: 0
100          skip: []
101      name: '@Author::ETHER/stale modules, build'
102      version: '0.051'
103    -
104      class: Dist::Zilla::Plugin::PromptIfStale
105      config:
106        Dist::Zilla::Plugin::PromptIfStale:
107          check_all_plugins: 1
108          check_all_prereqs: 1
109          modules: []
110          phase: release
111          run_under_travis: 0
112          skip: []
113      name: '@Author::ETHER/stale modules, release'
114      version: '0.051'
115    -
116      class: Dist::Zilla::Plugin::FileFinder::ByName
117      name: '@Author::ETHER/Examples'
118      version: '6.008'
119    -
120      class: Dist::Zilla::Plugin::Git::GatherDir
121      config:
122        Dist::Zilla::Plugin::GatherDir:
123          exclude_filename:
124            - CONTRIBUTING
125            - LICENSE
126            - README.pod
127          exclude_match: []
128          follow_symlinks: 0
129          include_dotfiles: 0
130          prefix: ''
131          prune_directory: []
132          root: .
133        Dist::Zilla::Plugin::Git::GatherDir:
134          include_untracked: 0
135      name: '@Author::ETHER/Git::GatherDir'
136      version: '2.041'
137    -
138      class: Dist::Zilla::Plugin::MetaYAML
139      name: '@Author::ETHER/MetaYAML'
140      version: '6.008'
141    -
142      class: Dist::Zilla::Plugin::MetaJSON
143      name: '@Author::ETHER/MetaJSON'
144      version: '6.008'
145    -
146      class: Dist::Zilla::Plugin::Readme
147      name: '@Author::ETHER/Readme'
148      version: '6.008'
149    -
150      class: Dist::Zilla::Plugin::Manifest
151      name: '@Author::ETHER/Manifest'
152      version: '6.008'
153    -
154      class: Dist::Zilla::Plugin::License
155      name: '@Author::ETHER/License'
156      version: '6.008'
157    -
158      class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
159      config:
160        Dist::Zilla::Plugin::GenerateFile::FromShareDir:
161          destination_filename: CONTRIBUTING
162          dist: Dist-Zilla-PluginBundle-Author-ETHER
163          encoding: UTF-8
164          has_xs: 0
165          location: build
166          source_filename: CONTRIBUTING
167        Dist::Zilla::Role::RepoFileInjector:
168          allow_overwrite: 1
169          repo_root: .
170          version: '0.007'
171      name: '@Author::ETHER/generate CONTRIBUTING'
172      version: '0.013'
173    -
174      class: Dist::Zilla::Plugin::InstallGuide
175      name: '@Author::ETHER/InstallGuide'
176      version: '1.200007'
177    -
178      class: Dist::Zilla::Plugin::Test::Compile
179      config:
180        Dist::Zilla::Plugin::Test::Compile:
181          bail_out_on_fail: '1'
182          fail_on_warning: author
183          fake_home: 0
184          filename: xt/author/00-compile.t
185          module_finder:
186            - ':InstallModules'
187          needs_display: 0
188          phase: develop
189          script_finder:
190            - ':PerlExecFiles'
191            - '@Author::ETHER/Examples'
192          skips: []
193          switch: []
194      name: '@Author::ETHER/Test::Compile'
195      version: '2.056'
196    -
197      class: Dist::Zilla::Plugin::Test::NoTabs
198      config:
199        Dist::Zilla::Plugin::Test::NoTabs:
200          filename: xt/author/no-tabs.t
201          finder:
202            - ':InstallModules'
203            - ':ExecFiles'
204            - '@Author::ETHER/Examples'
205            - ':TestFiles'
206            - ':ExtraTestFiles'
207      name: '@Author::ETHER/Test::NoTabs'
208      version: '0.15'
209    -
210      class: Dist::Zilla::Plugin::Test::EOL
211      config:
212        Dist::Zilla::Plugin::Test::EOL:
213          filename: xt/author/eol.t
214          finder:
215            - ':ExecFiles'
216            - ':ExtraTestFiles'
217            - ':InstallModules'
218            - ':TestFiles'
219            - '@Author::ETHER/Examples'
220          trailing_whitespace: 1
221      name: '@Author::ETHER/Test::EOL'
222      version: '0.19'
223    -
224      class: Dist::Zilla::Plugin::MetaTests
225      name: '@Author::ETHER/MetaTests'
226      version: '6.008'
227    -
228      class: Dist::Zilla::Plugin::Test::CPAN::Changes
229      config:
230        Dist::Zilla::Plugin::Test::CPAN::Changes:
231          changelog: Changes
232      name: '@Author::ETHER/Test::CPAN::Changes'
233      version: '0.012'
234    -
235      class: Dist::Zilla::Plugin::Test::ChangesHasContent
236      name: '@Author::ETHER/Test::ChangesHasContent'
237      version: '0.010'
238    -
239      class: Dist::Zilla::Plugin::Test::MinimumVersion
240      name: '@Author::ETHER/Test::MinimumVersion'
241      version: '2.000007'
242    -
243      class: Dist::Zilla::Plugin::PodSyntaxTests
244      name: '@Author::ETHER/PodSyntaxTests'
245      version: '6.008'
246    -
247      class: Dist::Zilla::Plugin::PodCoverageTests
248      name: '@Author::ETHER/PodCoverageTests'
249      version: '6.008'
250    -
251      class: Dist::Zilla::Plugin::Test::PodSpelling
252      config:
253        Dist::Zilla::Plugin::Test::PodSpelling:
254          directories:
255            - examples
256            - lib
257            - script
258            - t
259            - xt
260          spell_cmd: ''
261          stopwords:
262            - irc
263          wordlist: Pod::Wordlist
264      name: '@Author::ETHER/Test::PodSpelling'
265      version: '2.007004'
266    -
267      class: Dist::Zilla::Plugin::Test::Pod::No404s
268      name: '@Author::ETHER/Test::Pod::No404s'
269      version: '1.003'
270    -
271      class: Dist::Zilla::Plugin::Test::Kwalitee
272      config:
273        Dist::Zilla::Plugin::Test::Kwalitee:
274          filename: xt/author/kwalitee.t
275          skiptest: []
276      name: '@Author::ETHER/Test::Kwalitee'
277      version: '2.12'
278    -
279      class: Dist::Zilla::Plugin::MojibakeTests
280      name: '@Author::ETHER/MojibakeTests'
281      version: '0.8'
282    -
283      class: Dist::Zilla::Plugin::Test::ReportPrereqs
284      name: '@Author::ETHER/Test::ReportPrereqs'
285      version: '0.025'
286    -
287      class: Dist::Zilla::Plugin::Test::Portability
288      config:
289        Dist::Zilla::Plugin::Test::Portability:
290          options: ''
291      name: '@Author::ETHER/Test::Portability'
292      version: '2.001000'
293    -
294      class: Dist::Zilla::Plugin::Test::CleanNamespaces
295      config:
296        Dist::Zilla::Plugin::Test::CleanNamespaces:
297          filename: xt/author/clean-namespaces.t
298          skips: []
299      name: '@Author::ETHER/Test::CleanNamespaces'
300      version: '0.006'
301    -
302      class: Dist::Zilla::Plugin::Git::Describe
303      name: '@Author::ETHER/Git::Describe'
304      version: '0.007'
305    -
306      class: Dist::Zilla::Plugin::PodWeaver
307      config:
308        Dist::Zilla::Plugin::PodWeaver:
309          config_plugins:
310            - '@Author::ETHER'
311          finder:
312            - ':InstallModules'
313            - ':ExecFiles'
314          plugins:
315            -
316              class: Pod::Weaver::Plugin::EnsurePod5
317              name: '@Author::ETHER/EnsurePod5'
318              version: '4.015'
319            -
320              class: Pod::Weaver::Plugin::H1Nester
321              name: '@Author::ETHER/H1Nester'
322              version: '4.015'
323            -
324              class: Pod::Weaver::Plugin::SingleEncoding
325              name: '@Author::ETHER/SingleEncoding'
326              version: '4.015'
327            -
328              class: Pod::Weaver::Plugin::Transformer
329              name: '@Author::ETHER/List'
330              version: '4.015'
331            -
332              class: Pod::Weaver::Plugin::Transformer
333              name: '@Author::ETHER/Verbatim'
334              version: '4.015'
335            -
336              class: Pod::Weaver::Section::Region
337              name: '@Author::ETHER/header'
338              version: '4.015'
339            -
340              class: Pod::Weaver::Section::Name
341              name: '@Author::ETHER/Name'
342              version: '4.015'
343            -
344              class: Pod::Weaver::Section::Version
345              name: '@Author::ETHER/Version'
346              version: '4.015'
347            -
348              class: Pod::Weaver::Section::Region
349              name: '@Author::ETHER/prelude'
350              version: '4.015'
351            -
352              class: Pod::Weaver::Section::Generic
353              name: SYNOPSIS
354              version: '4.015'
355            -
356              class: Pod::Weaver::Section::Generic
357              name: DESCRIPTION
358              version: '4.015'
359            -
360              class: Pod::Weaver::Section::Generic
361              name: OVERVIEW
362              version: '4.015'
363            -
364              class: Pod::Weaver::Section::Collect
365              name: ATTRIBUTES
366              version: '4.015'
367            -
368              class: Pod::Weaver::Section::Collect
369              name: METHODS
370              version: '4.015'
371            -
372              class: Pod::Weaver::Section::Collect
373              name: FUNCTIONS
374              version: '4.015'
375            -
376              class: Pod::Weaver::Section::Collect
377              name: TYPES
378              version: '4.015'
379            -
380              class: Pod::Weaver::Section::Leftovers
381              name: '@Author::ETHER/Leftovers'
382              version: '4.015'
383            -
384              class: Pod::Weaver::Section::Region
385              name: '@Author::ETHER/postlude'
386              version: '4.015'
387            -
388              class: Pod::Weaver::Section::GenerateSection
389              name: '@Author::ETHER/generate SUPPORT'
390              version: '1.02'
391            -
392              class: Pod::Weaver::Section::AllowOverride
393              name: '@Author::ETHER/allow override SUPPORT'
394              version: '0.05'
395            -
396              class: Pod::Weaver::Section::Authors
397              name: '@Author::ETHER/Authors'
398              version: '4.015'
399            -
400              class: Pod::Weaver::Section::Contributors
401              name: '@Author::ETHER/Contributors'
402              version: '0.009'
403            -
404              class: Pod::Weaver::Section::Legal
405              name: '@Author::ETHER/Legal'
406              version: '4.015'
407            -
408              class: Pod::Weaver::Section::Region
409              name: '@Author::ETHER/footer'
410              version: '4.015'
411      name: '@Author::ETHER/PodWeaver'
412      version: '4.008'
413    -
414      class: Dist::Zilla::Plugin::GithubMeta
415      name: '@Author::ETHER/GithubMeta'
416      version: '0.54'
417    -
418      class: Dist::Zilla::Plugin::AutoMetaResources
419      name: '@Author::ETHER/AutoMetaResources'
420      version: '1.21'
421    -
422      class: Dist::Zilla::Plugin::Authority
423      name: '@Author::ETHER/Authority'
424      version: '1.009'
425    -
426      class: Dist::Zilla::Plugin::MetaNoIndex
427      name: '@Author::ETHER/MetaNoIndex'
428      version: '6.008'
429    -
430      class: Dist::Zilla::Plugin::MetaProvides::Package
431      config:
432        Dist::Zilla::Plugin::MetaProvides::Package:
433          finder:
434            - ':InstallModules'
435          finder_objects:
436            -
437              class: Dist::Zilla::Plugin::FinderCode
438              name: ':InstallModules'
439              version: '6.008'
440          include_underscores: 0
441        Dist::Zilla::Role::MetaProvider::Provider:
442          $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002003'
443          inherit_missing: '0'
444          inherit_version: '0'
445          meta_noindex: '1'
446        Dist::Zilla::Role::ModuleMetadata:
447          Module::Metadata: '1.000033'
448          version: '0.004'
449      name: '@Author::ETHER/MetaProvides::Package'
450      version: '2.004002'
451    -
452      class: Dist::Zilla::Plugin::MetaConfig
453      name: '@Author::ETHER/MetaConfig'
454      version: '6.008'
455    -
456      class: Dist::Zilla::Plugin::Keywords
457      config:
458        Dist::Zilla::Plugin::Keywords:
459          keywords:
460            - moose
461            - types
462            - classes
463            - objects
464            - constraints
465            - declare
466            - libraries
467            - strings
468            - numbers
469      name: '@Author::ETHER/Keywords'
470      version: '0.007'
471    -
472      class: Dist::Zilla::Plugin::AutoPrereqs
473      name: '@Author::ETHER/AutoPrereqs'
474      version: '6.008'
475    -
476      class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
477      name: '@Author::ETHER/Prereqs::AuthorDeps'
478      version: '0.006'
479    -
480      class: Dist::Zilla::Plugin::MinimumPerl
481      name: '@Author::ETHER/MinimumPerl'
482      version: '1.006'
483    -
484      class: Dist::Zilla::Plugin::Prereqs
485      config:
486        Dist::Zilla::Plugin::Prereqs:
487          phase: develop
488          type: recommends
489      name: '@Author::ETHER/pluginbundle_version'
490      version: '6.008'
491    -
492      class: Dist::Zilla::Plugin::MakeMaker::Fallback
493      config:
494        Dist::Zilla::Plugin::MakeMaker::Awesome:
495          version: '0.38'
496        Dist::Zilla::Role::TestRunner:
497          default_jobs: 9
498      name: '@Author::ETHER/MakeMaker::Fallback'
499      version: '0.023'
500    -
501      class: Dist::Zilla::Plugin::ModuleBuildTiny::Fallback
502      config:
503        Dist::Zilla::Plugin::ModuleBuildTiny::Fallback:
504          mb_version: '0.28'
505          plugins:
506            -
507              class: Dist::Zilla::Plugin::ModuleBuild
508              config:
509                Dist::Zilla::Role::TestRunner:
510                  default_jobs: 9
511              name: 'ModuleBuild, via ModuleBuildTiny::Fallback'
512              version: '6.008'
513            -
514              class: Dist::Zilla::Plugin::ModuleBuildTiny
515              config:
516                Dist::Zilla::Role::TestRunner:
517                  default_jobs: 9
518              name: 'ModuleBuildTiny, via ModuleBuildTiny::Fallback'
519              version: '0.015'
520        Dist::Zilla::Role::TestRunner:
521          default_jobs: 9
522      name: '@Author::ETHER/ModuleBuildTiny::Fallback'
523      version: '0.023'
524    -
525      class: Dist::Zilla::Plugin::Git::Contributors
526      config:
527        Dist::Zilla::Plugin::Git::Contributors:
528          'git --version': 2.10.0
529          include_authors: 0
530          include_releaser: 1
531          order_by: commits
532          paths: []
533      name: '@Author::ETHER/Git::Contributors'
534      version: '0.029'
535    -
536      class: Dist::Zilla::Plugin::StaticInstall
537      config:
538        Dist::Zilla::Plugin::StaticInstall:
539          dry_run: 1
540          mode: auto
541      name: '@Author::ETHER/StaticInstall'
542      version: '0.010'
543    -
544      class: Dist::Zilla::Plugin::RunExtraTests
545      config:
546        Dist::Zilla::Role::TestRunner:
547          default_jobs: 9
548      name: '@Author::ETHER/RunExtraTests'
549      version: '0.029'
550    -
551      class: Dist::Zilla::Plugin::CheckSelfDependency
552      config:
553        Dist::Zilla::Plugin::CheckSelfDependency:
554          finder:
555            - ':InstallModules'
556        Dist::Zilla::Role::ModuleMetadata:
557          Module::Metadata: '1.000033'
558          version: '0.004'
559      name: '@Author::ETHER/CheckSelfDependency'
560      version: '0.011'
561    -
562      class: Dist::Zilla::Plugin::Run::AfterBuild
563      config:
564        Dist::Zilla::Plugin::Run::Role::Runner:
565          fatal_errors: 1
566          quiet: 1
567          run:
568            - "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\""
569      name: '@Author::ETHER/.ackrc'
570      version: '0.043'
571    -
572      class: Dist::Zilla::Plugin::Run::AfterBuild
573      config:
574        Dist::Zilla::Plugin::Run::Role::Runner:
575          eval:
576            - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }"
577          fatal_errors: 0
578          quiet: 1
579      name: '@Author::ETHER/.latest'
580      version: '0.043'
581    -
582      class: Dist::Zilla::Plugin::CheckStrictVersion
583      name: '@Author::ETHER/CheckStrictVersion'
584      version: '0.001'
585    -
586      class: Dist::Zilla::Plugin::Git::Check
587      config:
588        Dist::Zilla::Plugin::Git::Check:
589          untracked_files: die
590        Dist::Zilla::Role::Git::DirtyFiles:
591          allow_dirty: []
592          allow_dirty_match: []
593          changelog: Changes
594        Dist::Zilla::Role::Git::Repo:
595          'git --version': 2.10.0
596          repo_root: .
597      name: '@Author::ETHER/initial check'
598      version: '2.041'
599    -
600      class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
601      config:
602        Dist::Zilla::Role::Git::Repo:
603          'git --version': 2.10.0
604          repo_root: .
605      name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
606      version: '0.014'
607    -
608      class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
609      config:
610        Dist::Zilla::Role::Git::Repo:
611          'git --version': 2.10.0
612          repo_root: .
613      name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
614      version: '0.014'
615    -
616      class: Dist::Zilla::Plugin::Git::Remote::Check
617      name: '@Author::ETHER/Git::Remote::Check'
618      version: 0.2.0
619    -
620      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
621      name: '@Author::ETHER/CheckPrereqsIndexed'
622      version: '0.020'
623    -
624      class: Dist::Zilla::Plugin::TestRelease
625      name: '@Author::ETHER/TestRelease'
626      version: '6.008'
627    -
628      class: Dist::Zilla::Plugin::Git::Check
629      config:
630        Dist::Zilla::Plugin::Git::Check:
631          untracked_files: die
632        Dist::Zilla::Role::Git::DirtyFiles:
633          allow_dirty: []
634          allow_dirty_match: []
635          changelog: Changes
636        Dist::Zilla::Role::Git::Repo:
637          'git --version': 2.10.0
638          repo_root: .
639      name: '@Author::ETHER/after tests'
640      version: '2.041'
641    -
642      class: Dist::Zilla::Plugin::CheckIssues
643      name: '@Author::ETHER/CheckIssues'
644      version: '0.010'
645    -
646      class: Dist::Zilla::Plugin::UploadToCPAN
647      name: '@Author::ETHER/UploadToCPAN'
648      version: '6.008'
649    -
650      class: Dist::Zilla::Plugin::CopyFilesFromRelease
651      config:
652        Dist::Zilla::Plugin::CopyFilesFromRelease:
653          filename:
654            - CONTRIBUTING
655            - Changes
656            - INSTALL
657            - LICENCE
658            - LICENSE
659            - ppport.h
660          match: []
661      name: '@Author::ETHER/CopyFilesFromRelease'
662      version: '0.006'
663    -
664      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
665      config:
666        Dist::Zilla::Role::FileWatcher:
667          version: '0.006'
668      name: '@Author::ETHER/ReadmeAnyFromPod'
669      version: '0.163250'
670    -
671      class: Dist::Zilla::Plugin::Git::Commit
672      config:
673        Dist::Zilla::Plugin::Git::Commit:
674          add_files_in:
675            - .
676          commit_msg: '%N-%v%t%n%n%c'
677        Dist::Zilla::Role::Git::DirtyFiles:
678          allow_dirty:
679            - CONTRIBUTING
680            - Changes
681            - LICENSE
682            - README.pod
683          allow_dirty_match: []
684          changelog: Changes
685        Dist::Zilla::Role::Git::Repo:
686          'git --version': 2.10.0
687          repo_root: .
688        Dist::Zilla::Role::Git::StringFormatter:
689          time_zone: local
690      name: '@Author::ETHER/release snapshot'
691      version: '2.041'
692    -
693      class: Dist::Zilla::Plugin::Git::Tag
694      config:
695        Dist::Zilla::Plugin::Git::Tag:
696          branch: ~
697          changelog: Changes
698          signed: 0
699          tag: v0.001014
700          tag_format: v%v
701          tag_message: v%v%t
702        Dist::Zilla::Role::Git::Repo:
703          'git --version': 2.10.0
704          repo_root: .
705        Dist::Zilla::Role::Git::StringFormatter:
706          time_zone: local
707      name: '@Author::ETHER/Git::Tag'
708      version: '2.041'
709    -
710      class: Dist::Zilla::Plugin::GitHub::Update
711      config:
712        Dist::Zilla::Plugin::GitHub::Update:
713          metacpan: 1
714      name: '@Author::ETHER/GitHub::Update'
715      version: '0.43'
716    -
717      class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
718      config:
719        Dist::Zilla::Plugin::BumpVersionAfterRelease:
720          finders:
721            - ':ExecFiles'
722            - ':InstallModules'
723          global: 1
724          munge_makefile_pl: 1
725        Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {}
726      name: '@Author::ETHER/BumpVersionAfterRelease::Transitional'
727      version: '0.007'
728    -
729      class: Dist::Zilla::Plugin::NextRelease
730      name: '@Author::ETHER/NextRelease'
731      version: '6.008'
732    -
733      class: Dist::Zilla::Plugin::Git::Commit
734      config:
735        Dist::Zilla::Plugin::Git::Commit:
736          add_files_in: []
737          commit_msg: 'increment $VERSION after %v release'
738        Dist::Zilla::Role::Git::DirtyFiles:
739          allow_dirty:
740            - Changes
741          allow_dirty_match:
742            - (?^:^lib/.*\.pm$)
743          changelog: Changes
744        Dist::Zilla::Role::Git::Repo:
745          'git --version': 2.10.0
746          repo_root: .
747        Dist::Zilla::Role::Git::StringFormatter:
748          time_zone: local
749      name: '@Author::ETHER/post-release commit'
750      version: '2.041'
751    -
752      class: Dist::Zilla::Plugin::Git::Push
753      config:
754        Dist::Zilla::Plugin::Git::Push:
755          push_to:
756            - origin
757          remotes_must_exist: 1
758        Dist::Zilla::Role::Git::Repo:
759          'git --version': 2.10.0
760          repo_root: .
761      name: '@Author::ETHER/Git::Push'
762      version: '2.041'
763    -
764      class: Dist::Zilla::Plugin::Run::AfterRelease
765      config:
766        Dist::Zilla::Plugin::Run::Role::Runner:
767          fatal_errors: 0
768          quiet: 0
769          run:
770            - REDACTED
771      name: '@Author::ETHER/install release'
772      version: '0.043'
773    -
774      class: Dist::Zilla::Plugin::Run::AfterRelease
775      config:
776        Dist::Zilla::Plugin::Run::Role::Runner:
777          eval:
778            - 'print "release complete!\xa"'
779          fatal_errors: 1
780          quiet: 1
781      name: '@Author::ETHER/release complete'
782      version: '0.043'
783    -
784      class: Dist::Zilla::Plugin::ConfirmRelease
785      name: '@Author::ETHER/ConfirmRelease'
786      version: '6.008'
787    -
788      class: Dist::Zilla::Plugin::Substitute
789      name: Substitute
790      version: '0.006'
791    -
792      class: Dist::Zilla::Plugin::MetaResources
793      name: MetaResources
794      version: '6.008'
795    -
796      class: Dist::Zilla::Plugin::Prereqs
797      config:
798        Dist::Zilla::Plugin::Prereqs:
799          phase: develop
800          type: requires
801      name: DevelopRequires
802      version: '6.008'
803    -
804      class: Dist::Zilla::Plugin::Test::CheckBreaks
805      config:
806        Dist::Zilla::Plugin::Test::CheckBreaks:
807          conflicts_module:
808            - Module::Runtime::Conflicts
809            - Moose::Conflicts
810          no_forced_deps: 0
811        Dist::Zilla::Role::ModuleMetadata:
812          Module::Metadata: '1.000033'
813          version: '0.004'
814      name: Test::CheckBreaks
815      version: '0.017'
816    -
817      class: Dist::Zilla::Plugin::FinderCode
818      name: ':InstallModules'
819      version: '6.008'
820    -
821      class: Dist::Zilla::Plugin::FinderCode
822      name: ':IncModules'
823      version: '6.008'
824    -
825      class: Dist::Zilla::Plugin::FinderCode
826      name: ':TestFiles'
827      version: '6.008'
828    -
829      class: Dist::Zilla::Plugin::FinderCode
830      name: ':ExtraTestFiles'
831      version: '6.008'
832    -
833      class: Dist::Zilla::Plugin::FinderCode
834      name: ':ExecFiles'
835      version: '6.008'
836    -
837      class: Dist::Zilla::Plugin::FinderCode
838      name: ':PerlExecFiles'
839      version: '6.008'
840    -
841      class: Dist::Zilla::Plugin::FinderCode
842      name: ':ShareFiles'
843      version: '6.008'
844    -
845      class: Dist::Zilla::Plugin::FinderCode
846      name: ':MainModule'
847      version: '6.008'
848    -
849      class: Dist::Zilla::Plugin::FinderCode
850      name: ':AllFiles'
851      version: '6.008'
852    -
853      class: Dist::Zilla::Plugin::FinderCode
854      name: ':NoFiles'
855      version: '6.008'
856    -
857      class: Dist::Zilla::Plugin::VerifyPhases
858      name: '@Author::ETHER/PHASE VERIFICATION'
859      version: '0.014'
860  zilla:
861    class: Dist::Zilla::Dist::Builder
862    config:
863      is_trial: '0'
864    version: '6.008'
865x_authority: cpan:GRODITI
866x_contributors:
867  - 'Karen Etheridge <ether@cpan.org>'
868  - 'Justin Hunter <justin.d.hunter@gmail.com>'
869  - 'Dave Rolsky <autarch@urth.org>'
870  - 'Tomas Doran <bobtfish@bobtfish.net>'
871  - 'Toby Inkster <tobyink@cpan.org>'
872  - 'Gregory Oschwald <oschwald@gmail.com>'
873  - 'Denis Ibaev <dionys@gmail.com>'
874  - 'Graham Knop <haarg@haarg.org>'
875  - 'Gregory Oschwald <goschwald@maxmind.com>'
876  - 'Caleb Cushing <xenoterracide@gmail.com>'
877x_serialization_backend: 'YAML::Tiny version 1.69'
878