1{
2   "abstract" : "Port number type for moose classes by The Internet Assigned Numbers Authority (IANA)",
3   "author" : [
4      "Thiago Rondon <thiago@aware.com.br>",
5      "Dave Rolsky <autarch@urth.org>"
6   ],
7   "dynamic_config" : 0,
8   "generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150010",
9   "license" : [
10      "perl_5"
11   ],
12   "meta-spec" : {
13      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
14      "version" : 2
15   },
16   "name" : "MooseX-Types-PortNumber",
17   "prereqs" : {
18      "configure" : {
19         "requires" : {
20            "ExtUtils::MakeMaker" : "0"
21         }
22      },
23      "develop" : {
24         "requires" : {
25            "Code::TidyAll::Plugin::Test::Vars" : "0.02",
26            "File::Spec" : "0",
27            "IO::Handle" : "0",
28            "IPC::Open3" : "0",
29            "Perl::Critic" : "1.126",
30            "Perl::Tidy" : "20160302",
31            "Pod::Coverage::TrustPod" : "0",
32            "Pod::Wordlist" : "0",
33            "Test::CPAN::Changes" : "0.19",
34            "Test::CPAN::Meta::JSON" : "0.16",
35            "Test::CleanNamespaces" : "0.15",
36            "Test::Code::TidyAll" : "0.24",
37            "Test::EOL" : "0",
38            "Test::Mojibake" : "0",
39            "Test::More" : "0.96",
40            "Test::NoTabs" : "0",
41            "Test::Pod" : "1.41",
42            "Test::Pod::Coverage" : "1.08",
43            "Test::Pod::LinkCheck" : "0",
44            "Test::Pod::No404s" : "0",
45            "Test::Portability::Files" : "0",
46            "Test::Spelling" : "0.12",
47            "Test::Synopsis" : "0",
48            "Test::Vars" : "0.009",
49            "Test::Version" : "1",
50            "blib" : "1.01",
51            "perl" : "5.006"
52         }
53      },
54      "runtime" : {
55         "requires" : {
56            "MooseX::Types" : "0",
57            "MooseX::Types::Moose" : "0",
58            "namespace::autoclean" : "0",
59            "strict" : "0",
60            "warnings" : "0"
61         }
62      },
63      "test" : {
64         "recommends" : {
65            "CPAN::Meta" : "2.120900"
66         },
67         "requires" : {
68            "ExtUtils::MakeMaker" : "0",
69            "File::Spec" : "0",
70            "Moose" : "0",
71            "Test::Exception" : "0",
72            "Test::More" : "0.96"
73         }
74      }
75   },
76   "provides" : {
77      "MooseX::Types::PortNumber" : {
78         "file" : "lib/MooseX/Types/PortNumber.pm",
79         "version" : "0.03"
80      }
81   },
82   "release_status" : "stable",
83   "resources" : {
84      "bugtracker" : {
85         "mailto" : "bug-moosex-types-portnumber@rt.cpan.org",
86         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Types-PortNumber"
87      },
88      "homepage" : "http://metacpan.org/release/MooseX-Types-PortNumber",
89      "repository" : {
90         "type" : "git",
91         "url" : "git://github.com/houseabsolute/MooseX-Types-PortNumber.git",
92         "web" : "https://github.com/houseabsolute/MooseX-Types-PortNumber"
93      }
94   },
95   "version" : 0.03,
96   "x_Dist_Zilla" : {
97      "perl" : {
98         "version" : "5.024000"
99      },
100      "plugins" : [
101         {
102            "class" : "Dist::Zilla::Plugin::MakeMaker",
103            "config" : {
104               "Dist::Zilla::Role::TestRunner" : {
105                  "default_jobs" : 1
106               }
107            },
108            "name" : "@DROLSKY/MakeMaker",
109            "version" : "6.007"
110         },
111         {
112            "class" : "Dist::Zilla::Plugin::Git::GatherDir",
113            "config" : {
114               "Dist::Zilla::Plugin::GatherDir" : {
115                  "exclude_filename" : [
116                     "Build.PL",
117                     "CONTRIBUTING.md",
118                     "LICENSE",
119                     "Makefile.PL",
120                     "README.md",
121                     "cpanfile",
122                     "ppport.h"
123                  ],
124                  "exclude_match" : [],
125                  "follow_symlinks" : 0,
126                  "include_dotfiles" : 0,
127                  "prefix" : "",
128                  "prune_directory" : [],
129                  "root" : "."
130               },
131               "Dist::Zilla::Plugin::Git::GatherDir" : {
132                  "include_untracked" : 0
133               }
134            },
135            "name" : "@DROLSKY/Git::GatherDir",
136            "version" : "2.039"
137         },
138         {
139            "class" : "Dist::Zilla::Plugin::ManifestSkip",
140            "name" : "@DROLSKY/ManifestSkip",
141            "version" : "6.007"
142         },
143         {
144            "class" : "Dist::Zilla::Plugin::License",
145            "name" : "@DROLSKY/License",
146            "version" : "6.007"
147         },
148         {
149            "class" : "Dist::Zilla::Plugin::ExecDir",
150            "name" : "@DROLSKY/ExecDir",
151            "version" : "6.007"
152         },
153         {
154            "class" : "Dist::Zilla::Plugin::ShareDir",
155            "name" : "@DROLSKY/ShareDir",
156            "version" : "6.007"
157         },
158         {
159            "class" : "Dist::Zilla::Plugin::Manifest",
160            "name" : "@DROLSKY/Manifest",
161            "version" : "6.007"
162         },
163         {
164            "class" : "Dist::Zilla::Plugin::CheckVersionIncrement",
165            "name" : "@DROLSKY/CheckVersionIncrement",
166            "version" : "0.121750"
167         },
168         {
169            "class" : "Dist::Zilla::Plugin::TestRelease",
170            "name" : "@DROLSKY/TestRelease",
171            "version" : "6.007"
172         },
173         {
174            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
175            "name" : "@DROLSKY/ConfirmRelease",
176            "version" : "6.007"
177         },
178         {
179            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
180            "name" : "@DROLSKY/UploadToCPAN",
181            "version" : "6.007"
182         },
183         {
184            "class" : "Dist::Zilla::Plugin::DROLSKY::VersionProvider",
185            "name" : "@DROLSKY/DROLSKY::VersionProvider",
186            "version" : "0.67"
187         },
188         {
189            "class" : "Dist::Zilla::Plugin::Authority",
190            "name" : "@DROLSKY/Authority",
191            "version" : "1.009"
192         },
193         {
194            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
195            "name" : "@DROLSKY/AutoPrereqs",
196            "version" : "6.007"
197         },
198         {
199            "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
200            "name" : "@DROLSKY/CopyFilesFromBuild",
201            "version" : "0.161350"
202         },
203         {
204            "class" : "Dist::Zilla::Plugin::GitHub::Meta",
205            "name" : "@DROLSKY/GitHub::Meta",
206            "version" : "0.42"
207         },
208         {
209            "class" : "Dist::Zilla::Plugin::GitHub::Update",
210            "config" : {
211               "Dist::Zilla::Plugin::GitHub::Update" : {
212                  "metacpan" : 1
213               }
214            },
215            "name" : "@DROLSKY/GitHub::Update",
216            "version" : "0.42"
217         },
218         {
219            "class" : "Dist::Zilla::Plugin::MetaResources",
220            "name" : "@DROLSKY/MetaResources",
221            "version" : "6.007"
222         },
223         {
224            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
225            "config" : {
226               "Dist::Zilla::Plugin::MetaProvides::Package" : {
227                  "finder_objects" : [
228                     {
229                        "class" : "Dist::Zilla::Plugin::FinderCode",
230                        "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
231                        "version" : "6.007"
232                     }
233                  ],
234                  "include_underscores" : 0
235               },
236               "Dist::Zilla::Role::MetaProvider::Provider" : {
237                  "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.001011",
238                  "inherit_missing" : 1,
239                  "inherit_version" : 1,
240                  "meta_noindex" : 1
241               },
242               "Dist::Zilla::Role::ModuleMetadata" : {
243                  "Module::Metadata" : "1.000031",
244                  "version" : "0.003"
245               }
246            },
247            "name" : "@DROLSKY/MetaProvides::Package",
248            "version" : "2.004002"
249         },
250         {
251            "class" : "Dist::Zilla::Plugin::MetaYAML",
252            "name" : "@DROLSKY/MetaYAML",
253            "version" : "6.007"
254         },
255         {
256            "class" : "Dist::Zilla::Plugin::Meta::Contributors",
257            "name" : "@DROLSKY/Meta::Contributors",
258            "version" : "0.003"
259         },
260         {
261            "class" : "Dist::Zilla::Plugin::MetaConfig",
262            "name" : "@DROLSKY/MetaConfig",
263            "version" : "6.007"
264         },
265         {
266            "class" : "Dist::Zilla::Plugin::MetaJSON",
267            "name" : "@DROLSKY/MetaJSON",
268            "version" : "6.007"
269         },
270         {
271            "class" : "Dist::Zilla::Plugin::NextRelease",
272            "name" : "@DROLSKY/NextRelease",
273            "version" : "6.007"
274         },
275         {
276            "class" : "Dist::Zilla::Plugin::Prereqs",
277            "config" : {
278               "Dist::Zilla::Plugin::Prereqs" : {
279                  "phase" : "test",
280                  "type" : "requires"
281               }
282            },
283            "name" : "@DROLSKY/Test::More with subtest",
284            "version" : "6.007"
285         },
286         {
287            "class" : "Dist::Zilla::Plugin::Prereqs",
288            "config" : {
289               "Dist::Zilla::Plugin::Prereqs" : {
290                  "phase" : "develop",
291                  "type" : "requires"
292               }
293            },
294            "name" : "@DROLSKY/Modules for use with tidyall",
295            "version" : "6.007"
296         },
297         {
298            "class" : "Dist::Zilla::Plugin::PromptIfStale",
299            "config" : {
300               "Dist::Zilla::Plugin::PromptIfStale" : {
301                  "check_all_plugins" : 0,
302                  "check_all_prereqs" : 0,
303                  "modules" : [
304                     "Dist::Zilla::PluginBundle::DROLSKY"
305                  ],
306                  "phase" : "build",
307                  "run_under_travis" : 0,
308                  "skip" : []
309               }
310            },
311            "name" : "@DROLSKY/Dist::Zilla::PluginBundle::DROLSKY",
312            "version" : "0.051"
313         },
314         {
315            "class" : "Dist::Zilla::Plugin::PromptIfStale",
316            "config" : {
317               "Dist::Zilla::Plugin::PromptIfStale" : {
318                  "check_all_plugins" : 1,
319                  "check_all_prereqs" : 1,
320                  "modules" : [],
321                  "phase" : "release",
322                  "run_under_travis" : 0,
323                  "skip" : [
324                     "Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent",
325                     "Dist::Zilla::Plugin::DROLSKY::Contributors",
326                     "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
327                     "Dist::Zilla::Plugin::DROLSKY::License",
328                     "Dist::Zilla::Plugin::DROLSKY::TidyAll",
329                     "Dist::Zilla::Plugin::DROLSKY::VersionProvider",
330                     "Pod::Weaver::PluginBundle::DROLSKY"
331                  ]
332               }
333            },
334            "name" : "@DROLSKY/PromptIfStale",
335            "version" : "0.051"
336         },
337         {
338            "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable",
339            "name" : "@DROLSKY/Test::Pod::Coverage::Configurable",
340            "version" : "0.06"
341         },
342         {
343            "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
344            "config" : {
345               "Dist::Zilla::Plugin::Test::PodSpelling" : {
346                  "directories" : [],
347                  "spell_cmd" : "",
348                  "stopwords" : [
349                     "DCCP",
350                     "DROLSKY",
351                     "DROLSKY's",
352                     "IANA",
353                     "PayPal",
354                     "Rolsky",
355                     "Rolsky's",
356                     "drolsky"
357                  ],
358                  "wordlist" : "Pod::Wordlist"
359               }
360            },
361            "name" : "@DROLSKY/Test::PodSpelling",
362            "version" : "2.007002"
363         },
364         {
365            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
366            "name" : "@DROLSKY/PodSyntaxTests",
367            "version" : "6.007"
368         },
369         {
370            "class" : "Dist::Zilla::Plugin::Test::Pod::LinkCheck",
371            "name" : "@DROLSKY/Test::Pod::LinkCheck",
372            "version" : "1.002"
373         },
374         {
375            "class" : "Dist::Zilla::Plugin::Test::Pod::No404s",
376            "name" : "@DROLSKY/Test::Pod::No404s",
377            "version" : "1.003"
378         },
379         {
380            "class" : "Dist::Zilla::Plugin::RunExtraTests",
381            "config" : {
382               "Dist::Zilla::Role::TestRunner" : {
383                  "default_jobs" : 1
384               }
385            },
386            "name" : "@DROLSKY/RunExtraTests",
387            "version" : "0.029"
388         },
389         {
390            "class" : "Dist::Zilla::Plugin::MojibakeTests",
391            "name" : "@DROLSKY/MojibakeTests",
392            "version" : "0.8"
393         },
394         {
395            "class" : "Dist::Zilla::Plugin::Test::CleanNamespaces",
396            "config" : {
397               "Dist::Zilla::Plugin::Test::CleanNamespaces" : {
398                  "filename" : "xt/author/clean-namespaces.t",
399                  "skips" : []
400               }
401            },
402            "name" : "@DROLSKY/Test::CleanNamespaces",
403            "version" : "0.006"
404         },
405         {
406            "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
407            "config" : {
408               "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
409                  "changelog" : "Changes"
410               }
411            },
412            "name" : "@DROLSKY/Test::CPAN::Changes",
413            "version" : "0.012"
414         },
415         {
416            "class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON",
417            "name" : "@DROLSKY/Test::CPAN::Meta::JSON",
418            "version" : "0.004"
419         },
420         {
421            "class" : "Dist::Zilla::Plugin::Test::EOL",
422            "config" : {
423               "Dist::Zilla::Plugin::Test::EOL" : {
424                  "filename" : "xt/author/eol.t",
425                  "finder" : [
426                     ":ExecFiles",
427                     ":InstallModules",
428                     ":TestFiles"
429                  ],
430                  "trailing_whitespace" : 1
431               }
432            },
433            "name" : "@DROLSKY/Test::EOL",
434            "version" : "0.19"
435         },
436         {
437            "class" : "Dist::Zilla::Plugin::Test::NoTabs",
438            "config" : {
439               "Dist::Zilla::Plugin::Test::NoTabs" : {
440                  "filename" : "xt/author/no-tabs.t",
441                  "finder" : [
442                     ":InstallModules",
443                     ":ExecFiles",
444                     ":TestFiles"
445                  ]
446               }
447            },
448            "name" : "@DROLSKY/Test::NoTabs",
449            "version" : "0.15"
450         },
451         {
452            "class" : "Dist::Zilla::Plugin::Test::Portability",
453            "config" : {
454               "Dist::Zilla::Plugin::Test::Portability" : {
455                  "options" : ""
456               }
457            },
458            "name" : "@DROLSKY/Test::Portability",
459            "version" : "2.001000"
460         },
461         {
462            "class" : "Dist::Zilla::Plugin::Test::Synopsis",
463            "name" : "@DROLSKY/Test::Synopsis",
464            "version" : "2.000007"
465         },
466         {
467            "class" : "Dist::Zilla::Plugin::Test::TidyAll",
468            "name" : "@DROLSKY/Test::TidyAll",
469            "version" : "0.03"
470         },
471         {
472            "class" : "Dist::Zilla::Plugin::Test::Compile",
473            "config" : {
474               "Dist::Zilla::Plugin::Test::Compile" : {
475                  "bail_out_on_fail" : 0,
476                  "fail_on_warning" : "author",
477                  "fake_home" : 0,
478                  "filename" : "xt/author/00-compile.t",
479                  "module_finder" : [
480                     ":InstallModules"
481                  ],
482                  "needs_display" : 0,
483                  "phase" : "develop",
484                  "script_finder" : [
485                     ":PerlExecFiles"
486                  ],
487                  "skips" : []
488               }
489            },
490            "name" : "@DROLSKY/Test::Compile",
491            "version" : "2.054"
492         },
493         {
494            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
495            "name" : "@DROLSKY/Test::ReportPrereqs",
496            "version" : "0.025"
497         },
498         {
499            "class" : "Dist::Zilla::Plugin::Test::Version",
500            "name" : "@DROLSKY/Test::Version",
501            "version" : "1.09"
502         },
503         {
504            "class" : "Dist::Zilla::Plugin::DROLSKY::Contributors",
505            "name" : "@DROLSKY/DROLSKY::Contributors",
506            "version" : "0.67"
507         },
508         {
509            "class" : "Dist::Zilla::Plugin::Git::Contributors",
510            "config" : {
511               "Dist::Zilla::Plugin::Git::Contributors" : {
512                  "git --version" : "2.9.3",
513                  "include_authors" : 0,
514                  "include_releaser" : 1,
515                  "order_by" : "name",
516                  "paths" : [
517                     "."
518                  ]
519               }
520            },
521            "name" : "@DROLSKY/Git::Contributors",
522            "version" : "0.024"
523         },
524         {
525            "class" : "Dist::Zilla::Plugin::SurgicalPodWeaver",
526            "config" : {
527               "Dist::Zilla::Plugin::PodWeaver" : {
528                  "config_plugins" : [
529                     "@DROLSKY"
530                  ],
531                  "finder" : [
532                     ":InstallModules",
533                     ":ExecFiles"
534                  ],
535                  "plugins" : [
536                     {
537                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
538                        "name" : "@CorePrep/EnsurePod5",
539                        "version" : "4.013"
540                     },
541                     {
542                        "class" : "Pod::Weaver::Plugin::H1Nester",
543                        "name" : "@CorePrep/H1Nester",
544                        "version" : "4.013"
545                     },
546                     {
547                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
548                        "name" : "@DROLSKY/SingleEncoding",
549                        "version" : "4.013"
550                     },
551                     {
552                        "class" : "Pod::Weaver::Plugin::Transformer",
553                        "name" : "@DROLSKY/List",
554                        "version" : "4.013"
555                     },
556                     {
557                        "class" : "Pod::Weaver::Plugin::Transformer",
558                        "name" : "@DROLSKY/Verbatim",
559                        "version" : "4.013"
560                     },
561                     {
562                        "class" : "Pod::Weaver::Section::Region",
563                        "name" : "@DROLSKY/header",
564                        "version" : "4.013"
565                     },
566                     {
567                        "class" : "Pod::Weaver::Section::Name",
568                        "name" : "@DROLSKY/Name",
569                        "version" : "4.013"
570                     },
571                     {
572                        "class" : "Pod::Weaver::Section::Version",
573                        "name" : "@DROLSKY/Version",
574                        "version" : "4.013"
575                     },
576                     {
577                        "class" : "Pod::Weaver::Section::Region",
578                        "name" : "@DROLSKY/prelude",
579                        "version" : "4.013"
580                     },
581                     {
582                        "class" : "Pod::Weaver::Section::Generic",
583                        "name" : "SYNOPSIS",
584                        "version" : "4.013"
585                     },
586                     {
587                        "class" : "Pod::Weaver::Section::Generic",
588                        "name" : "DESCRIPTION",
589                        "version" : "4.013"
590                     },
591                     {
592                        "class" : "Pod::Weaver::Section::Generic",
593                        "name" : "OVERVIEW",
594                        "version" : "4.013"
595                     },
596                     {
597                        "class" : "Pod::Weaver::Section::Collect",
598                        "name" : "ATTRIBUTES",
599                        "version" : "4.013"
600                     },
601                     {
602                        "class" : "Pod::Weaver::Section::Collect",
603                        "name" : "METHODS",
604                        "version" : "4.013"
605                     },
606                     {
607                        "class" : "Pod::Weaver::Section::Collect",
608                        "name" : "FUNCTIONS",
609                        "version" : "4.013"
610                     },
611                     {
612                        "class" : "Pod::Weaver::Section::Collect",
613                        "name" : "TYPES",
614                        "version" : "4.013"
615                     },
616                     {
617                        "class" : "Pod::Weaver::Section::Leftovers",
618                        "name" : "@DROLSKY/Leftovers",
619                        "version" : "4.013"
620                     },
621                     {
622                        "class" : "Pod::Weaver::Section::Region",
623                        "name" : "@DROLSKY/postlude",
624                        "version" : "4.013"
625                     },
626                     {
627                        "class" : "Pod::Weaver::Section::GenerateSection",
628                        "name" : "@DROLSKY/generate SUPPORT",
629                        "version" : "1.02"
630                     },
631                     {
632                        "class" : "Pod::Weaver::Section::AllowOverride",
633                        "name" : "@DROLSKY/allow override SUPPORT",
634                        "version" : "0.05"
635                     },
636                     {
637                        "class" : "Pod::Weaver::Section::GenerateSection",
638                        "name" : "@DROLSKY/generate DONATIONS",
639                        "version" : "1.02"
640                     },
641                     {
642                        "class" : "Pod::Weaver::Section::Authors",
643                        "name" : "@DROLSKY/Authors",
644                        "version" : "4.013"
645                     },
646                     {
647                        "class" : "Pod::Weaver::Section::Contributors",
648                        "name" : "@DROLSKY/Contributors",
649                        "version" : "0.009"
650                     },
651                     {
652                        "class" : "Pod::Weaver::Section::Legal",
653                        "name" : "@DROLSKY/Legal",
654                        "version" : "4.013"
655                     },
656                     {
657                        "class" : "Pod::Weaver::Section::Region",
658                        "name" : "@DROLSKY/footer",
659                        "version" : "4.013"
660                     }
661                  ]
662               }
663            },
664            "name" : "@DROLSKY/SurgicalPodWeaver",
665            "version" : "0.0023"
666         },
667         {
668            "class" : "Dist::Zilla::Plugin::DROLSKY::WeaverConfig",
669            "name" : "@DROLSKY/DROLSKY::WeaverConfig",
670            "version" : "0.67"
671         },
672         {
673            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
674            "config" : {
675               "Dist::Zilla::Role::FileWatcher" : {
676                  "version" : "0.006"
677               }
678            },
679            "name" : "@DROLSKY/README.md in build",
680            "version" : "0.161170"
681         },
682         {
683            "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
684            "config" : {
685               "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : {
686                  "destination_filename" : "CONTRIBUTING.md",
687                  "dist" : "Dist-Zilla-PluginBundle-DROLSKY",
688                  "encoding" : "UTF-8",
689                  "has_xs" : 0,
690                  "location" : "build",
691                  "source_filename" : "CONTRIBUTING.md"
692               },
693               "Dist::Zilla::Role::RepoFileInjector" : {
694                  "allow_overwrite" : 1,
695                  "repo_root" : ".",
696                  "version" : "0.006"
697               }
698            },
699            "name" : "@DROLSKY/generate CONTRIBUTING",
700            "version" : "0.012"
701         },
702         {
703            "class" : "Dist::Zilla::Plugin::InstallGuide",
704            "name" : "@DROLSKY/InstallGuide",
705            "version" : "1.200007"
706         },
707         {
708            "class" : "Dist::Zilla::Plugin::CPANFile",
709            "name" : "@DROLSKY/CPANFile",
710            "version" : "6.007"
711         },
712         {
713            "class" : "Dist::Zilla::Plugin::DROLSKY::License",
714            "name" : "@DROLSKY/DROLSKY::License",
715            "version" : "0.67"
716         },
717         {
718            "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
719            "name" : "@DROLSKY/CheckPrereqsIndexed",
720            "version" : "0.018"
721         },
722         {
723            "class" : "Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent",
724            "name" : "@DROLSKY/DROLSKY::CheckChangesHasContent",
725            "version" : "0.67"
726         },
727         {
728            "class" : "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
729            "config" : {
730               "Dist::Zilla::Role::Git::Repo" : {
731                  "repo_root" : "."
732               }
733            },
734            "name" : "@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch",
735            "version" : "0.67"
736         },
737         {
738            "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
739            "config" : {
740               "Dist::Zilla::Role::Git::Repo" : {
741                  "repo_root" : "."
742               }
743            },
744            "name" : "@DROLSKY/Git::CheckFor::MergeConflicts",
745            "version" : "0.013"
746         },
747         {
748            "class" : "Dist::Zilla::Plugin::DROLSKY::TidyAll",
749            "name" : "@DROLSKY/DROLSKY::TidyAll",
750            "version" : "0.67"
751         },
752         {
753            "class" : "Dist::Zilla::Plugin::Git::Check",
754            "config" : {
755               "Dist::Zilla::Plugin::Git::Check" : {
756                  "untracked_files" : "die"
757               },
758               "Dist::Zilla::Role::Git::DirtyFiles" : {
759                  "allow_dirty" : [
760                     "Build.PL",
761                     "CONTRIBUTING.md",
762                     "Changes",
763                     "LICENSE",
764                     "Makefile.PL",
765                     "README.md",
766                     "cpanfile",
767                     "ppport.h",
768                     "tidyall.ini"
769                  ],
770                  "allow_dirty_match" : [],
771                  "changelog" : "Changes"
772               },
773               "Dist::Zilla::Role::Git::Repo" : {
774                  "repo_root" : "."
775               }
776            },
777            "name" : "@DROLSKY/Git::Check",
778            "version" : "2.039"
779         },
780         {
781            "class" : "Dist::Zilla::Plugin::Git::Commit",
782            "config" : {
783               "Dist::Zilla::Plugin::Git::Commit" : {
784                  "add_files_in" : [],
785                  "commit_msg" : "v%v%n%n%c"
786               },
787               "Dist::Zilla::Role::Git::DirtyFiles" : {
788                  "allow_dirty" : [
789                     "Build.PL",
790                     "CONTRIBUTING.md",
791                     "Changes",
792                     "LICENSE",
793                     "Makefile.PL",
794                     "README.md",
795                     "cpanfile",
796                     "ppport.h",
797                     "tidyall.ini"
798                  ],
799                  "allow_dirty_match" : [],
800                  "changelog" : "Changes"
801               },
802               "Dist::Zilla::Role::Git::Repo" : {
803                  "repo_root" : "."
804               },
805               "Dist::Zilla::Role::Git::StringFormatter" : {
806                  "time_zone" : "local"
807               }
808            },
809            "name" : "@DROLSKY/commit generated files",
810            "version" : "2.039"
811         },
812         {
813            "class" : "Dist::Zilla::Plugin::Git::Tag",
814            "config" : {
815               "Dist::Zilla::Plugin::Git::Tag" : {
816                  "branch" : null,
817                  "changelog" : "Changes",
818                  "signed" : 0,
819                  "tag" : "v0.03",
820                  "tag_format" : "v%v",
821                  "tag_message" : "v%v"
822               },
823               "Dist::Zilla::Role::Git::Repo" : {
824                  "repo_root" : "."
825               },
826               "Dist::Zilla::Role::Git::StringFormatter" : {
827                  "time_zone" : "local"
828               }
829            },
830            "name" : "@DROLSKY/Git::Tag",
831            "version" : "2.039"
832         },
833         {
834            "class" : "Dist::Zilla::Plugin::Git::Push",
835            "config" : {
836               "Dist::Zilla::Plugin::Git::Push" : {
837                  "push_to" : [
838                     "origin"
839                  ],
840                  "remotes_must_exist" : 1
841               },
842               "Dist::Zilla::Role::Git::Repo" : {
843                  "repo_root" : "."
844               }
845            },
846            "name" : "@DROLSKY/Git::Push",
847            "version" : "2.039"
848         },
849         {
850            "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
851            "config" : {
852               "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
853                  "finders" : [
854                     ":ExecFiles",
855                     ":InstallModules"
856                  ],
857                  "global" : 0,
858                  "munge_makefile_pl" : 1
859               }
860            },
861            "name" : "@DROLSKY/BumpVersionAfterRelease",
862            "version" : "0.015"
863         },
864         {
865            "class" : "Dist::Zilla::Plugin::Git::Commit",
866            "config" : {
867               "Dist::Zilla::Plugin::Git::Commit" : {
868                  "add_files_in" : [],
869                  "commit_msg" : "Bump version after release"
870               },
871               "Dist::Zilla::Role::Git::DirtyFiles" : {
872                  "allow_dirty" : [
873                     "Changes",
874                     "dist.ini"
875                  ],
876                  "allow_dirty_match" : [
877                     "(?^:.+)"
878                  ],
879                  "changelog" : "Changes"
880               },
881               "Dist::Zilla::Role::Git::Repo" : {
882                  "repo_root" : "."
883               },
884               "Dist::Zilla::Role::Git::StringFormatter" : {
885                  "time_zone" : "local"
886               }
887            },
888            "name" : "@DROLSKY/commit version bump",
889            "version" : "2.039"
890         },
891         {
892            "class" : "Dist::Zilla::Plugin::Git::Push",
893            "config" : {
894               "Dist::Zilla::Plugin::Git::Push" : {
895                  "push_to" : [
896                     "origin"
897                  ],
898                  "remotes_must_exist" : 1
899               },
900               "Dist::Zilla::Role::Git::Repo" : {
901                  "repo_root" : "."
902               }
903            },
904            "name" : "@DROLSKY/push version bump",
905            "version" : "2.039"
906         },
907         {
908            "class" : "Dist::Zilla::Plugin::FinderCode",
909            "name" : ":InstallModules",
910            "version" : "6.007"
911         },
912         {
913            "class" : "Dist::Zilla::Plugin::FinderCode",
914            "name" : ":IncModules",
915            "version" : "6.007"
916         },
917         {
918            "class" : "Dist::Zilla::Plugin::FinderCode",
919            "name" : ":TestFiles",
920            "version" : "6.007"
921         },
922         {
923            "class" : "Dist::Zilla::Plugin::FinderCode",
924            "name" : ":ExtraTestFiles",
925            "version" : "6.007"
926         },
927         {
928            "class" : "Dist::Zilla::Plugin::FinderCode",
929            "name" : ":ExecFiles",
930            "version" : "6.007"
931         },
932         {
933            "class" : "Dist::Zilla::Plugin::FinderCode",
934            "name" : ":PerlExecFiles",
935            "version" : "6.007"
936         },
937         {
938            "class" : "Dist::Zilla::Plugin::FinderCode",
939            "name" : ":ShareFiles",
940            "version" : "6.007"
941         },
942         {
943            "class" : "Dist::Zilla::Plugin::FinderCode",
944            "name" : ":MainModule",
945            "version" : "6.007"
946         },
947         {
948            "class" : "Dist::Zilla::Plugin::FinderCode",
949            "name" : ":AllFiles",
950            "version" : "6.007"
951         },
952         {
953            "class" : "Dist::Zilla::Plugin::FinderCode",
954            "name" : ":NoFiles",
955            "version" : "6.007"
956         },
957         {
958            "class" : "Dist::Zilla::Plugin::FinderCode",
959            "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
960            "version" : "6.007"
961         }
962      ],
963      "zilla" : {
964         "class" : "Dist::Zilla::Dist::Builder",
965         "config" : {
966            "is_trial" : 0
967         },
968         "version" : "6.007"
969      }
970   },
971   "x_authority" : "cpan:DROLSKY",
972   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213"
973}
974
975