Codebase list libdata-visitor-perl / upstream/0.32
Import upstream version 0.32 Debian Janitor 1 year, 10 days ago
20 changed file(s) with 296 addition(s) and 334 deletion(s). Raw diff Collapse all Expand all
9494 request to the .mailmap file to contain the correct mapping.
9595
9696
97 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014
98 from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.158.
97 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015
98 from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.162.
00 Revision history for Data-Visitor
1
2 0.32 2023-04-29 10:07:45Z
3 - removed an unnecessary use of Sub::Name (haarg, PR #1)
14
25 0.31 2020-08-02 22:39:31Z
36 - updated distribution tooling (resolves RT#133059, a problem with the
2020
2121 ## Manual installation
2222
23 As a last resort, you can manually install it. Download the tarball, untar it,
24 install configure prerequisites (see below), then build it:
23 As a last resort, you can manually install it. If you have not already
24 downloaded the release tarball, you can find the download link on the module's
25 MetaCPAN page: https://metacpan.org/pod/Data::Visitor
26
27 Untar the tarball, install configure prerequisites (see below), then build it:
2528
2629 % perl Makefile.PL
2730 % make && make test
0 This software is copyright (c) 2020 by Yuval Kogman.
0 This software is copyright (c) 2023 by Yuval Kogman.
11
22 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
1111
1212 --- The GNU General Public License, Version 1, February 1989 ---
1313
14 This software is Copyright (c) 2020 by Yuval Kogman.
14 This software is Copyright (c) 2023 by Yuval Kogman.
1515
1616 This is free software, licensed under:
1717
271271
272272 --- The Artistic License 1.0 ---
273273
274 This software is Copyright (c) 2020 by Yuval Kogman.
274 This software is Copyright (c) 2023 by Yuval Kogman.
275275
276276 This is free software, licensed under:
277277
291291
292292 - "Package" refers to the collection of files distributed by the Copyright
293293 Holder, and derivatives of that collection of files created through
294 textual modification.
294 textual modification.
295295 - "Standard Version" refers to such a Package if it has not been modified,
296296 or has been modified in accordance with the wishes of the Copyright
297 Holder.
297 Holder.
298298 - "Copyright Holder" is whoever is named in the copyright or copyrights for
299 the package.
299 the package.
300300 - "You" is you, if you're thinking about copying or distributing this Package.
301301 - "Reasonable copying fee" is whatever you can justify on the basis of media
302302 cost, duplication charges, time of people involved, and so on. (You will
303303 not be required to justify it to the Copyright Holder, but only to the
304 computing community at large as a market that must bear the fee.)
304 computing community at large as a market that must bear the fee.)
305305 - "Freely Available" means that no fee is charged for the item itself, though
306306 there may be fees involved in handling the item. It also means that
307307 recipients of the item may redistribute it under the same conditions they
308 received it.
308 received it.
309309
310310 1. You may make and give away verbatim copies of the source form of the
311311 Standard Version of this Package without restriction, provided that you
372372
373373 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
374374 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
375 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
375 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
376376
377377 The End
378378
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030.
11 CONTRIBUTING
22 Changes
33 INSTALL
2323 t/magic.t
2424 t/weak.t
2525 xt/author/00-compile.t
26 xt/author/changes_has_content.t
26 xt/author/distmeta.t
2727 xt/author/eol.t
2828 xt/author/kwalitee.t
2929 xt/author/minimum-version.t
3434 xt/author/portability.t
3535 xt/release/changes_has_content.t
3636 xt/release/cpan-changes.t
37 xt/release/distmeta.t
44 "Marcel Gr\u00fcnauer <marcel@cpan.org>"
55 ],
66 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010",
7 "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
88 "license" : [
99 "perl_5"
1010 ],
3131 },
3232 "develop" : {
3333 "recommends" : {
34 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.158",
34 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.162",
3535 "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
3636 },
3737 "requires" : {
5959 "Carp" : "0",
6060 "Moose" : "0.89",
6161 "Scalar::Util" : "0",
62 "Sub::Name" : "0",
6362 "Symbol" : "0",
6463 "Tie::ToObject" : "0.01",
6564 "constant" : "0",
160159 "provides" : {
161160 "Data::Visitor" : {
162161 "file" : "lib/Data/Visitor.pm",
163 "version" : "0.31"
162 "version" : "0.32"
164163 },
165164 "Data::Visitor::Callback" : {
166165 "file" : "lib/Data/Visitor/Callback.pm",
167 "version" : "0.31"
166 "version" : "0.32"
168167 }
169168 },
170169 "release_status" : "stable",
180179 "web" : "https://github.com/karenetheridge/Data-Visitor"
181180 }
182181 },
183 "version" : "0.31",
182 "version" : "0.32",
184183 "x_Dist_Zilla" : {
185184 "perl" : {
186 "version" : "5.032000"
185 "version" : "5.037011"
187186 },
188187 "plugins" : [
189188 {
195194 }
196195 },
197196 "name" : "@Author::ETHER/pluginbundle version",
198 "version" : "6.015"
197 "version" : "6.030"
199198 },
200199 {
201200 "class" : "Dist::Zilla::Plugin::PromptIfStale",
217216 {
218217 "class" : "Dist::Zilla::Plugin::FileFinder::ByName",
219218 "name" : "@Author::ETHER/Examples",
220 "version" : "6.015"
219 "version" : "6.030"
221220 },
222221 {
223222 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
224223 "config" : {
225224 "Dist::Zilla::Plugin::GatherDir" : {
226 "exclude_filename" : [],
225 "exclude_filename" : [
226 "CONTRIBUTING",
227 "INSTALL",
228 "LICENCE",
229 "README.pod"
230 ],
227231 "exclude_match" : [],
228232 "follow_symlinks" : 0,
229233 "include_dotfiles" : 0,
236240 }
237241 },
238242 "name" : "@Author::ETHER/Git::GatherDir",
239 "version" : "2.046"
243 "version" : "2.048"
240244 },
241245 {
242246 "class" : "Dist::Zilla::Plugin::MetaYAML",
243247 "name" : "@Author::ETHER/MetaYAML",
244 "version" : "6.015"
248 "version" : "6.030"
245249 },
246250 {
247251 "class" : "Dist::Zilla::Plugin::MetaJSON",
248252 "name" : "@Author::ETHER/MetaJSON",
249 "version" : "6.015"
253 "version" : "6.030"
250254 },
251255 {
252256 "class" : "Dist::Zilla::Plugin::Readme",
253257 "name" : "@Author::ETHER/Readme",
254 "version" : "6.015"
258 "version" : "6.030"
255259 },
256260 {
257261 "class" : "Dist::Zilla::Plugin::Manifest",
258262 "name" : "@Author::ETHER/Manifest",
259 "version" : "6.015"
263 "version" : "6.030"
260264 },
261265 {
262266 "class" : "Dist::Zilla::Plugin::License",
263267 "name" : "@Author::ETHER/License",
264 "version" : "6.015"
268 "version" : "6.030"
265269 },
266270 {
267271 "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
281285 }
282286 },
283287 "name" : "@Author::ETHER/generate CONTRIBUTING",
284 "version" : "0.014"
288 "version" : "0.015"
285289 },
286290 {
287291 "class" : "Dist::Zilla::Plugin::InstallGuide",
292296 }
293297 },
294298 "name" : "@Author::ETHER/InstallGuide",
295 "version" : "1.200013"
299 "version" : "1.200014"
296300 },
297301 {
298302 "class" : "Dist::Zilla::Plugin::Test::Compile",
339343 {
340344 "class" : "Dist::Zilla::Plugin::MetaTests",
341345 "name" : "@Author::ETHER/MetaTests",
342 "version" : "6.015"
346 "version" : "6.030"
343347 },
344348 {
345349 "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
350354 },
351355 "name" : "@Author::ETHER/Test::CPAN::Changes",
352356 "version" : "0.012"
353 },
354 {
355 "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
356 "config" : {
357 "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : {
358 "destination_filename" : "xt/author/changes_has_content.t",
359 "dist" : "Dist-Zilla-PluginBundle-Author-ETHER",
360 "encoding" : "UTF-8",
361 "location" : "build",
362 "source_filename" : "changes_has_content.t"
363 },
364 "Dist::Zilla::Role::RepoFileInjector" : {
365 "allow_overwrite" : 1,
366 "repo_root" : ".",
367 "version" : "0.009"
368 }
369 },
370 "name" : "@Author::ETHER/generate xt/author/changes_has_content.t",
371 "version" : "0.014"
372357 },
373358 {
374359 "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
388373 {
389374 "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
390375 "name" : "@Author::ETHER/PodSyntaxTests",
391 "version" : "6.015"
376 "version" : "6.030"
392377 },
393378 {
394379 "class" : "Dist::Zilla::Plugin::PodCoverageTests",
395380 "name" : "@Author::ETHER/PodCoverageTests",
396 "version" : "6.015"
381 "version" : "6.030"
397382 },
398383 {
399384 "class" : "Dist::Zilla::Plugin::Test::Pod::No404s",
419404 {
420405 "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
421406 "name" : "@Author::ETHER/Test::ReportPrereqs",
422 "version" : "0.027"
407 "version" : "0.029"
423408 },
424409 {
425410 "class" : "Dist::Zilla::Plugin::Test::Portability",
429414 }
430415 },
431416 "name" : "@Author::ETHER/Test::Portability",
432 "version" : "2.001000"
417 "version" : "2.001001"
433418 },
434419 {
435420 "class" : "Dist::Zilla::Plugin::Git::Describe",
436421 "name" : "@Author::ETHER/Git::Describe",
437 "version" : "0.007"
422 "version" : "0.008"
438423 },
439424 {
440425 "class" : "Dist::Zilla::Plugin::PodWeaver",
445430 ],
446431 "finder" : [
447432 ":InstallModules",
448 ":ExecFiles"
433 ":PerlExecFiles"
449434 ],
450435 "plugins" : [
451436 {
452437 "class" : "Pod::Weaver::Plugin::EnsurePod5",
453438 "name" : "@Author::ETHER/EnsurePod5",
454 "version" : "4.015"
439 "version" : "4.019"
455440 },
456441 {
457442 "class" : "Pod::Weaver::Plugin::H1Nester",
458443 "name" : "@Author::ETHER/H1Nester",
459 "version" : "4.015"
444 "version" : "4.019"
460445 },
461446 {
462447 "class" : "Pod::Weaver::Plugin::SingleEncoding",
463448 "name" : "@Author::ETHER/SingleEncoding",
464 "version" : "4.015"
449 "version" : "4.019"
465450 },
466451 {
467452 "class" : "Pod::Weaver::Plugin::Transformer",
468453 "name" : "@Author::ETHER/List",
469 "version" : "4.015"
454 "version" : "4.019"
470455 },
471456 {
472457 "class" : "Pod::Weaver::Plugin::Transformer",
473458 "name" : "@Author::ETHER/Verbatim",
474 "version" : "4.015"
459 "version" : "4.019"
475460 },
476461 {
477462 "class" : "Pod::Weaver::Section::Region",
478463 "name" : "@Author::ETHER/header",
479 "version" : "4.015"
464 "version" : "4.019"
480465 },
481466 {
482467 "class" : "Pod::Weaver::Section::Name",
483468 "name" : "@Author::ETHER/Name",
484 "version" : "4.015"
469 "version" : "4.019"
485470 },
486471 {
487472 "class" : "Pod::Weaver::Section::Version",
488473 "name" : "@Author::ETHER/Version",
489 "version" : "4.015"
474 "version" : "4.019"
490475 },
491476 {
492477 "class" : "Pod::Weaver::Section::Region",
493478 "name" : "@Author::ETHER/prelude",
494 "version" : "4.015"
479 "version" : "4.019"
495480 },
496481 {
497482 "class" : "Pod::Weaver::Section::Generic",
498483 "name" : "SYNOPSIS",
499 "version" : "4.015"
484 "version" : "4.019"
500485 },
501486 {
502487 "class" : "Pod::Weaver::Section::Generic",
503488 "name" : "DESCRIPTION",
504 "version" : "4.015"
489 "version" : "4.019"
505490 },
506491 {
507492 "class" : "Pod::Weaver::Section::Generic",
508493 "name" : "OVERVIEW",
509 "version" : "4.015"
494 "version" : "4.019"
510495 },
511496 {
512497 "class" : "Pod::Weaver::Section::Collect",
513498 "name" : "ATTRIBUTES",
514 "version" : "4.015"
499 "version" : "4.019"
515500 },
516501 {
517502 "class" : "Pod::Weaver::Section::Collect",
518503 "name" : "METHODS",
519 "version" : "4.015"
504 "version" : "4.019"
520505 },
521506 {
522507 "class" : "Pod::Weaver::Section::Collect",
523508 "name" : "FUNCTIONS",
524 "version" : "4.015"
509 "version" : "4.019"
525510 },
526511 {
527512 "class" : "Pod::Weaver::Section::Collect",
528513 "name" : "TYPES",
529 "version" : "4.015"
514 "version" : "4.019"
530515 },
531516 {
532517 "class" : "Pod::Weaver::Section::Leftovers",
533518 "name" : "@Author::ETHER/Leftovers",
534 "version" : "4.015"
519 "version" : "4.019"
535520 },
536521 {
537522 "class" : "Pod::Weaver::Section::Region",
538523 "name" : "@Author::ETHER/postlude",
539 "version" : "4.015"
524 "version" : "4.019"
540525 },
541526 {
542527 "class" : "Pod::Weaver::Section::GenerateSection",
543528 "name" : "@Author::ETHER/generate SUPPORT",
544 "version" : "1.06"
545 },
546 {
547 "class" : "Pod::Weaver::Section::AllowOverride",
548 "name" : "@Author::ETHER/allow override SUPPORT",
549 "version" : "0.05"
529 "version" : "4.019"
550530 },
551531 {
552532 "class" : "Pod::Weaver::Section::Authors",
553533 "name" : "@Author::ETHER/Authors",
554 "version" : "4.015"
534 "version" : "4.019"
555535 },
556536 {
557537 "class" : "Pod::Weaver::Section::AllowOverride",
566546 {
567547 "class" : "Pod::Weaver::Section::Legal",
568548 "name" : "@Author::ETHER/Legal",
569 "version" : "4.015"
549 "version" : "4.019"
570550 },
571551 {
572552 "class" : "Pod::Weaver::Section::Region",
573553 "name" : "@Author::ETHER/footer",
574 "version" : "4.015"
554 "version" : "4.019"
575555 }
576556 ]
577557 }
578558 },
579559 "name" : "@Author::ETHER/PodWeaver",
580 "version" : "4.008"
560 "version" : "4.010"
581561 },
582562 {
583563 "class" : "Dist::Zilla::Plugin::GithubMeta",
597577 {
598578 "class" : "Dist::Zilla::Plugin::MetaNoIndex",
599579 "name" : "@Author::ETHER/MetaNoIndex",
600 "version" : "6.015"
580 "version" : "6.030"
601581 },
602582 {
603583 "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
610590 {
611591 "class" : "Dist::Zilla::Plugin::FinderCode",
612592 "name" : ":InstallModules",
613 "version" : "6.015"
593 "version" : "6.030"
614594 }
615595 ],
616596 "include_underscores" : 0
632612 {
633613 "class" : "Dist::Zilla::Plugin::MetaConfig",
634614 "name" : "@Author::ETHER/MetaConfig",
635 "version" : "6.015"
615 "version" : "6.030"
636616 },
637617 {
638618 "class" : "Dist::Zilla::Plugin::Keywords",
652632 }
653633 },
654634 "name" : "@Author::ETHER/UseUnsafeInc",
655 "version" : "0.001"
635 "version" : "0.002"
656636 },
657637 {
658638 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
659639 "name" : "@Author::ETHER/AutoPrereqs",
660 "version" : "6.015"
640 "version" : "6.030"
661641 },
662642 {
663643 "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
677657 }
678658 },
679659 "name" : "@Author::ETHER/MakeMaker",
680 "version" : "6.015"
660 "version" : "6.030"
681661 },
682662 {
683663 "class" : "Dist::Zilla::Plugin::Git::Contributors",
684664 "config" : {
685665 "Dist::Zilla::Plugin::Git::Contributors" : {
686 "git_version" : "2.25.0",
666 "git_version" : "2.40.0",
687667 "include_authors" : 0,
688668 "include_releaser" : 1,
689669 "order_by" : "commits",
691671 }
692672 },
693673 "name" : "@Author::ETHER/Git::Contributors",
694 "version" : "0.035"
674 "version" : "0.036"
695675 },
696676 {
697677 "class" : "Dist::Zilla::Plugin::StaticInstall",
774754 "class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
775755 "config" : {
776756 "Dist::Zilla::Plugin::EnsureLatestPerl" : {
777 "Module::CoreList" : "5.20200717"
757 "Module::CoreList" : "5.20230420"
778758 }
779759 },
780760 "name" : "@Author::ETHER/EnsureLatestPerl",
781 "version" : "0.008"
761 "version" : "0.010"
782762 },
783763 {
784764 "class" : "Dist::Zilla::Plugin::PromptIfStale",
807787 "changelog" : "Changes"
808788 },
809789 "Dist::Zilla::Role::Git::Repo" : {
810 "git_version" : "2.25.0",
790 "git_version" : "2.40.0",
811791 "repo_root" : "."
812792 }
813793 },
814794 "name" : "@Author::ETHER/initial check",
815 "version" : "2.046"
795 "version" : "2.048"
816796 },
817797 {
818798 "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
819799 "config" : {
820800 "Dist::Zilla::Role::Git::Repo" : {
821 "git_version" : "2.25.0",
801 "git_version" : "2.40.0",
822802 "repo_root" : "."
823803 }
824804 },
829809 "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
830810 "config" : {
831811 "Dist::Zilla::Role::Git::Repo" : {
832 "git_version" : "2.25.0",
812 "git_version" : "2.40.0",
833813 "repo_root" : "."
834814 }
835815 },
844824 {
845825 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
846826 "name" : "@Author::ETHER/CheckPrereqsIndexed",
847 "version" : "0.020"
827 "version" : "0.022"
848828 },
849829 {
850830 "class" : "Dist::Zilla::Plugin::TestRelease",
851831 "name" : "@Author::ETHER/TestRelease",
852 "version" : "6.015"
832 "version" : "6.030"
853833 },
854834 {
855835 "class" : "Dist::Zilla::Plugin::Git::Check",
863843 "changelog" : "Changes"
864844 },
865845 "Dist::Zilla::Role::Git::Repo" : {
866 "git_version" : "2.25.0",
846 "git_version" : "2.40.0",
867847 "repo_root" : "."
868848 }
869849 },
870850 "name" : "@Author::ETHER/after tests",
871 "version" : "2.046"
851 "version" : "2.048"
872852 },
873853 {
874854 "class" : "Dist::Zilla::Plugin::CheckIssues",
878858 {
879859 "class" : "Dist::Zilla::Plugin::UploadToCPAN",
880860 "name" : "@Author::ETHER/UploadToCPAN",
881 "version" : "6.015"
861 "version" : "6.030"
882862 },
883863 {
884864 "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
916896 }
917897 },
918898 "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version",
919 "version" : "6.015"
899 "version" : "6.030"
920900 },
921901 {
922902 "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
960940 "add_files_in" : [
961941 "."
962942 ],
963 "commit_msg" : "%N-%v%t%n%n%c"
943 "commit_msg" : "%N-%v%t%n%n%c",
944 "signoff" : 0
964945 },
965946 "Dist::Zilla::Role::Git::DirtyFiles" : {
966947 "allow_dirty" : [
967 "Changes"
948 "CONTRIBUTING",
949 "Changes",
950 "INSTALL",
951 "LICENCE",
952 "README.pod"
968953 ],
969954 "allow_dirty_match" : [],
970955 "changelog" : "Changes"
971956 },
972957 "Dist::Zilla::Role::Git::Repo" : {
973 "git_version" : "2.25.0",
958 "git_version" : "2.40.0",
974959 "repo_root" : "."
975960 },
976961 "Dist::Zilla::Role::Git::StringFormatter" : {
978963 }
979964 },
980965 "name" : "@Author::ETHER/@Git::VersionManager/release snapshot",
981 "version" : "2.046"
966 "version" : "2.048"
982967 },
983968 {
984969 "class" : "Dist::Zilla::Plugin::Git::Tag",
987972 "branch" : null,
988973 "changelog" : "Changes",
989974 "signed" : 0,
990 "tag" : "v0.31",
975 "tag" : "v0.32",
991976 "tag_format" : "v%V",
992977 "tag_message" : "v%v%t"
993978 },
994979 "Dist::Zilla::Role::Git::Repo" : {
995 "git_version" : "2.25.0",
980 "git_version" : "2.40.0",
996981 "repo_root" : "."
997982 },
998983 "Dist::Zilla::Role::Git::StringFormatter" : {
1000985 }
1001986 },
1002987 "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag",
1003 "version" : "2.046"
988 "version" : "2.048"
1004989 },
1005990 {
1006991 "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
1007992 "config" : {
1008993 "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
1009994 "finders" : [
1010 ":ExecFiles",
1011995 ":InstallModules"
1012996 ],
1013997 "global" : 1,
10211005 {
10221006 "class" : "Dist::Zilla::Plugin::NextRelease",
10231007 "name" : "@Author::ETHER/@Git::VersionManager/NextRelease",
1024 "version" : "6.015"
1008 "version" : "6.030"
10251009 },
10261010 {
10271011 "class" : "Dist::Zilla::Plugin::Git::Commit",
10281012 "config" : {
10291013 "Dist::Zilla::Plugin::Git::Commit" : {
10301014 "add_files_in" : [],
1031 "commit_msg" : "increment $VERSION after %v release"
1015 "commit_msg" : "increment $VERSION after %v release",
1016 "signoff" : 0
10321017 },
10331018 "Dist::Zilla::Role::Git::DirtyFiles" : {
10341019 "allow_dirty" : [
10421027 "changelog" : "Changes"
10431028 },
10441029 "Dist::Zilla::Role::Git::Repo" : {
1045 "git_version" : "2.25.0",
1030 "git_version" : "2.40.0",
10461031 "repo_root" : "."
10471032 },
10481033 "Dist::Zilla::Role::Git::StringFormatter" : {
10501035 }
10511036 },
10521037 "name" : "@Author::ETHER/@Git::VersionManager/post-release commit",
1053 "version" : "2.046"
1038 "version" : "2.048"
10541039 },
10551040 {
10561041 "class" : "Dist::Zilla::Plugin::Prereqs",
10611046 }
10621047 },
10631048 "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager",
1064 "version" : "6.015"
1049 "version" : "6.030"
10651050 },
10661051 {
10671052 "class" : "Dist::Zilla::Plugin::Git::Push",
10731058 "remotes_must_exist" : 1
10741059 },
10751060 "Dist::Zilla::Role::Git::Repo" : {
1076 "git_version" : "2.25.0",
1061 "git_version" : "2.40.0",
10771062 "repo_root" : "."
10781063 }
10791064 },
10801065 "name" : "@Author::ETHER/Git::Push",
1081 "version" : "2.046"
1066 "version" : "2.048"
10821067 },
10831068 {
10841069 "class" : "Dist::Zilla::Plugin::GitHub::Update",
10881073 }
10891074 },
10901075 "name" : "@Author::ETHER/GitHub::Update",
1091 "version" : "0.47"
1076 "version" : "0.48"
10921077 },
10931078 {
10941079 "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
11231108 {
11241109 "class" : "Dist::Zilla::Plugin::ConfirmRelease",
11251110 "name" : "@Author::ETHER/ConfirmRelease",
1126 "version" : "6.015"
1111 "version" : "6.030"
11271112 },
11281113 {
11291114 "class" : "Dist::Zilla::Plugin::Prereqs",
11341119 }
11351120 },
11361121 "name" : "@Author::ETHER/prereqs for @Author::ETHER",
1137 "version" : "6.015"
1122 "version" : "6.030"
11381123 },
11391124 {
11401125 "class" : "Dist::Zilla::Plugin::Prereqs",
11451130 }
11461131 },
11471132 "name" : "Prereqs",
1148 "version" : "6.015"
1133 "version" : "6.030"
11491134 },
11501135 {
11511136 "class" : "Dist::Zilla::Plugin::FinderCode",
11521137 "name" : ":InstallModules",
1153 "version" : "6.015"
1138 "version" : "6.030"
11541139 },
11551140 {
11561141 "class" : "Dist::Zilla::Plugin::FinderCode",
11571142 "name" : ":IncModules",
1158 "version" : "6.015"
1143 "version" : "6.030"
11591144 },
11601145 {
11611146 "class" : "Dist::Zilla::Plugin::FinderCode",
11621147 "name" : ":TestFiles",
1163 "version" : "6.015"
1148 "version" : "6.030"
11641149 },
11651150 {
11661151 "class" : "Dist::Zilla::Plugin::FinderCode",
11671152 "name" : ":ExtraTestFiles",
1168 "version" : "6.015"
1153 "version" : "6.030"
11691154 },
11701155 {
11711156 "class" : "Dist::Zilla::Plugin::FinderCode",
11721157 "name" : ":ExecFiles",
1173 "version" : "6.015"
1158 "version" : "6.030"
11741159 },
11751160 {
11761161 "class" : "Dist::Zilla::Plugin::FinderCode",
11771162 "name" : ":PerlExecFiles",
1178 "version" : "6.015"
1163 "version" : "6.030"
11791164 },
11801165 {
11811166 "class" : "Dist::Zilla::Plugin::FinderCode",
11821167 "name" : ":ShareFiles",
1183 "version" : "6.015"
1168 "version" : "6.030"
11841169 },
11851170 {
11861171 "class" : "Dist::Zilla::Plugin::FinderCode",
11871172 "name" : ":MainModule",
1188 "version" : "6.015"
1173 "version" : "6.030"
11891174 },
11901175 {
11911176 "class" : "Dist::Zilla::Plugin::FinderCode",
11921177 "name" : ":AllFiles",
1193 "version" : "6.015"
1178 "version" : "6.030"
11941179 },
11951180 {
11961181 "class" : "Dist::Zilla::Plugin::FinderCode",
11971182 "name" : ":NoFiles",
1198 "version" : "6.015"
1183 "version" : "6.030"
11991184 },
12001185 {
12011186 "class" : "Dist::Zilla::Plugin::VerifyPhases",
12081193 "config" : {
12091194 "is_trial" : 0
12101195 },
1211 "version" : "6.015"
1196 "version" : "6.030"
12121197 }
12131198 },
12141199 "x_authority" : "cpan:NUFFIN",
12151200 "x_contributors" : [
12161201 "Jesse Luehrs <doy@tozt.net>",
1202 "Karen Etheridge <ether@cpan.org>",
12171203 "Florian Ragwitz <rafl@debian.org>",
1218 "Karen Etheridge <ether@cpan.org>",
12191204 "David Steinbrunner <dsteinbrunner@pobox.com>",
1205 "Graham Knop <haarg@haarg.org>",
12201206 "Robin Smidsr\u00f8d <robin@smidsrod.no>"
12211207 ],
1222 "x_generated_by_perl" : "v5.32.0",
1223 "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
1208 "x_generated_by_perl" : "v5.37.11",
1209 "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
12241210 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
12251211 "x_use_unsafe_inc" : 0
12261212 }
+111
-121
META.yml less more
1313 ExtUtils::MakeMaker: '0'
1414 perl: '5.006'
1515 dynamic_config: 0
16 generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010'
16 generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
1717 license: perl
1818 meta-spec:
1919 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2626 provides:
2727 Data::Visitor:
2828 file: lib/Data/Visitor.pm
29 version: '0.31'
29 version: '0.32'
3030 Data::Visitor::Callback:
3131 file: lib/Data/Visitor/Callback.pm
32 version: '0.31'
32 version: '0.32'
3333 requires:
3434 Carp: '0'
3535 Moose: '0.89'
3636 Scalar::Util: '0'
37 Sub::Name: '0'
3837 Symbol: '0'
3938 Tie::ToObject: '0.01'
4039 constant: '0'
4746 bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Visitor
4847 homepage: https://github.com/karenetheridge/Data-Visitor
4948 repository: https://github.com/karenetheridge/Data-Visitor.git
50 version: '0.31'
49 version: '0.32'
5150 x_Dist_Zilla:
5251 perl:
53 version: '5.032000'
52 version: '5.037011'
5453 plugins:
5554 -
5655 class: Dist::Zilla::Plugin::Prereqs
5958 phase: develop
6059 type: recommends
6160 name: '@Author::ETHER/pluginbundle version'
62 version: '6.015'
61 version: '6.030'
6362 -
6463 class: Dist::Zilla::Plugin::PromptIfStale
6564 config:
7675 -
7776 class: Dist::Zilla::Plugin::FileFinder::ByName
7877 name: '@Author::ETHER/Examples'
79 version: '6.015'
78 version: '6.030'
8079 -
8180 class: Dist::Zilla::Plugin::Git::GatherDir
8281 config:
8382 Dist::Zilla::Plugin::GatherDir:
84 exclude_filename: []
83 exclude_filename:
84 - CONTRIBUTING
85 - INSTALL
86 - LICENCE
87 - README.pod
8588 exclude_match: []
8689 follow_symlinks: 0
8790 include_dotfiles: 0
9194 Dist::Zilla::Plugin::Git::GatherDir:
9295 include_untracked: 0
9396 name: '@Author::ETHER/Git::GatherDir'
94 version: '2.046'
97 version: '2.048'
9598 -
9699 class: Dist::Zilla::Plugin::MetaYAML
97100 name: '@Author::ETHER/MetaYAML'
98 version: '6.015'
101 version: '6.030'
99102 -
100103 class: Dist::Zilla::Plugin::MetaJSON
101104 name: '@Author::ETHER/MetaJSON'
102 version: '6.015'
105 version: '6.030'
103106 -
104107 class: Dist::Zilla::Plugin::Readme
105108 name: '@Author::ETHER/Readme'
106 version: '6.015'
109 version: '6.030'
107110 -
108111 class: Dist::Zilla::Plugin::Manifest
109112 name: '@Author::ETHER/Manifest'
110 version: '6.015'
113 version: '6.030'
111114 -
112115 class: Dist::Zilla::Plugin::License
113116 name: '@Author::ETHER/License'
114 version: '6.015'
117 version: '6.030'
115118 -
116119 class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
117120 config:
127130 repo_root: .
128131 version: '0.009'
129132 name: '@Author::ETHER/generate CONTRIBUTING'
130 version: '0.014'
133 version: '0.015'
131134 -
132135 class: Dist::Zilla::Plugin::InstallGuide
133136 config:
135138 Module::Metadata: '1.000037'
136139 version: '0.006'
137140 name: '@Author::ETHER/InstallGuide'
138 version: '1.200013'
141 version: '1.200014'
139142 -
140143 class: Dist::Zilla::Plugin::Test::Compile
141144 config:
142145 Dist::Zilla::Plugin::Test::Compile:
143 bail_out_on_fail: '1'
146 bail_out_on_fail: 1
144147 fail_on_warning: author
145148 fake_home: 0
146149 filename: xt/author/00-compile.t
172175 -
173176 class: Dist::Zilla::Plugin::MetaTests
174177 name: '@Author::ETHER/MetaTests'
175 version: '6.015'
178 version: '6.030'
176179 -
177180 class: Dist::Zilla::Plugin::Test::CPAN::Changes
178181 config:
181184 name: '@Author::ETHER/Test::CPAN::Changes'
182185 version: '0.012'
183186 -
184 class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
185 config:
186 Dist::Zilla::Plugin::GenerateFile::FromShareDir:
187 destination_filename: xt/author/changes_has_content.t
188 dist: Dist-Zilla-PluginBundle-Author-ETHER
189 encoding: UTF-8
190 location: build
191 source_filename: changes_has_content.t
192 Dist::Zilla::Role::RepoFileInjector:
193 allow_overwrite: 1
194 repo_root: .
195 version: '0.009'
196 name: '@Author::ETHER/generate xt/author/changes_has_content.t'
197 version: '0.014'
198 -
199187 class: Dist::Zilla::Plugin::Test::ChangesHasContent
200188 name: '@Author::ETHER/Test::ChangesHasContent'
201189 version: '0.011'
209197 -
210198 class: Dist::Zilla::Plugin::PodSyntaxTests
211199 name: '@Author::ETHER/PodSyntaxTests'
212 version: '6.015'
200 version: '6.030'
213201 -
214202 class: Dist::Zilla::Plugin::PodCoverageTests
215203 name: '@Author::ETHER/PodCoverageTests'
216 version: '6.015'
204 version: '6.030'
217205 -
218206 class: Dist::Zilla::Plugin::Test::Pod::No404s
219207 name: '@Author::ETHER/Test::Pod::No404s'
233221 -
234222 class: Dist::Zilla::Plugin::Test::ReportPrereqs
235223 name: '@Author::ETHER/Test::ReportPrereqs'
236 version: '0.027'
224 version: '0.029'
237225 -
238226 class: Dist::Zilla::Plugin::Test::Portability
239227 config:
240228 Dist::Zilla::Plugin::Test::Portability:
241229 options: ''
242230 name: '@Author::ETHER/Test::Portability'
243 version: '2.001000'
231 version: '2.001001'
244232 -
245233 class: Dist::Zilla::Plugin::Git::Describe
246234 name: '@Author::ETHER/Git::Describe'
247 version: '0.007'
235 version: '0.008'
248236 -
249237 class: Dist::Zilla::Plugin::PodWeaver
250238 config:
253241 - '@Author::ETHER'
254242 finder:
255243 - ':InstallModules'
256 - ':ExecFiles'
244 - ':PerlExecFiles'
257245 plugins:
258246 -
259247 class: Pod::Weaver::Plugin::EnsurePod5
260248 name: '@Author::ETHER/EnsurePod5'
261 version: '4.015'
249 version: '4.019'
262250 -
263251 class: Pod::Weaver::Plugin::H1Nester
264252 name: '@Author::ETHER/H1Nester'
265 version: '4.015'
253 version: '4.019'
266254 -
267255 class: Pod::Weaver::Plugin::SingleEncoding
268256 name: '@Author::ETHER/SingleEncoding'
269 version: '4.015'
257 version: '4.019'
270258 -
271259 class: Pod::Weaver::Plugin::Transformer
272260 name: '@Author::ETHER/List'
273 version: '4.015'
261 version: '4.019'
274262 -
275263 class: Pod::Weaver::Plugin::Transformer
276264 name: '@Author::ETHER/Verbatim'
277 version: '4.015'
265 version: '4.019'
278266 -
279267 class: Pod::Weaver::Section::Region
280268 name: '@Author::ETHER/header'
281 version: '4.015'
269 version: '4.019'
282270 -
283271 class: Pod::Weaver::Section::Name
284272 name: '@Author::ETHER/Name'
285 version: '4.015'
273 version: '4.019'
286274 -
287275 class: Pod::Weaver::Section::Version
288276 name: '@Author::ETHER/Version'
289 version: '4.015'
277 version: '4.019'
290278 -
291279 class: Pod::Weaver::Section::Region
292280 name: '@Author::ETHER/prelude'
293 version: '4.015'
281 version: '4.019'
294282 -
295283 class: Pod::Weaver::Section::Generic
296284 name: SYNOPSIS
297 version: '4.015'
285 version: '4.019'
298286 -
299287 class: Pod::Weaver::Section::Generic
300288 name: DESCRIPTION
301 version: '4.015'
289 version: '4.019'
302290 -
303291 class: Pod::Weaver::Section::Generic
304292 name: OVERVIEW
305 version: '4.015'
293 version: '4.019'
306294 -
307295 class: Pod::Weaver::Section::Collect
308296 name: ATTRIBUTES
309 version: '4.015'
297 version: '4.019'
310298 -
311299 class: Pod::Weaver::Section::Collect
312300 name: METHODS
313 version: '4.015'
301 version: '4.019'
314302 -
315303 class: Pod::Weaver::Section::Collect
316304 name: FUNCTIONS
317 version: '4.015'
305 version: '4.019'
318306 -
319307 class: Pod::Weaver::Section::Collect
320308 name: TYPES
321 version: '4.015'
309 version: '4.019'
322310 -
323311 class: Pod::Weaver::Section::Leftovers
324312 name: '@Author::ETHER/Leftovers'
325 version: '4.015'
313 version: '4.019'
326314 -
327315 class: Pod::Weaver::Section::Region
328316 name: '@Author::ETHER/postlude'
329 version: '4.015'
317 version: '4.019'
330318 -
331319 class: Pod::Weaver::Section::GenerateSection
332320 name: '@Author::ETHER/generate SUPPORT'
333 version: '1.06'
334 -
335 class: Pod::Weaver::Section::AllowOverride
336 name: '@Author::ETHER/allow override SUPPORT'
337 version: '0.05'
321 version: '4.019'
338322 -
339323 class: Pod::Weaver::Section::Authors
340324 name: '@Author::ETHER/Authors'
341 version: '4.015'
325 version: '4.019'
342326 -
343327 class: Pod::Weaver::Section::AllowOverride
344328 name: '@Author::ETHER/allow override AUTHOR'
350334 -
351335 class: Pod::Weaver::Section::Legal
352336 name: '@Author::ETHER/Legal'
353 version: '4.015'
337 version: '4.019'
354338 -
355339 class: Pod::Weaver::Section::Region
356340 name: '@Author::ETHER/footer'
357 version: '4.015'
341 version: '4.019'
358342 name: '@Author::ETHER/PodWeaver'
359 version: '4.008'
343 version: '4.010'
360344 -
361345 class: Dist::Zilla::Plugin::GithubMeta
362346 name: '@Author::ETHER/GithubMeta'
372356 -
373357 class: Dist::Zilla::Plugin::MetaNoIndex
374358 name: '@Author::ETHER/MetaNoIndex'
375 version: '6.015'
359 version: '6.030'
376360 -
377361 class: Dist::Zilla::Plugin::MetaProvides::Package
378362 config:
383367 -
384368 class: Dist::Zilla::Plugin::FinderCode
385369 name: ':InstallModules'
386 version: '6.015'
370 version: '6.030'
387371 include_underscores: 0
388372 Dist::Zilla::Role::MetaProvider::Provider:
389373 $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
390 inherit_missing: '0'
391 inherit_version: '0'
392 meta_noindex: '1'
374 inherit_missing: 0
375 inherit_version: 0
376 meta_noindex: 1
393377 Dist::Zilla::Role::ModuleMetadata:
394378 Module::Metadata: '1.000037'
395379 version: '0.006'
398382 -
399383 class: Dist::Zilla::Plugin::MetaConfig
400384 name: '@Author::ETHER/MetaConfig'
401 version: '6.015'
385 version: '6.030'
402386 -
403387 class: Dist::Zilla::Plugin::Keywords
404388 config:
412396 Dist::Zilla::Plugin::UseUnsafeInc:
413397 dot_in_INC: 0
414398 name: '@Author::ETHER/UseUnsafeInc'
415 version: '0.001'
399 version: '0.002'
416400 -
417401 class: Dist::Zilla::Plugin::AutoPrereqs
418402 name: '@Author::ETHER/AutoPrereqs'
419 version: '6.015'
403 version: '6.030'
420404 -
421405 class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
422406 name: '@Author::ETHER/Prereqs::AuthorDeps'
431415 Dist::Zilla::Role::TestRunner:
432416 default_jobs: 9
433417 name: '@Author::ETHER/MakeMaker'
434 version: '6.015'
418 version: '6.030'
435419 -
436420 class: Dist::Zilla::Plugin::Git::Contributors
437421 config:
438422 Dist::Zilla::Plugin::Git::Contributors:
439 git_version: 2.25.0
423 git_version: 2.40.0
440424 include_authors: 0
441425 include_releaser: 1
442426 order_by: commits
443427 paths: []
444428 name: '@Author::ETHER/Git::Contributors'
445 version: '0.035'
429 version: '0.036'
446430 -
447431 class: Dist::Zilla::Plugin::StaticInstall
448432 config:
503487 class: Dist::Zilla::Plugin::EnsureLatestPerl
504488 config:
505489 Dist::Zilla::Plugin::EnsureLatestPerl:
506 Module::CoreList: '5.20200717'
490 Module::CoreList: '5.20230420'
507491 name: '@Author::ETHER/EnsureLatestPerl'
508 version: '0.008'
492 version: '0.010'
509493 -
510494 class: Dist::Zilla::Plugin::PromptIfStale
511495 config:
528512 allow_dirty_match: []
529513 changelog: Changes
530514 Dist::Zilla::Role::Git::Repo:
531 git_version: 2.25.0
515 git_version: 2.40.0
532516 repo_root: .
533517 name: '@Author::ETHER/initial check'
534 version: '2.046'
518 version: '2.048'
535519 -
536520 class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
537521 config:
538522 Dist::Zilla::Role::Git::Repo:
539 git_version: 2.25.0
523 git_version: 2.40.0
540524 repo_root: .
541525 name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
542526 version: '0.014'
544528 class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
545529 config:
546530 Dist::Zilla::Role::Git::Repo:
547 git_version: 2.25.0
531 git_version: 2.40.0
548532 repo_root: .
549533 name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
550534 version: '0.014'
555539 -
556540 class: Dist::Zilla::Plugin::CheckPrereqsIndexed
557541 name: '@Author::ETHER/CheckPrereqsIndexed'
558 version: '0.020'
542 version: '0.022'
559543 -
560544 class: Dist::Zilla::Plugin::TestRelease
561545 name: '@Author::ETHER/TestRelease'
562 version: '6.015'
546 version: '6.030'
563547 -
564548 class: Dist::Zilla::Plugin::Git::Check
565549 config:
570554 allow_dirty_match: []
571555 changelog: Changes
572556 Dist::Zilla::Role::Git::Repo:
573 git_version: 2.25.0
557 git_version: 2.40.0
574558 repo_root: .
575559 name: '@Author::ETHER/after tests'
576 version: '2.046'
560 version: '2.048'
577561 -
578562 class: Dist::Zilla::Plugin::CheckIssues
579563 name: '@Author::ETHER/CheckIssues'
581565 -
582566 class: Dist::Zilla::Plugin::UploadToCPAN
583567 name: '@Author::ETHER/UploadToCPAN'
584 version: '6.015'
568 version: '6.030'
585569 -
586570 class: Dist::Zilla::Plugin::CopyFilesFromRelease
587571 config:
609593 phase: develop
610594 type: recommends
611595 name: '@Author::ETHER/@Git::VersionManager/pluginbundle version'
612 version: '6.015'
596 version: '6.030'
613597 -
614598 class: Dist::Zilla::Plugin::RewriteVersion::Transitional
615599 config:
643627 add_files_in:
644628 - .
645629 commit_msg: '%N-%v%t%n%n%c'
630 signoff: 0
646631 Dist::Zilla::Role::Git::DirtyFiles:
647632 allow_dirty:
633 - CONTRIBUTING
648634 - Changes
635 - INSTALL
636 - LICENCE
637 - README.pod
649638 allow_dirty_match: []
650639 changelog: Changes
651640 Dist::Zilla::Role::Git::Repo:
652 git_version: 2.25.0
641 git_version: 2.40.0
653642 repo_root: .
654643 Dist::Zilla::Role::Git::StringFormatter:
655644 time_zone: local
656645 name: '@Author::ETHER/@Git::VersionManager/release snapshot'
657 version: '2.046'
646 version: '2.048'
658647 -
659648 class: Dist::Zilla::Plugin::Git::Tag
660649 config:
662651 branch: ~
663652 changelog: Changes
664653 signed: 0
665 tag: v0.31
654 tag: v0.32
666655 tag_format: v%V
667656 tag_message: v%v%t
668657 Dist::Zilla::Role::Git::Repo:
669 git_version: 2.25.0
658 git_version: 2.40.0
670659 repo_root: .
671660 Dist::Zilla::Role::Git::StringFormatter:
672661 time_zone: local
673662 name: '@Author::ETHER/@Git::VersionManager/Git::Tag'
674 version: '2.046'
663 version: '2.048'
675664 -
676665 class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
677666 config:
678667 Dist::Zilla::Plugin::BumpVersionAfterRelease:
679668 finders:
680 - ':ExecFiles'
681669 - ':InstallModules'
682670 global: 1
683671 munge_makefile_pl: 1
687675 -
688676 class: Dist::Zilla::Plugin::NextRelease
689677 name: '@Author::ETHER/@Git::VersionManager/NextRelease'
690 version: '6.015'
678 version: '6.030'
691679 -
692680 class: Dist::Zilla::Plugin::Git::Commit
693681 config:
694682 Dist::Zilla::Plugin::Git::Commit:
695683 add_files_in: []
696684 commit_msg: 'increment $VERSION after %v release'
685 signoff: 0
697686 Dist::Zilla::Role::Git::DirtyFiles:
698687 allow_dirty:
699688 - Build.PL
703692 - (?^:^lib/.*\.pm$)
704693 changelog: Changes
705694 Dist::Zilla::Role::Git::Repo:
706 git_version: 2.25.0
695 git_version: 2.40.0
707696 repo_root: .
708697 Dist::Zilla::Role::Git::StringFormatter:
709698 time_zone: local
710699 name: '@Author::ETHER/@Git::VersionManager/post-release commit'
711 version: '2.046'
700 version: '2.048'
712701 -
713702 class: Dist::Zilla::Plugin::Prereqs
714703 config:
716705 phase: x_Dist_Zilla
717706 type: requires
718707 name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager'
719 version: '6.015'
708 version: '6.030'
720709 -
721710 class: Dist::Zilla::Plugin::Git::Push
722711 config:
725714 - origin
726715 remotes_must_exist: 1
727716 Dist::Zilla::Role::Git::Repo:
728 git_version: 2.25.0
717 git_version: 2.40.0
729718 repo_root: .
730719 name: '@Author::ETHER/Git::Push'
731 version: '2.046'
720 version: '2.048'
732721 -
733722 class: Dist::Zilla::Plugin::GitHub::Update
734723 config:
735724 Dist::Zilla::Plugin::GitHub::Update:
736725 metacpan: 1
737726 name: '@Author::ETHER/GitHub::Update'
738 version: '0.47'
727 version: '0.48'
739728 -
740729 class: Dist::Zilla::Plugin::Run::AfterRelease
741730 config:
761750 -
762751 class: Dist::Zilla::Plugin::ConfirmRelease
763752 name: '@Author::ETHER/ConfirmRelease'
764 version: '6.015'
753 version: '6.030'
765754 -
766755 class: Dist::Zilla::Plugin::Prereqs
767756 config:
769758 phase: x_Dist_Zilla
770759 type: requires
771760 name: '@Author::ETHER/prereqs for @Author::ETHER'
772 version: '6.015'
761 version: '6.030'
773762 -
774763 class: Dist::Zilla::Plugin::Prereqs
775764 config:
777766 phase: runtime
778767 type: requires
779768 name: Prereqs
780 version: '6.015'
769 version: '6.030'
781770 -
782771 class: Dist::Zilla::Plugin::FinderCode
783772 name: ':InstallModules'
784 version: '6.015'
773 version: '6.030'
785774 -
786775 class: Dist::Zilla::Plugin::FinderCode
787776 name: ':IncModules'
788 version: '6.015'
777 version: '6.030'
789778 -
790779 class: Dist::Zilla::Plugin::FinderCode
791780 name: ':TestFiles'
792 version: '6.015'
781 version: '6.030'
793782 -
794783 class: Dist::Zilla::Plugin::FinderCode
795784 name: ':ExtraTestFiles'
796 version: '6.015'
785 version: '6.030'
797786 -
798787 class: Dist::Zilla::Plugin::FinderCode
799788 name: ':ExecFiles'
800 version: '6.015'
789 version: '6.030'
801790 -
802791 class: Dist::Zilla::Plugin::FinderCode
803792 name: ':PerlExecFiles'
804 version: '6.015'
793 version: '6.030'
805794 -
806795 class: Dist::Zilla::Plugin::FinderCode
807796 name: ':ShareFiles'
808 version: '6.015'
797 version: '6.030'
809798 -
810799 class: Dist::Zilla::Plugin::FinderCode
811800 name: ':MainModule'
812 version: '6.015'
801 version: '6.030'
813802 -
814803 class: Dist::Zilla::Plugin::FinderCode
815804 name: ':AllFiles'
816 version: '6.015'
805 version: '6.030'
817806 -
818807 class: Dist::Zilla::Plugin::FinderCode
819808 name: ':NoFiles'
820 version: '6.015'
809 version: '6.030'
821810 -
822811 class: Dist::Zilla::Plugin::VerifyPhases
823812 name: '@Author::ETHER/PHASE VERIFICATION'
825814 zilla:
826815 class: Dist::Zilla::Dist::Builder
827816 config:
828 is_trial: '0'
829 version: '6.015'
817 is_trial: 0
818 version: '6.030'
830819 x_authority: cpan:NUFFIN
831820 x_contributors:
832821 - 'Jesse Luehrs <doy@tozt.net>'
822 - 'Karen Etheridge <ether@cpan.org>'
833823 - 'Florian Ragwitz <rafl@debian.org>'
834 - 'Karen Etheridge <ether@cpan.org>'
835824 - 'David Steinbrunner <dsteinbrunner@pobox.com>'
825 - 'Graham Knop <haarg@haarg.org>'
836826 - 'Robin Smidsrød <robin@smidsrod.no>'
837 x_generated_by_perl: v5.32.0
838 x_serialization_backend: 'YAML::Tiny version 1.73'
827 x_generated_by_perl: v5.37.11
828 x_serialization_backend: 'YAML::Tiny version 1.74'
839829 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
840830 x_use_unsafe_inc: 0
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
11 use strict;
22 use warnings;
33
1919 "Carp" => 0,
2020 "Moose" => "0.89",
2121 "Scalar::Util" => 0,
22 "Sub::Name" => 0,
2322 "Symbol" => 0,
2423 "Tie::ToObject" => "0.01",
2524 "constant" => 0,
3534 "Test::Needs" => 0,
3635 "Tie::RefHash" => 0
3736 },
38 "VERSION" => "0.31",
37 "VERSION" => "0.32",
3938 "test" => {
4039 "TESTS" => "t/*.t"
4140 }
4847 "File::Spec" => 0,
4948 "Moose" => "0.89",
5049 "Scalar::Util" => 0,
51 "Sub::Name" => 0,
5250 "Symbol" => 0,
5351 "Test::More" => "0.88",
5452 "Test::Needs" => 0,
00 This archive contains the distribution Data-Visitor,
1 version 0.31:
1 version 0.32:
22
33 Visitor style traversal of Perl data structures
44
5 This software is copyright (c) 2020 by Yuval Kogman.
5 This software is copyright (c) 2023 by Yuval Kogman.
66
77 This is free software; you can redistribute it and/or modify it under
88 the same terms as the Perl 5 programming language system itself.
99
1010
11 This README file was generated by Dist::Zilla::Plugin::Readme v6.015.
11 This README file was generated by Dist::Zilla::Plugin::Readme v6.030.
11 use Moose;
22 # ABSTRACT: A Data::Visitor with callbacks.
33
4 our $VERSION = '0.31';
4 our $VERSION = '0.32';
55 use Data::Visitor ();
66
77 use Carp qw(carp);
180180 }
181181 }
182182
183 sub subname { $_[1] }
184
185183 BEGIN {
186 eval {
187 require Sub::Name;
188 no warnings 'redefine';
189 *subname = \&Sub::Name::subname;
190 };
191
192184 foreach my $reftype ( qw/array hash glob code/ ) {
193185 my $name = "visit_$reftype";
194 no strict 'refs';
195 *$name = subname(__PACKAGE__ . "::$name", eval '
196 sub {
186 eval '
187 sub '.$name.' {
197188 my ( $self, $data ) = @_;
198189 my $new_data = $self->callback_and_reg( '.$reftype.' => $data );
199190 if ( "'.uc($reftype).'" eq (reftype($new_data)||"") ) {
200 my $visited = $self->SUPER::visit_'.$reftype.'( $new_data );
191 my $visited = $self->SUPER::'.$name.'( $new_data );
201192
202193 no warnings "uninitialized";
203194 if ( refaddr($visited) != refaddr($data) ) {
209200 return $self->_register_mapping( $data, $self->visit( $new_data ) );
210201 }
211202 }
212 ' || die $@);
203 1;
204 ' or die $@;
213205 }
214206 }
215207
296288
297289 =head1 VERSION
298290
299 version 0.31
291 version 0.32
300292
301293 =head1 SYNOPSIS
302294
490482
491483 =head1 COPYRIGHT AND LICENCE
492484
493 This software is copyright (c) 2020 by Yuval Kogman.
485 This software is copyright (c) 2023 by Yuval Kogman.
494486
495487 This is free software; you can redistribute it and/or modify it under
496488 the same terms as the Perl 5 programming language system itself.
0 package Data::Visitor; # git description: Data-Visitor-0.27-23-g8b10b8a
0 package Data::Visitor; # git description: v0.31-4-g7498abb
11 use Moose;
22 # ABSTRACT: Visitor style traversal of Perl data structures
33
4 our $VERSION = '0.31';
4 our $VERSION = '0.32';
55 use Scalar::Util qw/blessed refaddr reftype weaken isweak/;
66 use overload ();
77 use Symbol ();
462462
463463 =head1 VERSION
464464
465 version 0.31
465 version 0.32
466466
467467 =head1 SYNOPSIS
468468
696696
697697 =head1 CONTRIBUTORS
698698
699 =for stopwords Jesse Luehrs Florian Ragwitz Karen Etheridge David Steinbrunner Robin Smidsrød
699 =for stopwords Jesse Luehrs Karen Etheridge Florian Ragwitz David Steinbrunner Graham Knop Robin Smidsrød
700700
701701 =over 4
702702
706706
707707 =item *
708708
709 Karen Etheridge <ether@cpan.org>
710
711 =item *
712
709713 Florian Ragwitz <rafl@debian.org>
710714
711715 =item *
712716
713 Karen Etheridge <ether@cpan.org>
714
715 =item *
716
717717 David Steinbrunner <dsteinbrunner@pobox.com>
718718
719719 =item *
720720
721 Graham Knop <haarg@haarg.org>
722
723 =item *
724
721725 Robin Smidsrød <robin@smidsrod.no>
722726
723727 =back
724728
725729 =head1 COPYRIGHT AND LICENCE
726730
727 This software is copyright (c) 2020 by Yuval Kogman.
731 This software is copyright (c) 2023 by Yuval Kogman.
728732
729733 This is free software; you can redistribute it and/or modify it under
730734 the same terms as the Perl 5 programming language system itself.
99 },
1010 'develop' => {
1111 'recommends' => {
12 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.158',
12 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.162',
1313 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
1414 },
1515 'requires' => {
3737 'Carp' => '0',
3838 'Moose' => '0.89',
3939 'Scalar::Util' => '0',
40 'Sub::Name' => '0',
4140 'Symbol' => '0',
4241 'Tie::ToObject' => '0.01',
4342 'constant' => '0',
22 use strict;
33 use warnings;
44
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.029
66
77 use Test::More tests => 1;
88
115115 my @reports = [qw/Module Want Have/];
116116
117117 for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
118 next if $mod eq 'perl';
119118 next if grep { $_ eq $mod } @exclude;
119
120 my $want = $req_hash->{$phase}{$type}{$mod};
121 $want = "undef" unless defined $want;
122 $want = "any" if !$want && $want == 0;
123
124 if ($mod eq 'perl') {
125 push @reports, ['perl', $want, $]];
126 next;
127 }
128
129 my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
120130
121131 my $file = $mod;
122132 $file =~ s{::}{/}g;
123133 $file .= ".pm";
124134 my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
125
126 my $want = $req_hash->{$phase}{$type}{$mod};
127 $want = "undef" unless defined $want;
128 $want = "any" if !$want && $want == 0;
129
130 my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
131135
132136 if ($prefix) {
133137 my $have = MM->parse_version( File::Spec->catfile($prefix, $file) );
194198 );
195199 }
196200
197 pass;
201 pass('Reported prereqs');
198202
199203 # vim: ts=4 sts=4 sw=4 et:
+0
-15
xt/author/changes_has_content.t less more
0 use strict;
1 use warnings;
2
3 use Test::More;
4 plan skip_all => 'xt/release/changes_has_content.t is missing' if not -e 'xt/release/changes_has_content.t';
5
6 # skip for master branch, only for travis
7 if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
8 chomp(my $branch_name = ($ENV{TRAVIS_BRANCH} || `git rev-parse --abbrev-ref HEAD`));
9 $TODO = 'Changes need not have content for this release yet if this is only the '.$1.' branch'
10 if ($branch_name || '') =~ /^(master|devel)$/;
11 }
12
13 do './xt/release/changes_has_content.t';
14 die $@ if $@;
0 #!perl
1 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
2 use strict;
3 use warnings;
4 use Test::CPAN::Meta;
5
6 meta_yaml_ok();
2121 't/magic.t',
2222 't/weak.t',
2323 'xt/author/00-compile.t',
24 'xt/author/changes_has_content.t',
24 'xt/author/distmeta.t',
2525 'xt/author/eol.t',
2626 'xt/author/kwalitee.t',
2727 'xt/author/minimum-version.t',
3131 'xt/author/pod-syntax.t',
3232 'xt/author/portability.t',
3333 'xt/release/changes_has_content.t',
34 'xt/release/cpan-changes.t',
35 'xt/release/distmeta.t'
34 'xt/release/cpan-changes.t'
3635 );
3736
3837 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
00 #!perl
11 # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
2
2 use strict;
3 use warnings;
34 use Test::Pod::Coverage 1.08;
45 use Pod::Coverage::TrustPod;
56
22
33 use Test::More;
44
5 eval 'use Test::Portability::Files';
6 plan skip_all => 'Test::Portability::Files required for testing portability'
7 if $@;
5 use Test::Portability::Files;
86
97 run_tests();
11
22 note 'Checking Changes';
33 my $changes_file = 'Changes';
4 my $newver = '0.31';
4 my $newver = '0.32';
55 my $trial_token = '-TRIAL';
66 my $encoding = 'UTF-8';
77
+0
-6
xt/release/distmeta.t less more
0 #!perl
1 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
2
3 use Test::CPAN::Meta;
4
5 meta_yaml_ok();