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