1{
2   "abstract" : "HTTP style message (base class)",
3   "author" : [
4      "Gisle Aas <gisle@activestate.com>"
5   ],
6   "dynamic_config" : 0,
7   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
8   "license" : [
9      "perl_5"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : 2
14   },
15   "name" : "HTTP-Message",
16   "no_index" : {
17      "directory" : [
18         "examples",
19         "t",
20         "xt"
21      ]
22   },
23   "prereqs" : {
24      "configure" : {
25         "requires" : {
26            "ExtUtils::MakeMaker" : "0",
27            "perl" : "5.006"
28         },
29         "suggests" : {
30            "JSON::PP" : "2.27300"
31         }
32      },
33      "develop" : {
34         "requires" : {
35            "Clone" : "0",
36            "File::Spec" : "0",
37            "IO::Handle" : "0",
38            "IPC::Open3" : "0",
39            "Test::CPAN::Changes" : "0.19",
40            "Test::Mojibake" : "0",
41            "Test::More" : "0.96",
42            "Test::Pod" : "1.41",
43            "Test::Portability::Files" : "0",
44            "Test::Version" : "1",
45            "perl" : "5.006"
46         }
47      },
48      "runtime" : {
49         "requires" : {
50            "Carp" : "0",
51            "Compress::Raw::Zlib" : "0",
52            "Encode" : "3.01",
53            "Encode::Locale" : "1",
54            "Exporter" : "5.57",
55            "File::Spec" : "0",
56            "HTTP::Date" : "6",
57            "IO::Compress::Bzip2" : "2.021",
58            "IO::Compress::Deflate" : "0",
59            "IO::Compress::Gzip" : "0",
60            "IO::HTML" : "0",
61            "IO::Uncompress::Bunzip2" : "2.021",
62            "IO::Uncompress::Gunzip" : "0",
63            "IO::Uncompress::Inflate" : "0",
64            "IO::Uncompress::RawInflate" : "0",
65            "LWP::MediaTypes" : "6",
66            "MIME::Base64" : "2.1",
67            "MIME::QuotedPrint" : "0",
68            "URI" : "1.10",
69            "base" : "0",
70            "perl" : "5.008001",
71            "strict" : "0",
72            "warnings" : "0"
73         },
74         "suggests" : {
75            "Clone" : "0"
76         }
77      },
78      "test" : {
79         "recommends" : {
80            "CPAN::Meta" : "2.120900"
81         },
82         "requires" : {
83            "ExtUtils::MakeMaker" : "0",
84            "File::Spec" : "0",
85            "File::Temp" : "0",
86            "PerlIO::encoding" : "0",
87            "Test::More" : "0.88",
88            "Time::Local" : "0",
89            "Try::Tiny" : "0",
90            "URI::URL" : "0",
91            "lib" : "0",
92            "overload" : "0",
93            "perl" : "5.008001"
94         }
95      }
96   },
97   "release_status" : "stable",
98   "resources" : {
99      "bugtracker" : {
100         "web" : "https://github.com/libwww-perl/HTTP-Message/issues"
101      },
102      "homepage" : "https://github.com/libwww-perl/HTTP-Message",
103      "repository" : {
104         "type" : "git",
105         "url" : "https://github.com/libwww-perl/HTTP-Message.git",
106         "web" : "https://github.com/libwww-perl/HTTP-Message"
107      },
108      "x_IRC" : "irc://irc.perl.org/#lwp",
109      "x_MailingList" : "mailto:libwww@perl.org"
110   },
111   "version" : "6.35",
112   "x_Dist_Zilla" : {
113      "perl" : {
114         "version" : "5.030002"
115      },
116      "plugins" : [
117         {
118            "class" : "Dist::Zilla::Plugin::MetaResources",
119            "name" : "MetaResources",
120            "version" : "6.024"
121         },
122         {
123            "class" : "Dist::Zilla::Plugin::Prereqs",
124            "config" : {
125               "Dist::Zilla::Plugin::Prereqs" : {
126                  "phase" : "runtime",
127                  "type" : "requires"
128               }
129            },
130            "name" : "Prereqs",
131            "version" : "6.024"
132         },
133         {
134            "class" : "Dist::Zilla::Plugin::PromptIfStale",
135            "config" : {
136               "Dist::Zilla::Plugin::PromptIfStale" : {
137                  "check_all_plugins" : 0,
138                  "check_all_prereqs" : 0,
139                  "modules" : [
140                     "Dist::Zilla::PluginBundle::Author::OALDERS"
141                  ],
142                  "phase" : "build",
143                  "run_under_travis" : 0,
144                  "skip" : []
145               }
146            },
147            "name" : "@Author::OALDERS/stale modules, build",
148            "version" : "0.057"
149         },
150         {
151            "class" : "Dist::Zilla::Plugin::PromptIfStale",
152            "config" : {
153               "Dist::Zilla::Plugin::PromptIfStale" : {
154                  "check_all_plugins" : 1,
155                  "check_all_prereqs" : 1,
156                  "modules" : [],
157                  "phase" : "release",
158                  "run_under_travis" : 0,
159                  "skip" : []
160               }
161            },
162            "name" : "@Author::OALDERS/stale modules, release",
163            "version" : "0.057"
164         },
165         {
166            "class" : "Dist::Zilla::Plugin::OALDERS::TidyAll",
167            "name" : "@Author::OALDERS/OALDERS::TidyAll",
168            "version" : "0.000029"
169         },
170         {
171            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
172            "name" : "@Author::OALDERS/AutoPrereqs",
173            "version" : "6.024"
174         },
175         {
176            "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
177            "name" : "@Author::OALDERS/CheckChangesHasContent",
178            "version" : "0.011"
179         },
180         {
181            "class" : "Dist::Zilla::Plugin::MakeMaker",
182            "config" : {
183               "Dist::Zilla::Role::TestRunner" : {
184                  "default_jobs" : "1"
185               }
186            },
187            "name" : "@Author::OALDERS/MakeMaker",
188            "version" : "6.024"
189         },
190         {
191            "class" : "Dist::Zilla::Plugin::CPANFile",
192            "name" : "@Author::OALDERS/CPANFile",
193            "version" : "6.024"
194         },
195         {
196            "class" : "Dist::Zilla::Plugin::ContributorsFile",
197            "name" : "@Author::OALDERS/ContributorsFile",
198            "version" : "0.3.0"
199         },
200         {
201            "class" : "Dist::Zilla::Plugin::MetaJSON",
202            "name" : "@Author::OALDERS/MetaJSON",
203            "version" : "6.024"
204         },
205         {
206            "class" : "Dist::Zilla::Plugin::MetaYAML",
207            "name" : "@Author::OALDERS/MetaYAML",
208            "version" : "6.024"
209         },
210         {
211            "class" : "Dist::Zilla::Plugin::Manifest",
212            "name" : "@Author::OALDERS/Manifest",
213            "version" : "6.024"
214         },
215         {
216            "class" : "Dist::Zilla::Plugin::MetaNoIndex",
217            "name" : "@Author::OALDERS/MetaNoIndex",
218            "version" : "6.024"
219         },
220         {
221            "class" : "Dist::Zilla::Plugin::MetaConfig",
222            "name" : "@Author::OALDERS/MetaConfig",
223            "version" : "6.024"
224         },
225         {
226            "class" : "Dist::Zilla::Plugin::MetaResources",
227            "name" : "@Author::OALDERS/MetaResources",
228            "version" : "6.024"
229         },
230         {
231            "class" : "Dist::Zilla::Plugin::License",
232            "name" : "@Author::OALDERS/License",
233            "version" : "6.024"
234         },
235         {
236            "class" : "Dist::Zilla::Plugin::InstallGuide",
237            "config" : {
238               "Dist::Zilla::Role::ModuleMetadata" : {
239                  "Module::Metadata" : "1.000037",
240                  "version" : "0.006"
241               }
242            },
243            "name" : "@Author::OALDERS/InstallGuide",
244            "version" : "1.200014"
245         },
246         {
247            "class" : "Dist::Zilla::Plugin::ExecDir",
248            "name" : "@Author::OALDERS/ExecDir",
249            "version" : "6.024"
250         },
251         {
252            "class" : "Dist::Zilla::Plugin::MojibakeTests",
253            "name" : "@Author::OALDERS/MojibakeTests",
254            "version" : "0.8"
255         },
256         {
257            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
258            "name" : "@Author::OALDERS/PodSyntaxTests",
259            "version" : "6.024"
260         },
261         {
262            "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
263            "config" : {
264               "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
265                  "changelog" : "Changes"
266               }
267            },
268            "name" : "@Author::OALDERS/Test::CPAN::Changes",
269            "version" : "0.012"
270         },
271         {
272            "class" : "Dist::Zilla::Plugin::Test::Portability",
273            "config" : {
274               "Dist::Zilla::Plugin::Test::Portability" : {
275                  "options" : ""
276               }
277            },
278            "name" : "@Author::OALDERS/Test::Portability",
279            "version" : "2.001000"
280         },
281         {
282            "class" : "Dist::Zilla::Plugin::TestRelease",
283            "name" : "@Author::OALDERS/TestRelease",
284            "version" : "6.024"
285         },
286         {
287            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
288            "name" : "@Author::OALDERS/Test::ReportPrereqs",
289            "version" : "0.028"
290         },
291         {
292            "class" : "Dist::Zilla::Plugin::Test::Version",
293            "name" : "@Author::OALDERS/Test::Version",
294            "version" : "1.09"
295         },
296         {
297            "class" : "Dist::Zilla::Plugin::RunExtraTests",
298            "config" : {
299               "Dist::Zilla::Role::TestRunner" : {
300                  "default_jobs" : "1"
301               }
302            },
303            "name" : "@Author::OALDERS/RunExtraTests",
304            "version" : "0.029"
305         },
306         {
307            "class" : "Dist::Zilla::Plugin::MinimumPerl",
308            "name" : "@Author::OALDERS/MinimumPerl",
309            "version" : "1.006"
310         },
311         {
312            "class" : "Dist::Zilla::Plugin::PodWeaver",
313            "config" : {
314               "Dist::Zilla::Plugin::PodWeaver" : {
315                  "finder" : [
316                     ":InstallModules",
317                     ":ExecFiles"
318                  ],
319                  "plugins" : [
320                     {
321                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
322                        "name" : "@CorePrep/EnsurePod5",
323                        "version" : "4.015"
324                     },
325                     {
326                        "class" : "Pod::Weaver::Plugin::H1Nester",
327                        "name" : "@CorePrep/H1Nester",
328                        "version" : "4.015"
329                     },
330                     {
331                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
332                        "name" : "@Default/SingleEncoding",
333                        "version" : "4.015"
334                     },
335                     {
336                        "class" : "Pod::Weaver::Section::Name",
337                        "name" : "@Default/Name",
338                        "version" : "4.015"
339                     },
340                     {
341                        "class" : "Pod::Weaver::Section::Version",
342                        "name" : "@Default/Version",
343                        "version" : "4.015"
344                     },
345                     {
346                        "class" : "Pod::Weaver::Section::Region",
347                        "name" : "@Default/prelude",
348                        "version" : "4.015"
349                     },
350                     {
351                        "class" : "Pod::Weaver::Section::Generic",
352                        "name" : "SYNOPSIS",
353                        "version" : "4.015"
354                     },
355                     {
356                        "class" : "Pod::Weaver::Section::Generic",
357                        "name" : "DESCRIPTION",
358                        "version" : "4.015"
359                     },
360                     {
361                        "class" : "Pod::Weaver::Section::Generic",
362                        "name" : "OVERVIEW",
363                        "version" : "4.015"
364                     },
365                     {
366                        "class" : "Pod::Weaver::Section::Collect",
367                        "name" : "ATTRIBUTES",
368                        "version" : "4.015"
369                     },
370                     {
371                        "class" : "Pod::Weaver::Section::Collect",
372                        "name" : "METHODS",
373                        "version" : "4.015"
374                     },
375                     {
376                        "class" : "Pod::Weaver::Section::Collect",
377                        "name" : "FUNCTIONS",
378                        "version" : "4.015"
379                     },
380                     {
381                        "class" : "Pod::Weaver::Section::Leftovers",
382                        "name" : "@Default/Leftovers",
383                        "version" : "4.015"
384                     },
385                     {
386                        "class" : "Pod::Weaver::Section::Region",
387                        "name" : "@Default/postlude",
388                        "version" : "4.015"
389                     },
390                     {
391                        "class" : "Pod::Weaver::Section::Authors",
392                        "name" : "@Default/Authors",
393                        "version" : "4.015"
394                     },
395                     {
396                        "class" : "Pod::Weaver::Section::Legal",
397                        "name" : "@Default/Legal",
398                        "version" : "4.015"
399                     }
400                  ]
401               }
402            },
403            "name" : "@Author::OALDERS/PodWeaver",
404            "version" : "4.009"
405         },
406         {
407            "class" : "Dist::Zilla::Plugin::PruneCruft",
408            "name" : "@Author::OALDERS/PruneCruft",
409            "version" : "6.024"
410         },
411         {
412            "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
413            "name" : "@Author::OALDERS/CopyFilesFromBuild",
414            "version" : "0.170880"
415         },
416         {
417            "class" : "Dist::Zilla::Plugin::GithubMeta",
418            "name" : "@Author::OALDERS/GithubMeta",
419            "version" : "0.58"
420         },
421         {
422            "class" : "Dist::Zilla::Plugin::Git::GatherDir",
423            "config" : {
424               "Dist::Zilla::Plugin::GatherDir" : {
425                  "exclude_filename" : [
426                     "Install",
427                     "LICENSE",
428                     "META.json",
429                     "Makefile.PL",
430                     "README.md",
431                     "cpanfile"
432                  ],
433                  "exclude_match" : [],
434                  "follow_symlinks" : 0,
435                  "include_dotfiles" : 0,
436                  "prefix" : "",
437                  "prune_directory" : [],
438                  "root" : "."
439               },
440               "Dist::Zilla::Plugin::Git::GatherDir" : {
441                  "include_untracked" : 0
442               }
443            },
444            "name" : "@Author::OALDERS/Git::GatherDir",
445            "version" : "2.048"
446         },
447         {
448            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
449            "config" : {
450               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
451                  "filename" : [
452                     "Install"
453                  ],
454                  "match" : []
455               }
456            },
457            "name" : "@Author::OALDERS/CopyFilesFromRelease",
458            "version" : "0.007"
459         },
460         {
461            "class" : "Dist::Zilla::Plugin::Git::Check",
462            "config" : {
463               "Dist::Zilla::Plugin::Git::Check" : {
464                  "untracked_files" : "die"
465               },
466               "Dist::Zilla::Role::Git::DirtyFiles" : {
467                  "allow_dirty" : [
468                     "Changes",
469                     "Install",
470                     "LICENSE",
471                     "META.json",
472                     "Makefile.PL",
473                     "README.md",
474                     "cpanfile",
475                     "dist.ini"
476                  ],
477                  "allow_dirty_match" : [],
478                  "changelog" : "Changes"
479               },
480               "Dist::Zilla::Role::Git::Repo" : {
481                  "git_version" : "2.33.1",
482                  "repo_root" : "."
483               }
484            },
485            "name" : "@Author::OALDERS/Git::Check",
486            "version" : "2.048"
487         },
488         {
489            "class" : "Dist::Zilla::Plugin::Git::Contributors",
490            "config" : {
491               "Dist::Zilla::Plugin::Git::Contributors" : {
492                  "git_version" : "2.33.1",
493                  "include_authors" : 0,
494                  "include_releaser" : 1,
495                  "order_by" : "name",
496                  "paths" : []
497               }
498            },
499            "name" : "@Author::OALDERS/Git::Contributors",
500            "version" : "0.036"
501         },
502         {
503            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
504            "config" : {
505               "Dist::Zilla::Role::FileWatcher" : {
506                  "version" : "0.006"
507               }
508            },
509            "name" : "@Author::OALDERS/ReadmeMdInBuild",
510            "version" : "0.163250"
511         },
512         {
513            "class" : "Dist::Zilla::Plugin::StaticInstall",
514            "config" : {
515               "Dist::Zilla::Plugin::StaticInstall" : {
516                  "dry_run" : 0,
517                  "mode" : "on"
518               }
519            },
520            "name" : "@Author::OALDERS/StaticInstall",
521            "version" : "0.012"
522         },
523         {
524            "class" : "Dist::Zilla::Plugin::ShareDir",
525            "name" : "@Author::OALDERS/ShareDir",
526            "version" : "6.024"
527         },
528         {
529            "class" : "Dist::Zilla::Plugin::CheckIssues",
530            "name" : "@Author::OALDERS/CheckIssues",
531            "version" : "0.011"
532         },
533         {
534            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
535            "name" : "@Author::OALDERS/ConfirmRelease",
536            "version" : "6.024"
537         },
538         {
539            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
540            "name" : "@Author::OALDERS/UploadToCPAN",
541            "version" : "6.024"
542         },
543         {
544            "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
545            "config" : {
546               "Dist::Zilla::Plugin::RewriteVersion" : {
547                  "add_tarball_name" : 0,
548                  "finders" : [
549                     ":ExecFiles",
550                     ":InstallModules"
551                  ],
552                  "global" : 0,
553                  "skip_version_provider" : 0
554               },
555               "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
556            },
557            "name" : "@Author::OALDERS/@Git::VersionManager/RewriteVersion::Transitional",
558            "version" : "0.009"
559         },
560         {
561            "class" : "Dist::Zilla::Plugin::MetaProvides::Update",
562            "name" : "@Author::OALDERS/@Git::VersionManager/MetaProvides::Update",
563            "version" : "0.007"
564         },
565         {
566            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
567            "config" : {
568               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
569                  "filename" : [
570                     "Changes"
571                  ],
572                  "match" : []
573               }
574            },
575            "name" : "@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease",
576            "version" : "0.007"
577         },
578         {
579            "class" : "Dist::Zilla::Plugin::Git::Commit",
580            "config" : {
581               "Dist::Zilla::Plugin::Git::Commit" : {
582                  "add_files_in" : [],
583                  "commit_msg" : "v%V%n%n%c",
584                  "signoff" : 0
585               },
586               "Dist::Zilla::Role::Git::DirtyFiles" : {
587                  "allow_dirty" : [
588                     "Changes",
589                     "Install",
590                     "LICENSE",
591                     "META.json",
592                     "Makefile.PL",
593                     "README.md",
594                     "cpanfile",
595                     "dist.ini"
596                  ],
597                  "allow_dirty_match" : [],
598                  "changelog" : "Changes"
599               },
600               "Dist::Zilla::Role::Git::Repo" : {
601                  "git_version" : "2.33.1",
602                  "repo_root" : "."
603               },
604               "Dist::Zilla::Role::Git::StringFormatter" : {
605                  "time_zone" : "local"
606               }
607            },
608            "name" : "@Author::OALDERS/@Git::VersionManager/release snapshot",
609            "version" : "2.048"
610         },
611         {
612            "class" : "Dist::Zilla::Plugin::Git::Tag",
613            "config" : {
614               "Dist::Zilla::Plugin::Git::Tag" : {
615                  "branch" : null,
616                  "changelog" : "Changes",
617                  "signed" : 0,
618                  "tag" : "v6.35",
619                  "tag_format" : "v%V",
620                  "tag_message" : "v%V"
621               },
622               "Dist::Zilla::Role::Git::Repo" : {
623                  "git_version" : "2.33.1",
624                  "repo_root" : "."
625               },
626               "Dist::Zilla::Role::Git::StringFormatter" : {
627                  "time_zone" : "local"
628               }
629            },
630            "name" : "@Author::OALDERS/@Git::VersionManager/Git::Tag",
631            "version" : "2.048"
632         },
633         {
634            "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
635            "config" : {
636               "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
637                  "finders" : [
638                     ":ExecFiles",
639                     ":InstallModules"
640                  ],
641                  "global" : 0,
642                  "munge_makefile_pl" : 1
643               },
644               "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {}
645            },
646            "name" : "@Author::OALDERS/@Git::VersionManager/BumpVersionAfterRelease::Transitional",
647            "version" : "0.009"
648         },
649         {
650            "class" : "Dist::Zilla::Plugin::NextRelease",
651            "name" : "@Author::OALDERS/@Git::VersionManager/NextRelease",
652            "version" : "6.024"
653         },
654         {
655            "class" : "Dist::Zilla::Plugin::Git::Commit",
656            "config" : {
657               "Dist::Zilla::Plugin::Git::Commit" : {
658                  "add_files_in" : [],
659                  "commit_msg" : "increment $VERSION after %v release",
660                  "signoff" : 0
661               },
662               "Dist::Zilla::Role::Git::DirtyFiles" : {
663                  "allow_dirty" : [
664                     "Build.PL",
665                     "Changes",
666                     "Makefile.PL"
667                  ],
668                  "allow_dirty_match" : [
669                     "(?^:^lib/.*\\.pm$)"
670                  ],
671                  "changelog" : "Changes"
672               },
673               "Dist::Zilla::Role::Git::Repo" : {
674                  "git_version" : "2.33.1",
675                  "repo_root" : "."
676               },
677               "Dist::Zilla::Role::Git::StringFormatter" : {
678                  "time_zone" : "local"
679               }
680            },
681            "name" : "@Author::OALDERS/@Git::VersionManager/post-release commit",
682            "version" : "2.048"
683         },
684         {
685            "class" : "Dist::Zilla::Plugin::Git::Push",
686            "config" : {
687               "Dist::Zilla::Plugin::Git::Push" : {
688                  "push_to" : [
689                     "origin"
690                  ],
691                  "remotes_must_exist" : 1
692               },
693               "Dist::Zilla::Role::Git::Repo" : {
694                  "git_version" : "2.33.1",
695                  "repo_root" : "."
696               }
697            },
698            "name" : "@Author::OALDERS/Git::Push",
699            "version" : "2.048"
700         },
701         {
702            "class" : "Dist::Zilla::Plugin::Prereqs::Soften",
703            "config" : {
704               "Dist::Zilla::Plugin::Prereqs::Soften" : {
705                  "copy_to" : [
706                     "develop.requires"
707                  ],
708                  "modules" : [
709                     "Clone"
710                  ],
711                  "modules_from_features" : null,
712                  "to_relationship" : "suggests"
713               }
714            },
715            "name" : "Prereqs::Soften",
716            "version" : "0.006003"
717         },
718         {
719            "class" : "Dist::Zilla::Plugin::Test::Compile",
720            "config" : {
721               "Dist::Zilla::Plugin::Test::Compile" : {
722                  "bail_out_on_fail" : "1",
723                  "fail_on_warning" : "author",
724                  "fake_home" : 0,
725                  "filename" : "xt/author/00-compile.t",
726                  "module_finder" : [
727                     ":InstallModules"
728                  ],
729                  "needs_display" : 0,
730                  "phase" : "develop",
731                  "script_finder" : [
732                     ":PerlExecFiles"
733                  ],
734                  "skips" : [],
735                  "switch" : []
736               }
737            },
738            "name" : "Test::Compile",
739            "version" : "2.058"
740         },
741         {
742            "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
743            "name" : "Test::ChangesHasContent",
744            "version" : "0.011"
745         },
746         {
747            "class" : "Dist::Zilla::Plugin::Substitute",
748            "name" : "Substitute",
749            "version" : "0.006"
750         },
751         {
752            "class" : "Dist::Zilla::Plugin::FinderCode",
753            "name" : ":InstallModules",
754            "version" : "6.024"
755         },
756         {
757            "class" : "Dist::Zilla::Plugin::FinderCode",
758            "name" : ":IncModules",
759            "version" : "6.024"
760         },
761         {
762            "class" : "Dist::Zilla::Plugin::FinderCode",
763            "name" : ":TestFiles",
764            "version" : "6.024"
765         },
766         {
767            "class" : "Dist::Zilla::Plugin::FinderCode",
768            "name" : ":ExtraTestFiles",
769            "version" : "6.024"
770         },
771         {
772            "class" : "Dist::Zilla::Plugin::FinderCode",
773            "name" : ":ExecFiles",
774            "version" : "6.024"
775         },
776         {
777            "class" : "Dist::Zilla::Plugin::FinderCode",
778            "name" : ":PerlExecFiles",
779            "version" : "6.024"
780         },
781         {
782            "class" : "Dist::Zilla::Plugin::FinderCode",
783            "name" : ":ShareFiles",
784            "version" : "6.024"
785         },
786         {
787            "class" : "Dist::Zilla::Plugin::FinderCode",
788            "name" : ":MainModule",
789            "version" : "6.024"
790         },
791         {
792            "class" : "Dist::Zilla::Plugin::FinderCode",
793            "name" : ":AllFiles",
794            "version" : "6.024"
795         },
796         {
797            "class" : "Dist::Zilla::Plugin::FinderCode",
798            "name" : ":NoFiles",
799            "version" : "6.024"
800         }
801      ],
802      "zilla" : {
803         "class" : "Dist::Zilla::Dist::Builder",
804         "config" : {
805            "is_trial" : 0
806         },
807         "version" : "6.024"
808      }
809   },
810   "x_contributors" : [
811      "Adam Kennedy <adamk@cpan.org>",
812      "Adam Sjogren <asjo@koldfront.dk>",
813      "Alexey Tourbin <at@altlinux.ru>",
814      "Alex Kapranoff <ka@nadoby.ru>",
815      "amire80 <amir.aharoni@gmail.com>",
816      "Andreas J. Koenig <andreas.koenig@anima.de>",
817      "Andrei Grechkin <andrei.grechkin@booking.com>",
818      "Bill Mann <wfmann@alum.mit.edu>",
819      "Brendan Byrd <GitHub@ResonatorSoft.org>",
820      "Bron Gondwana <brong@fastmail.fm>",
821      "Chase Whitener <capoeirab@cpan.org>",
822      "Christopher J. Madsen <cjm@cpan.org>",
823      "chromatic <chromatic@wgz.org>",
824      "Dan Book <grinnz@grinnz.com>",
825      "Daniel Hedlund <Daniel.Hedlund@eprize.com>",
826      "David E. Wheeler <david@justatheory.com>",
827      "DAVIDRW <davidrw@cpan.org>",
828      "David Steinbrunner <dsteinbrunner@MountainBook-Pro.local>",
829      "Dorian Taylor <dorian.taylor.lists@gmail.com>",
830      "Eric Wastl <topaz.github@lt3.us>",
831      "Father Chrysostomos <sprout@cpan.org>",
832      "Felipe Gasper <felipe@felipegasper.com>",
833      "FWILES <FWILES@cpan.org>",
834      "Galen Huntington <galenhuntington@gmail.com>",
835      "Gavin Peters <gpeters@deepsky.com>",
836      "Gisle Aas <gisle@aas.no>",
837      "Graeme Thompson <Graeme.Thompson@mobilecohesion.com>",
838      "Graham Knop <haarg@haarg.org>",
839      "Hans-H. Froehlich <hfroehlich@co-de-co.de>",
840      "Ian Kilgore <iank@cpan.org>",
841      "Jacob J <waif@chaos2.org>",
842      "Jakub Wilk <jwilk@jwilk.net>",
843      "jefflee <shaohua@gmail.com>",
844      "Jerome Eteve <jerome@broadbean.com>",
845      "john9art <john9art@yahoo.com>",
846      "jonasbn <jonasbn@gmail.com>",
847      "Karen Etheridge <ether@cpan.org>",
848      "Lars D\u026a\u1d07\u1d04\u1d0b\u1d0f\u1d21 \u8fea\u62c9\u65af <daxim@cpan.org>",
849      "Mark Overmeer <mark@overmeer.net>",
850      "Mark Stosberg <mark@stosberg.com>",
851      "Martin H. Sluka <fany@cpan.org>",
852      "Matthew Chae <mschae@cpan.org>",
853      "Max Maischein <corion@corion.net>",
854      "Michael Schout <mschout@gkg.net>",
855      "Michal Josef \u0160pa\u010dek <mspacek@redhat.com>",
856      "Mickey Nasriachi <mickey@cpan.org>",
857      "Mike Schilli <github@perlmeister.com>",
858      "murphy <murphy@genome.chop.edu>",
859      "nanto_vi, TOYAMA Nao <nanto@moon.email.ne.jp>",
860      "Olaf Alders <olaf@wundersolutions.com>",
861      "Olivier Mengu\u00e9 <dolmen@cpan.org>",
862      "Ondrej Hanak <ondrej.hanak@ubs.com>",
863      "openstrike <git@openstrike.co.uk>",
864      "Peter Rabbitson <ribasushi@cpan.org>",
865      "phrstbrn <phrstbrn@gmail.com>",
866      "Robert Rothenberg <robrwo+github@gmail.com>",
867      "Robert Rothenberg <rrwo@cpan.org>",
868      "Robert Stone <talby@trap.mtview.ca.us>",
869      "Rolf Grossmann <rg@progtech.net>",
870      "ruff <ruff@ukrpost.net>",
871      "sasao <sasao@yugen.org>",
872      "Saturday Walkers Club <swc@walkingclub.org.uk>",
873      "Sean M. Burke <sburke@cpan.org>",
874      "simbabque <simbabque@cpan.org>",
875      "Slaven Rezic <slaven@rezic.de>",
876      "Spiros Denaxas <s.denaxas@gmail.com>",
877      "Steve Hay <SteveHay@planit.com>",
878      "Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
879      "Tatsuhiko Miyagawa <miyagawa@gmail.com>",
880      "Theo van Hoesel <Th.J.v.Hoesel@THEMA-MEDIA.nl>",
881      "Tigran <tigrankhachikyan@gmail.com>",
882      "Tobias Leich <email@froggs.de>",
883      "Todd Lipcon <todd@amiestreet.com>",
884      "tokuhirom <tokuhirom@gmail.com>",
885      "Tom Hukins <tom@eborcom.com>",
886      "Tony Finch <dot@dotat.at>",
887      "Toru Yamaguchi <zigorou@cpan.org>",
888      "tzccinct <tzccinct@gmail.com>",
889      "uid39246 <uid39246>",
890      "Ville Skytt\u00e4 <ville.skytta@iki.fi>",
891      "V\u00edt Str\u00e1dal <vit.stradal@gooddata.com>",
892      "William Storey <wstorey@maxmind.com>",
893      "Yuri Karaban <tech@askold.net>",
894      "Zakariyya Mughal <zaki.mughal@gmail.com>",
895      "Zefram <zefram@fysh.org>"
896   ],
897   "x_generated_by_perl" : "v5.30.2",
898   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
899   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
900   "x_static_install" : 1
901}
902
903