Codebase list libparams-validate-perl / ae8ae29
Merge tag 'upstream/1.19' Upstream version 1.19 gregor herrmann 8 years ago
24 changed file(s) with 276 addition(s) and 308 deletion(s). Raw diff Collapse all Expand all
1919 "Ilya Martynov <ilya\@martynov.org>"
2020 ],
2121 "dist_name" => "Params-Validate",
22 "dist_version" => "1.18",
22 "dist_version" => "1.19",
2323 "license" => "artistic_2",
2424 "module_name" => "Params::Validate",
2525 "recommends" => {},
4343 "ExtUtils::MakeMaker" => 0,
4444 "File::Spec" => 0,
4545 "File::Temp" => 0,
46 "IO::Handle" => 0,
47 "IPC::Open3" => 0,
4846 "Test::Fatal" => 0,
4947 "Test::More" => "0.96",
5048 "Test::Requires" => 0,
6260 "ExtUtils::MakeMaker" => 0,
6361 "File::Spec" => 0,
6462 "File::Temp" => 0,
65 "IO::Handle" => 0,
66 "IPC::Open3" => 0,
6763 "Module::Build" => "0.28",
6864 "Test::Fatal" => 0,
6965 "Test::More" => "0.96",
0 1.19 2015-06-12
1
2 - Fixed an uninitialized value warning from the pure Perl implementation under
3 5.8.8. Reported by Jim Bacon. RT #105198.
4
5
06 1.18 2015-02-13
17
28 - We no longer attempt to save and restore an existing $SIG{__DIE__} hook
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.037.
11 Build.PL
22 Changes
33 INSTALL
2222 lib/Params/ValidateXS.pm
2323 perlcriticrc
2424 perltidyrc
25 t/00-compile.t
2625 t/00-report-prereqs.dd
2726 t/00-report-prereqs.t
2827 t/01-validate.t
6261 t/36-large-arrays.t
6362 t/37-exports.t
6463 t/38-callback-message.t
64 t/author-00-compile.t
6565 t/author-eol.t
6666 t/author-no-tabs.t
6767 t/author-pod-spell.t
117117 t/release-pp-38-callback-message.t
118118 t/release-pp-is-loaded.t
119119 t/release-synopsis.t
120 t/release-test-version.t
121120 t/release-xs-is-loaded.t
122121 t/release-xs-segfault.t
123122 tidyall.ini
44 "Ilya Martynov <ilya@martynov.org>"
55 ],
66 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240",
7 "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005",
88 "license" : [
99 "artistic_2"
1010 ],
2626 },
2727 "develop" : {
2828 "requires" : {
29 "File::Spec" : "0",
30 "IO::Handle" : "0",
31 "IPC::Open3" : "0",
2932 "Perl::Critic" : "1.123",
3033 "Perl::Tidy" : "20140711",
3134 "Pod::Coverage::TrustPod" : "0",
4043 "Test::Pod::Coverage" : "1.08",
4144 "Test::Spelling" : "0.12",
4245 "Test::Synopsis" : "0",
43 "Test::Taint" : "0.02",
44 "Test::Version" : "1"
46 "Test::Taint" : "0.02"
4547 }
4648 },
4749 "runtime" : {
6870 "ExtUtils::MakeMaker" : "0",
6971 "File::Spec" : "0",
7072 "File::Temp" : "0",
71 "IO::Handle" : "0",
72 "IPC::Open3" : "0",
7373 "Test::Fatal" : "0",
7474 "Test::More" : "0.96",
7575 "Test::Requires" : "0",
8484 "provides" : {
8585 "Attribute::Params::Validate" : {
8686 "file" : "lib/Attribute/Params/Validate.pm",
87 "version" : "1.18"
87 "version" : "1.19"
8888 },
8989 "Params::Validate" : {
9090 "file" : "lib/Params/Validate.pm",
91 "version" : "1.18"
91 "version" : "1.19"
9292 },
9393 "Params::Validate::Constants" : {
9494 "file" : "lib/Params/Validate/Constants.pm",
95 "version" : "1.18"
95 "version" : "1.19"
9696 },
9797 "Params::Validate::PP" : {
9898 "file" : "lib/Params/Validate/PP.pm",
99 "version" : "1.18"
99 "version" : "1.19"
100100 },
101101 "Params::Validate::XS" : {
102102 "file" : "lib/Params/Validate/XS.pm",
103 "version" : "1.18"
103 "version" : "1.19"
104104 }
105105 },
106106 "release_status" : "stable",
116116 "web" : "https://github.com/autarch/Params-Validate"
117117 }
118118 },
119 "version" : "1.18",
119 "version" : "1.19",
120120 "x_Dist_Zilla" : {
121121 "perl" : {
122122 "version" : "5.020001"
130130 {
131131 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
132132 "name" : "@DROLSKY/AutoPrereqs",
133 "version" : "5.031"
133 "version" : "5.037"
134134 },
135135 {
136136 "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
142142 "config" : {
143143 "Dist::Zilla::Plugin::GatherDir" : {
144144 "exclude_filename" : [
145 "README.md",
145146 "Makefile.PL",
146 "README.md",
147147 "Build.PL",
148148 "LICENSE",
149149 "cpanfile"
157157 },
158158 "Dist::Zilla::Plugin::Git::GatherDir" : {
159159 "include_untracked" : "0"
160 },
161 "Dist::Zilla::Role::Git::Repo" : {
162 "repo_root" : "."
163160 }
164161 },
165162 "name" : "@DROLSKY/Git::GatherDir",
166 "version" : "2.029"
163 "version" : "2.035"
167164 },
168165 {
169166 "class" : "Dist::Zilla::Plugin::GitHub::Meta",
178175 {
179176 "class" : "Dist::Zilla::Plugin::MetaResources",
180177 "name" : "@DROLSKY/MetaResources",
181 "version" : "5.031"
178 "version" : "5.037"
182179 },
183180 {
184181 "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
188185 {
189186 "class" : "Dist::Zilla::Plugin::FinderCode",
190187 "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
191 "version" : "5.031"
188 "version" : "5.037"
192189 }
193190 ]
194191 },
204201 {
205202 "class" : "Dist::Zilla::Plugin::NextRelease",
206203 "name" : "@DROLSKY/NextRelease",
207 "version" : "5.031"
204 "version" : "5.037"
208205 },
209206 {
210207 "class" : "Dist::Zilla::Plugin::Prereqs",
215212 }
216213 },
217214 "name" : "@DROLSKY/Test::More with subtest()",
218 "version" : "5.031"
215 "version" : "5.037"
219216 },
220217 {
221218 "class" : "Dist::Zilla::Plugin::Prereqs",
226223 }
227224 },
228225 "name" : "@DROLSKY/Modules for use with tidyall",
229 "version" : "5.031"
226 "version" : "5.037"
230227 },
231228 {
232229 "class" : "Dist::Zilla::Plugin::PromptIfStale",
244241 }
245242 },
246243 "name" : "@DROLSKY/PromptIfStale",
247 "version" : "0.038"
244 "version" : "0.044"
248245 },
249246 {
250247 "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
259256 {
260257 "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable",
261258 "name" : "@DROLSKY/Test::Pod::Coverage::Configurable",
262 "version" : "0.03"
259 "version" : "0.05"
263260 },
264261 {
265262 "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
266263 "name" : "@DROLSKY/Test::PodSpelling",
267 "version" : "2.006008"
264 "version" : "2.006009"
268265 },
269266 {
270267 "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
271268 "name" : "@DROLSKY/Test::ReportPrereqs",
272 "version" : "0.020"
273 },
274 {
275 "class" : "Dist::Zilla::Plugin::Test::Version",
276 "name" : "@DROLSKY/Test::Version",
277 "version" : "0.003001"
269 "version" : "0.021"
278270 },
279271 {
280272 "class" : "Dist::Zilla::Plugin::ManifestSkip",
281273 "name" : "@DROLSKY/ManifestSkip",
282 "version" : "5.031"
274 "version" : "5.037"
283275 },
284276 {
285277 "class" : "Dist::Zilla::Plugin::MetaYAML",
286278 "name" : "@DROLSKY/MetaYAML",
287 "version" : "5.031"
279 "version" : "5.037"
288280 },
289281 {
290282 "class" : "Dist::Zilla::Plugin::License",
291283 "name" : "@DROLSKY/License",
292 "version" : "5.031"
284 "version" : "5.037"
293285 },
294286 {
295287 "class" : "Dist::Zilla::Plugin::ExtraTests",
296288 "name" : "@DROLSKY/ExtraTests",
297 "version" : "5.031"
289 "version" : "5.037"
298290 },
299291 {
300292 "class" : "Dist::Zilla::Plugin::ExecDir",
301293 "name" : "@DROLSKY/ExecDir",
302 "version" : "5.031"
294 "version" : "5.037"
303295 },
304296 {
305297 "class" : "Dist::Zilla::Plugin::ShareDir",
306298 "name" : "@DROLSKY/ShareDir",
307 "version" : "5.031"
299 "version" : "5.037"
308300 },
309301 {
310302 "class" : "Dist::Zilla::Plugin::Manifest",
311303 "name" : "@DROLSKY/Manifest",
312 "version" : "5.031"
304 "version" : "5.037"
313305 },
314306 {
315307 "class" : "Dist::Zilla::Plugin::CheckVersionIncrement",
319311 {
320312 "class" : "Dist::Zilla::Plugin::TestRelease",
321313 "name" : "@DROLSKY/TestRelease",
322 "version" : "5.031"
314 "version" : "5.037"
323315 },
324316 {
325317 "class" : "Dist::Zilla::Plugin::ConfirmRelease",
326318 "name" : "@DROLSKY/ConfirmRelease",
327 "version" : "5.031"
319 "version" : "5.037"
328320 },
329321 {
330322 "class" : "Dist::Zilla::Plugin::UploadToCPAN",
331323 "name" : "@DROLSKY/UploadToCPAN",
332 "version" : "5.031"
324 "version" : "5.037"
333325 },
334326 {
335327 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
336328 "name" : "@DROLSKY/CheckPrereqsIndexed",
337 "version" : "0.015"
329 "version" : "0.016"
338330 },
339331 {
340332 "class" : "Dist::Zilla::Plugin::CPANFile",
341333 "name" : "@DROLSKY/CPANFile",
342 "version" : "5.031"
334 "version" : "5.037"
343335 },
344336 {
345337 "class" : "Dist::Zilla::Plugin::DROLSKY::Contributors",
346338 "name" : "@DROLSKY/DROLSKY::Contributors",
347 "version" : "0.32"
339 "version" : "0.34"
348340 },
349341 {
350342 "class" : "Dist::Zilla::Plugin::DROLSKY::License",
351343 "name" : "@DROLSKY/DROLSKY::License",
352 "version" : "0.32"
344 "version" : "0.34"
353345 },
354346 {
355347 "class" : "Dist::Zilla::Plugin::DROLSKY::TidyAll",
356348 "name" : "@DROLSKY/DROLSKY::TidyAll",
357 "version" : "0.32"
349 "version" : "0.34"
358350 },
359351 {
360352 "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
364356 }
365357 },
366358 "name" : "@DROLSKY/Git::CheckFor::CorrectBranch",
367 "version" : "0.011"
359 "version" : "0.013"
368360 },
369361 {
370362 "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
374366 }
375367 },
376368 "name" : "@DROLSKY/Git::CheckFor::MergeConflicts",
377 "version" : "0.011"
369 "version" : "0.013"
378370 },
379371 {
380372 "class" : "Dist::Zilla::Plugin::Git::Contributors",
387379 }
388380 },
389381 "name" : "@DROLSKY/Git::Contributors",
390 "version" : "0.009"
382 "version" : "0.011"
391383 },
392384 {
393385 "class" : "Dist::Zilla::Plugin::InstallGuide",
397389 {
398390 "class" : "Dist::Zilla::Plugin::Meta::Contributors",
399391 "name" : "@DROLSKY/Meta::Contributors",
400 "version" : "0.001"
392 "version" : "0.002"
401393 },
402394 {
403395 "class" : "Dist::Zilla::Plugin::MetaConfig",
404396 "name" : "@DROLSKY/MetaConfig",
405 "version" : "5.031"
397 "version" : "5.037"
406398 },
407399 {
408400 "class" : "Dist::Zilla::Plugin::MetaJSON",
409401 "name" : "@DROLSKY/MetaJSON",
410 "version" : "5.031"
402 "version" : "5.037"
411403 },
412404 {
413405 "class" : "Dist::Zilla::Plugin::RewriteVersion",
492484 {
493485 "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
494486 "name" : "@DROLSKY/PodSyntaxTests",
495 "version" : "5.031"
487 "version" : "5.037"
496488 },
497489 {
498490 "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
499491 "name" : "@DROLSKY/Test::CPAN::Changes",
500492 "version" : "0.009"
501 },
502 {
503 "class" : "Dist::Zilla::Plugin::Test::Compile",
504 "config" : {
505 "Dist::Zilla::Plugin::Test::Compile" : {
506 "bail_out_on_fail" : "0",
507 "fail_on_warning" : "author",
508 "fake_home" : "0",
509 "filename" : "t/00-compile.t",
510 "module_finder" : [
511 ":InstallModules"
512 ],
513 "needs_display" : "0",
514 "phase" : "test",
515 "script_finder" : [
516 ":ExecFiles"
517 ],
518 "skips" : []
519 }
520 },
521 "name" : "@DROLSKY/Test::Compile",
522 "version" : "2.051"
523493 },
524494 {
525495 "class" : "Dist::Zilla::Plugin::Test::EOL",
535505 }
536506 },
537507 "name" : "@DROLSKY/Test::EOL",
538 "version" : "0.17"
508 "version" : "0.18"
539509 },
540510 {
541511 "class" : "Dist::Zilla::Plugin::Test::NoTabs",
550520 }
551521 },
552522 "name" : "@DROLSKY/Test::NoTabs",
553 "version" : "0.13"
523 "version" : "0.15"
554524 },
555525 {
556526 "class" : "Dist::Zilla::Plugin::Test::Pod::LinkCheck",
573543 "version" : "2.000006"
574544 },
575545 {
546 "class" : "Dist::Zilla::Plugin::Test::Compile",
547 "config" : {
548 "Dist::Zilla::Plugin::Test::Compile" : {
549 "bail_out_on_fail" : "0",
550 "fail_on_warning" : "author",
551 "fake_home" : "0",
552 "filename" : "xt/author/00-compile.t",
553 "module_finder" : [
554 ":InstallModules"
555 ],
556 "needs_display" : "0",
557 "phase" : "develop",
558 "script_finder" : [
559 ":ExecFiles"
560 ],
561 "skips" : []
562 }
563 },
564 "name" : "@DROLSKY/Test::Compile",
565 "version" : "2.053"
566 },
567 {
576568 "class" : "Dist::Zilla::Plugin::Git::Check",
577569 "config" : {
578570 "Dist::Zilla::Plugin::Git::Check" : {
580572 },
581573 "Dist::Zilla::Role::Git::DirtyFiles" : {
582574 "allow_dirty" : [
575 "README.md",
583576 "Makefile.PL",
584 "README.md",
585577 "Build.PL",
586578 "LICENSE",
587579 "cpanfile",
596588 }
597589 },
598590 "name" : "@DROLSKY/Git::Check",
599 "version" : "2.029"
591 "version" : "2.035"
600592 },
601593 {
602594 "class" : "Dist::Zilla::Plugin::Git::Commit",
608600 },
609601 "Dist::Zilla::Role::Git::DirtyFiles" : {
610602 "allow_dirty" : [
603 "README.md",
611604 "Makefile.PL",
612 "README.md",
613605 "Build.PL",
614606 "LICENSE",
615607 "cpanfile",
624616 }
625617 },
626618 "name" : "@DROLSKY/commit generated files",
627 "version" : "2.029"
619 "version" : "2.035"
628620 },
629621 {
630622 "class" : "Dist::Zilla::Plugin::Git::Tag",
632624 "Dist::Zilla::Plugin::Git::Tag" : {
633625 "branch" : null,
634626 "signed" : 0,
635 "tag" : "v1.18",
627 "tag" : "v1.19",
636628 "tag_format" : "v%v",
637629 "tag_message" : "v%v",
638630 "time_zone" : "local"
642634 }
643635 },
644636 "name" : "@DROLSKY/Git::Tag",
645 "version" : "2.029"
637 "version" : "2.035"
646638 },
647639 {
648640 "class" : "Dist::Zilla::Plugin::Git::Push",
658650 }
659651 },
660652 "name" : "@DROLSKY/Git::Push",
661 "version" : "2.029"
653 "version" : "2.035"
662654 },
663655 {
664656 "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
688680 }
689681 },
690682 "name" : "@DROLSKY/commit version bump",
691 "version" : "2.029"
683 "version" : "2.035"
692684 },
693685 {
694686 "class" : "Dist::Zilla::Plugin::Git::Push",
704696 }
705697 },
706698 "name" : "@DROLSKY/push version bump",
707 "version" : "2.029"
699 "version" : "2.035"
708700 },
709701 {
710702 "class" : "Dist::Zilla::Plugin::Prereqs",
715707 }
716708 },
717709 "name" : "DevelopRequires",
718 "version" : "5.031"
710 "version" : "5.037"
719711 },
720712 {
721713 "class" : "inc::MyModuleBuild",
730722 {
731723 "class" : "Dist::Zilla::Plugin::PurePerlTests",
732724 "name" : "PurePerlTests",
733 "version" : "0.04"
725 "version" : "0.05"
734726 },
735727 {
736728 "class" : "Dist::Zilla::Plugin::FinderCode",
737729 "name" : ":InstallModules",
738 "version" : "5.031"
730 "version" : "5.037"
739731 },
740732 {
741733 "class" : "Dist::Zilla::Plugin::FinderCode",
742734 "name" : ":IncModules",
743 "version" : "5.031"
735 "version" : "5.037"
744736 },
745737 {
746738 "class" : "Dist::Zilla::Plugin::FinderCode",
747739 "name" : ":TestFiles",
748 "version" : "5.031"
740 "version" : "5.037"
749741 },
750742 {
751743 "class" : "Dist::Zilla::Plugin::FinderCode",
752744 "name" : ":ExecFiles",
753 "version" : "5.031"
745 "version" : "5.037"
754746 },
755747 {
756748 "class" : "Dist::Zilla::Plugin::FinderCode",
757749 "name" : ":ShareFiles",
758 "version" : "5.031"
750 "version" : "5.037"
759751 },
760752 {
761753 "class" : "Dist::Zilla::Plugin::FinderCode",
762754 "name" : ":MainModule",
763 "version" : "5.031"
755 "version" : "5.037"
764756 },
765757 {
766758 "class" : "Dist::Zilla::Plugin::FinderCode",
767759 "name" : ":AllFiles",
768 "version" : "5.031"
760 "version" : "5.037"
769761 },
770762 {
771763 "class" : "Dist::Zilla::Plugin::FinderCode",
772764 "name" : ":NoFiles",
773 "version" : "5.031"
765 "version" : "5.037"
774766 },
775767 {
776768 "class" : "Dist::Zilla::Plugin::FinderCode",
777769 "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
778 "version" : "5.031"
770 "version" : "5.037"
779771 }
780772 ],
781773 "zilla" : {
783775 "config" : {
784776 "is_trial" : "0"
785777 },
786 "version" : "5.031"
778 "version" : "5.037"
787779 }
788780 },
789781 "x_authority" : "cpan:DROLSKY",
77 ExtUtils::MakeMaker: '0'
88 File::Spec: '0'
99 File::Temp: '0'
10 IO::Handle: '0'
11 IPC::Open3: '0'
1210 Module::Build: '0.28'
1311 Test::Fatal: '0'
1412 Test::More: '0.96'
2119 configure_requires:
2220 Module::Build: '0.28'
2321 dynamic_config: 0
24 generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240'
22 generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005'
2523 license: artistic_2
2624 meta-spec:
2725 url: http://module-build.sourceforge.net/META-spec-v1.4.html
3028 provides:
3129 Attribute::Params::Validate:
3230 file: lib/Attribute/Params/Validate.pm
33 version: '1.18'
31 version: '1.19'
3432 Params::Validate:
3533 file: lib/Params/Validate.pm
36 version: '1.18'
34 version: '1.19'
3735 Params::Validate::Constants:
3836 file: lib/Params/Validate/Constants.pm
39 version: '1.18'
37 version: '1.19'
4038 Params::Validate::PP:
4139 file: lib/Params/Validate/PP.pm
42 version: '1.18'
40 version: '1.19'
4341 Params::Validate::XS:
4442 file: lib/Params/Validate/XS.pm
45 version: '1.18'
43 version: '1.19'
4644 requires:
4745 Attribute::Handlers: '0.79'
4846 Carp: '0'
5957 bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Params-Validate
6058 homepage: http://metacpan.org/release/Params-Validate
6159 repository: git://github.com/autarch/Params-Validate.git
62 version: '1.18'
60 version: '1.19'
6361 x_Dist_Zilla:
6462 perl:
6563 version: '5.020001'
7169 -
7270 class: Dist::Zilla::Plugin::AutoPrereqs
7371 name: '@DROLSKY/AutoPrereqs'
74 version: '5.031'
72 version: '5.037'
7573 -
7674 class: Dist::Zilla::Plugin::CopyFilesFromBuild
7775 name: '@DROLSKY/CopyFilesFromBuild'
8179 config:
8280 Dist::Zilla::Plugin::GatherDir:
8381 exclude_filename:
82 - README.md
8483 - Makefile.PL
85 - README.md
8684 - Build.PL
8785 - LICENSE
8886 - cpanfile
9492 root: .
9593 Dist::Zilla::Plugin::Git::GatherDir:
9694 include_untracked: '0'
97 Dist::Zilla::Role::Git::Repo:
98 repo_root: .
9995 name: '@DROLSKY/Git::GatherDir'
100 version: '2.029'
96 version: '2.035'
10197 -
10298 class: Dist::Zilla::Plugin::GitHub::Meta
10399 name: '@DROLSKY/GitHub::Meta'
109105 -
110106 class: Dist::Zilla::Plugin::MetaResources
111107 name: '@DROLSKY/MetaResources'
112 version: '5.031'
108 version: '5.037'
113109 -
114110 class: Dist::Zilla::Plugin::MetaProvides::Package
115111 config:
118114 -
119115 class: Dist::Zilla::Plugin::FinderCode
120116 name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
121 version: '5.031'
117 version: '5.037'
122118 Dist::Zilla::Role::MetaProvider::Provider:
123119 inherit_missing: '1'
124120 inherit_version: '1'
128124 -
129125 class: Dist::Zilla::Plugin::NextRelease
130126 name: '@DROLSKY/NextRelease'
131 version: '5.031'
127 version: '5.037'
132128 -
133129 class: Dist::Zilla::Plugin::Prereqs
134130 config:
136132 phase: test
137133 type: requires
138134 name: '@DROLSKY/Test::More with subtest()'
139 version: '5.031'
135 version: '5.037'
140136 -
141137 class: Dist::Zilla::Plugin::Prereqs
142138 config:
144140 phase: develop
145141 type: requires
146142 name: '@DROLSKY/Modules for use with tidyall'
147 version: '5.031'
143 version: '5.037'
148144 -
149145 class: Dist::Zilla::Plugin::PromptIfStale
150146 config:
158154 - Dist::Zilla::Plugin::DROLSKY::License
159155 - Dist::Zilla::Plugin::DROLSKY::TidyAll
160156 name: '@DROLSKY/PromptIfStale'
161 version: '0.038'
157 version: '0.044'
162158 -
163159 class: Dist::Zilla::Plugin::ReadmeAnyFromPod
164160 name: '@DROLSKY/README.md in build'
170166 -
171167 class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable
172168 name: '@DROLSKY/Test::Pod::Coverage::Configurable'
173 version: '0.03'
169 version: '0.05'
174170 -
175171 class: Dist::Zilla::Plugin::Test::PodSpelling
176172 name: '@DROLSKY/Test::PodSpelling'
177 version: '2.006008'
173 version: '2.006009'
178174 -
179175 class: Dist::Zilla::Plugin::Test::ReportPrereqs
180176 name: '@DROLSKY/Test::ReportPrereqs'
181 version: '0.020'
182 -
183 class: Dist::Zilla::Plugin::Test::Version
184 name: '@DROLSKY/Test::Version'
185 version: '0.003001'
177 version: '0.021'
186178 -
187179 class: Dist::Zilla::Plugin::ManifestSkip
188180 name: '@DROLSKY/ManifestSkip'
189 version: '5.031'
181 version: '5.037'
190182 -
191183 class: Dist::Zilla::Plugin::MetaYAML
192184 name: '@DROLSKY/MetaYAML'
193 version: '5.031'
185 version: '5.037'
194186 -
195187 class: Dist::Zilla::Plugin::License
196188 name: '@DROLSKY/License'
197 version: '5.031'
189 version: '5.037'
198190 -
199191 class: Dist::Zilla::Plugin::ExtraTests
200192 name: '@DROLSKY/ExtraTests'
201 version: '5.031'
193 version: '5.037'
202194 -
203195 class: Dist::Zilla::Plugin::ExecDir
204196 name: '@DROLSKY/ExecDir'
205 version: '5.031'
197 version: '5.037'
206198 -
207199 class: Dist::Zilla::Plugin::ShareDir
208200 name: '@DROLSKY/ShareDir'
209 version: '5.031'
201 version: '5.037'
210202 -
211203 class: Dist::Zilla::Plugin::Manifest
212204 name: '@DROLSKY/Manifest'
213 version: '5.031'
205 version: '5.037'
214206 -
215207 class: Dist::Zilla::Plugin::CheckVersionIncrement
216208 name: '@DROLSKY/CheckVersionIncrement'
218210 -
219211 class: Dist::Zilla::Plugin::TestRelease
220212 name: '@DROLSKY/TestRelease'
221 version: '5.031'
213 version: '5.037'
222214 -
223215 class: Dist::Zilla::Plugin::ConfirmRelease
224216 name: '@DROLSKY/ConfirmRelease'
225 version: '5.031'
217 version: '5.037'
226218 -
227219 class: Dist::Zilla::Plugin::UploadToCPAN
228220 name: '@DROLSKY/UploadToCPAN'
229 version: '5.031'
221 version: '5.037'
230222 -
231223 class: Dist::Zilla::Plugin::CheckPrereqsIndexed
232224 name: '@DROLSKY/CheckPrereqsIndexed'
233 version: '0.015'
225 version: '0.016'
234226 -
235227 class: Dist::Zilla::Plugin::CPANFile
236228 name: '@DROLSKY/CPANFile'
237 version: '5.031'
229 version: '5.037'
238230 -
239231 class: Dist::Zilla::Plugin::DROLSKY::Contributors
240232 name: '@DROLSKY/DROLSKY::Contributors'
241 version: '0.32'
233 version: '0.34'
242234 -
243235 class: Dist::Zilla::Plugin::DROLSKY::License
244236 name: '@DROLSKY/DROLSKY::License'
245 version: '0.32'
237 version: '0.34'
246238 -
247239 class: Dist::Zilla::Plugin::DROLSKY::TidyAll
248240 name: '@DROLSKY/DROLSKY::TidyAll'
249 version: '0.32'
241 version: '0.34'
250242 -
251243 class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
252244 config:
253245 Dist::Zilla::Role::Git::Repo:
254246 repo_root: .
255247 name: '@DROLSKY/Git::CheckFor::CorrectBranch'
256 version: '0.011'
248 version: '0.013'
257249 -
258250 class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
259251 config:
260252 Dist::Zilla::Role::Git::Repo:
261253 repo_root: .
262254 name: '@DROLSKY/Git::CheckFor::MergeConflicts'
263 version: '0.011'
255 version: '0.013'
264256 -
265257 class: Dist::Zilla::Plugin::Git::Contributors
266258 config:
270262 order_by: name
271263 paths: []
272264 name: '@DROLSKY/Git::Contributors'
273 version: '0.009'
265 version: '0.011'
274266 -
275267 class: Dist::Zilla::Plugin::InstallGuide
276268 name: '@DROLSKY/InstallGuide'
278270 -
279271 class: Dist::Zilla::Plugin::Meta::Contributors
280272 name: '@DROLSKY/Meta::Contributors'
281 version: '0.001'
273 version: '0.002'
282274 -
283275 class: Dist::Zilla::Plugin::MetaConfig
284276 name: '@DROLSKY/MetaConfig'
285 version: '5.031'
277 version: '5.037'
286278 -
287279 class: Dist::Zilla::Plugin::MetaJSON
288280 name: '@DROLSKY/MetaJSON'
289 version: '5.031'
281 version: '5.037'
290282 -
291283 class: Dist::Zilla::Plugin::RewriteVersion
292284 name: '@DROLSKY/RewriteVersion'
352344 -
353345 class: Dist::Zilla::Plugin::PodSyntaxTests
354346 name: '@DROLSKY/PodSyntaxTests'
355 version: '5.031'
347 version: '5.037'
356348 -
357349 class: Dist::Zilla::Plugin::Test::CPAN::Changes
358350 name: '@DROLSKY/Test::CPAN::Changes'
359351 version: '0.009'
360 -
361 class: Dist::Zilla::Plugin::Test::Compile
362 config:
363 Dist::Zilla::Plugin::Test::Compile:
364 bail_out_on_fail: '0'
365 fail_on_warning: author
366 fake_home: '0'
367 filename: t/00-compile.t
368 module_finder:
369 - ':InstallModules'
370 needs_display: '0'
371 phase: test
372 script_finder:
373 - ':ExecFiles'
374 skips: []
375 name: '@DROLSKY/Test::Compile'
376 version: '2.051'
377352 -
378353 class: Dist::Zilla::Plugin::Test::EOL
379354 config:
385360 - ':TestFiles'
386361 trailing_whitespace: '1'
387362 name: '@DROLSKY/Test::EOL'
388 version: '0.17'
363 version: '0.18'
389364 -
390365 class: Dist::Zilla::Plugin::Test::NoTabs
391366 config:
396371 - ':ExecFiles'
397372 - ':TestFiles'
398373 name: '@DROLSKY/Test::NoTabs'
399 version: '0.13'
374 version: '0.15'
400375 -
401376 class: Dist::Zilla::Plugin::Test::Pod::LinkCheck
402377 name: '@DROLSKY/Test::Pod::LinkCheck'
413388 class: Dist::Zilla::Plugin::Test::Synopsis
414389 name: '@DROLSKY/Test::Synopsis'
415390 version: '2.000006'
391 -
392 class: Dist::Zilla::Plugin::Test::Compile
393 config:
394 Dist::Zilla::Plugin::Test::Compile:
395 bail_out_on_fail: '0'
396 fail_on_warning: author
397 fake_home: '0'
398 filename: xt/author/00-compile.t
399 module_finder:
400 - ':InstallModules'
401 needs_display: '0'
402 phase: develop
403 script_finder:
404 - ':ExecFiles'
405 skips: []
406 name: '@DROLSKY/Test::Compile'
407 version: '2.053'
416408 -
417409 class: Dist::Zilla::Plugin::Git::Check
418410 config:
420412 untracked_files: die
421413 Dist::Zilla::Role::Git::DirtyFiles:
422414 allow_dirty:
415 - README.md
423416 - Makefile.PL
424 - README.md
425417 - Build.PL
426418 - LICENSE
427419 - cpanfile
432424 Dist::Zilla::Role::Git::Repo:
433425 repo_root: .
434426 name: '@DROLSKY/Git::Check'
435 version: '2.029'
427 version: '2.035'
436428 -
437429 class: Dist::Zilla::Plugin::Git::Commit
438430 config:
442434 time_zone: local
443435 Dist::Zilla::Role::Git::DirtyFiles:
444436 allow_dirty:
437 - README.md
445438 - Makefile.PL
446 - README.md
447439 - Build.PL
448440 - LICENSE
449441 - cpanfile
454446 Dist::Zilla::Role::Git::Repo:
455447 repo_root: .
456448 name: '@DROLSKY/commit generated files'
457 version: '2.029'
449 version: '2.035'
458450 -
459451 class: Dist::Zilla::Plugin::Git::Tag
460452 config:
461453 Dist::Zilla::Plugin::Git::Tag:
462454 branch: ~
463455 signed: 0
464 tag: v1.18
456 tag: v1.19
465457 tag_format: v%v
466458 tag_message: v%v
467459 time_zone: local
468460 Dist::Zilla::Role::Git::Repo:
469461 repo_root: .
470462 name: '@DROLSKY/Git::Tag'
471 version: '2.029'
463 version: '2.035'
472464 -
473465 class: Dist::Zilla::Plugin::Git::Push
474466 config:
479471 Dist::Zilla::Role::Git::Repo:
480472 repo_root: .
481473 name: '@DROLSKY/Git::Push'
482 version: '2.029'
474 version: '2.035'
483475 -
484476 class: Dist::Zilla::Plugin::BumpVersionAfterRelease
485477 name: '@DROLSKY/BumpVersionAfterRelease'
501493 Dist::Zilla::Role::Git::Repo:
502494 repo_root: .
503495 name: '@DROLSKY/commit version bump'
504 version: '2.029'
496 version: '2.035'
505497 -
506498 class: Dist::Zilla::Plugin::Git::Push
507499 config:
512504 Dist::Zilla::Role::Git::Repo:
513505 repo_root: .
514506 name: '@DROLSKY/push version bump'
515 version: '2.029'
507 version: '2.035'
516508 -
517509 class: Dist::Zilla::Plugin::Prereqs
518510 config:
520512 phase: develop
521513 type: requires
522514 name: DevelopRequires
523 version: '5.031'
515 version: '5.037'
524516 -
525517 class: inc::MyModuleBuild
526518 config:
531523 -
532524 class: Dist::Zilla::Plugin::PurePerlTests
533525 name: PurePerlTests
534 version: '0.04'
526 version: '0.05'
535527 -
536528 class: Dist::Zilla::Plugin::FinderCode
537529 name: ':InstallModules'
538 version: '5.031'
530 version: '5.037'
539531 -
540532 class: Dist::Zilla::Plugin::FinderCode
541533 name: ':IncModules'
542 version: '5.031'
534 version: '5.037'
543535 -
544536 class: Dist::Zilla::Plugin::FinderCode
545537 name: ':TestFiles'
546 version: '5.031'
538 version: '5.037'
547539 -
548540 class: Dist::Zilla::Plugin::FinderCode
549541 name: ':ExecFiles'
550 version: '5.031'
542 version: '5.037'
551543 -
552544 class: Dist::Zilla::Plugin::FinderCode
553545 name: ':ShareFiles'
554 version: '5.031'
546 version: '5.037'
555547 -
556548 class: Dist::Zilla::Plugin::FinderCode
557549 name: ':MainModule'
558 version: '5.031'
550 version: '5.037'
559551 -
560552 class: Dist::Zilla::Plugin::FinderCode
561553 name: ':AllFiles'
562 version: '5.031'
554 version: '5.037'
563555 -
564556 class: Dist::Zilla::Plugin::FinderCode
565557 name: ':NoFiles'
566 version: '5.031'
558 version: '5.037'
567559 -
568560 class: Dist::Zilla::Plugin::FinderCode
569561 name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
570 version: '5.031'
562 version: '5.037'
571563 zilla:
572564 class: Dist::Zilla::Dist::Builder
573565 config:
574566 is_trial: '0'
575 version: '5.031'
567 version: '5.037'
576568 x_authority: cpan:DROLSKY
577569 x_contributors:
578570 - 'J.R. Mash <jmash.code@gmail.com>'
33
44 VERSION
55
6 version 1.18
6 version 1.19
77
88 SYNOPSIS
99
1818 requires "ExtUtils::MakeMaker" => "0";
1919 requires "File::Spec" => "0";
2020 requires "File::Temp" => "0";
21 requires "IO::Handle" => "0";
22 requires "IPC::Open3" => "0";
2321 requires "Test::Fatal" => "0";
2422 requires "Test::More" => "0.96";
2523 requires "Test::Requires" => "0";
3937 };
4038
4139 on 'develop' => sub {
40 requires "File::Spec" => "0";
41 requires "IO::Handle" => "0";
42 requires "IPC::Open3" => "0";
4243 requires "Perl::Critic" => "1.123";
4344 requires "Perl::Tidy" => "20140711";
4445 requires "Pod::Coverage::TrustPod" => "0";
5455 requires "Test::Spelling" => "0.12";
5556 requires "Test::Synopsis" => "0";
5657 requires "Test::Taint" => "0.02";
57 requires "Test::Version" => "1";
5858 };
3030 stopwords = runtime
3131 -remove = MakeMaker
3232 -remove = Test::TidyAll
33 -remove = Test::Version
3334
3435 [Prereqs / DevelopRequires]
3536 Readonly = 1.03
22 use strict;
33 use warnings;
44
5 our $VERSION = '1.18';
5 our $VERSION = '1.19';
66
77 use attributes;
88
9999
100100 =head1 VERSION
101101
102 version 1.18
102 version 1.19
103103
104104 =head1 SYNOPSIS
105105
22 use strict;
33 use warnings;
44
5 our $VERSION = '1.18';
5 our $VERSION = '1.19';
66
77 our @ISA = 'Exporter';
88
22 use strict;
33 use warnings;
44
5 our $VERSION = '1.18';
5 our $VERSION = '1.19';
66
77 use Params::Validate::Constants;
88 use Scalar::Util 1.10 ();
550550 my $ok;
551551 my $e = do {
552552 local $@ = q{};
553 local $SIG{__DIE__} = undef;
553 local $SIG{__DIE__};
554554 $ok = eval { $spec->{callbacks}{$_}->( $value, $params ) };
555555 $@;
556556 };
22 use strict;
33 use warnings;
44
5 our $VERSION = '1.18';
5 our $VERSION = '1.19';
66
77 use Carp;
88
44 use strict;
55 use warnings;
66
7 our $VERSION = '1.18';
7 our $VERSION = '1.19';
88
99 use Exporter;
1010 use Module::Implementation;
7474
7575 =head1 VERSION
7676
77 version 1.18
77 version 1.19
7878
7979 =head1 SYNOPSIS
8080
00 package # hide from PAUSE
11 Params::Validate;
22
3 our $VERSION = '1.18';
3 our $VERSION = '1.19';
44
55 BEGIN { $ENV{PARAMS_VALIDATE_IMPLEMENTATION} = 'PP' }
66 use Params::Validate;
00 package # hide from PAUSE
11 Params::Validate;
22
3 our $VERSION = '1.18';
3 our $VERSION = '1.19';
44
55 BEGIN { $ENV{PARAMS_VALIDATE_IMPLEMENTATION} = 'XS' }
66 use Params::Validate;
+0
-57
t/00-compile.t less more
0 use 5.006;
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
5
6 use Test::More;
7
8 plan tests => 7 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
9
10 my @module_files = (
11 'Attribute/Params/Validate.pm',
12 'Params/Validate.pm',
13 'Params/Validate/Constants.pm',
14 'Params/Validate/PP.pm',
15 'Params/Validate/XS.pm',
16 'Params/ValidatePP.pm',
17 'Params/ValidateXS.pm'
18 );
19
20
21
22 # no fake home requested
23
24 my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
25
26 use File::Spec;
27 use IPC::Open3;
28 use IO::Handle;
29
30 open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
31
32 my @warnings;
33 for my $lib (@module_files)
34 {
35 # see L<perlfaq8/How can I capture STDERR from an external command?>
36 my $stderr = IO::Handle->new;
37
38 my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]");
39 binmode $stderr, ':crlf' if $^O eq 'MSWin32';
40 my @_warnings = <$stderr>;
41 waitpid($pid, 0);
42 is($?, 0, "$lib loaded ok");
43
44 if (@_warnings)
45 {
46 warn @_warnings;
47 push @warnings, @_warnings;
48 }
49 }
50
51
52
53 is(scalar(@warnings), 0, 'no warnings found')
54 or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING};
55
56
1010 },
1111 'develop' => {
1212 'requires' => {
13 'File::Spec' => '0',
14 'IO::Handle' => '0',
15 'IPC::Open3' => '0',
1316 'Perl::Critic' => '1.123',
1417 'Perl::Tidy' => '20140711',
1518 'Pod::Coverage::TrustPod' => '0',
2427 'Test::Pod::Coverage' => '1.08',
2528 'Test::Spelling' => '0.12',
2629 'Test::Synopsis' => '0',
27 'Test::Taint' => '0.02',
28 'Test::Version' => '1'
30 'Test::Taint' => '0.02'
2931 }
3032 },
3133 'runtime' => {
5254 'ExtUtils::MakeMaker' => '0',
5355 'File::Spec' => '0',
5456 'File::Temp' => '0',
55 'IO::Handle' => '0',
56 'IPC::Open3' => '0',
5757 'Test::Fatal' => '0',
5858 'Test::More' => '0.96',
5959 'Test::Requires' => '0',
22 use strict;
33 use warnings;
44
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.020
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021
66
77 use Test::More tests => 1;
88
0
1 BEGIN {
2 unless ($ENV{AUTHOR_TESTING}) {
3 require Test::More;
4 Test::More::plan(skip_all => 'these tests are for testing by the author');
5 }
6 }
7
8 use 5.006;
9 use strict;
10 use warnings;
11
12 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.053
13
14 use Test::More;
15
16 plan tests => 8;
17
18 my @module_files = (
19 'Attribute/Params/Validate.pm',
20 'Params/Validate.pm',
21 'Params/Validate/Constants.pm',
22 'Params/Validate/PP.pm',
23 'Params/Validate/XS.pm',
24 'Params/ValidatePP.pm',
25 'Params/ValidateXS.pm'
26 );
27
28
29
30 # no fake home requested
31
32 my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
33
34 use File::Spec;
35 use IPC::Open3;
36 use IO::Handle;
37
38 open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
39
40 my @warnings;
41 for my $lib (@module_files)
42 {
43 # see L<perlfaq8/How can I capture STDERR from an external command?>
44 my $stderr = IO::Handle->new;
45
46 my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]");
47 binmode $stderr, ':crlf' if $^O eq 'MSWin32';
48 my @_warnings = <$stderr>;
49 waitpid($pid, 0);
50 is($?, 0, "$lib loaded ok");
51
52 shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
53 and not eval { blib->VERSION('1.01') };
54
55 if (@_warnings)
56 {
57 warn @_warnings;
58 push @warnings, @_warnings;
59 }
60 }
61
62
63
64 is(scalar(@warnings), 0, 'no warnings found')
65 or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) );
66
67
88 use strict;
99 use warnings;
1010
11 # this test was generated with Dist::Zilla::Plugin::Test::EOL 0.17
11 # this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18
1212
1313 use Test::More 0.88;
1414 use Test::EOL;
2121 'lib/Params/Validate/XS.pm',
2222 'lib/Params/ValidatePP.pm',
2323 'lib/Params/ValidateXS.pm',
24 't/00-compile.t',
2524 't/00-report-prereqs.dd',
2625 't/00-report-prereqs.t',
2726 't/01-validate.t',
6160 't/36-large-arrays.t',
6261 't/37-exports.t',
6362 't/38-callback-message.t',
63 't/author-00-compile.t',
6464 't/author-eol.t',
6565 't/author-no-tabs.t',
6666 't/author-pod-spell.t',
116116 't/release-pp-38-callback-message.t',
117117 't/release-pp-is-loaded.t',
118118 't/release-synopsis.t',
119 't/release-test-version.t',
120119 't/release-xs-is-loaded.t',
121120 't/release-xs-segfault.t'
122121 );
88 use strict;
99 use warnings;
1010
11 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.13
11 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
1212
1313 use Test::More 0.88;
1414 use Test::NoTabs;
2121 'lib/Params/Validate/XS.pm',
2222 'lib/Params/ValidatePP.pm',
2323 'lib/Params/ValidateXS.pm',
24 't/00-compile.t',
2524 't/00-report-prereqs.dd',
2625 't/00-report-prereqs.t',
2726 't/01-validate.t',
6160 't/36-large-arrays.t',
6261 't/37-exports.t',
6362 't/38-callback-message.t',
63 't/author-00-compile.t',
6464 't/author-eol.t',
6565 't/author-no-tabs.t',
6666 't/author-pod-spell.t',
116116 't/release-pp-38-callback-message.t',
117117 't/release-pp-is-loaded.t',
118118 't/release-synopsis.t',
119 't/release-test-version.t',
120119 't/release-xs-is-loaded.t',
121120 't/release-xs-segfault.t'
122121 );
99 use warnings;
1010 use Test::More;
1111
12 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006008
12 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009
1313 use Test::Spelling 0.12;
1414 use Pod::Wordlist;
1515
3838 ]
3939 );
4040
41 my @also_private;
42
4143 for my $module ( sort @modules ) {
4244 pod_coverage_ok(
4345 $module,
4446 {
4547 coverage_class => 'Pod::Coverage::TrustPod',
48 also_private => \@also_private,
4649 trustme => $trustme{$module} || [],
4750 },
4851 "pod coverage for $module"
+0
-30
t/release-test-version.t less more
0
1 BEGIN {
2 unless ($ENV{RELEASE_TESTING}) {
3 require Test::More;
4 Test::More::plan(skip_all => 'these tests are for release candidate testing');
5 }
6 }
7
8 use strict;
9 use warnings;
10 use Test::More;
11
12 # generated by Dist::Zilla::Plugin::Test::Version 0.003001
13 use Test::Version;
14
15 my @imports = ( 'version_all_ok' );
16
17 my $params = {
18 is_strict => 1,
19 has_version => 1,
20 };
21
22 push @imports, $params
23 if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
24
25
26 Test::Version->import(@imports);
27
28 version_all_ok;
29 done_testing;