Codebase list libnet-mac-vendor-perl / f508f4b
Update upstream source from tag 'upstream/1.268' Update to upstream version '1.268' with Debian dir d5f6baa290114b4422c80c9ede507b791a0ffdec gregor herrmann 2 years ago
19 changed file(s) with 288 addition(s) and 303 deletion(s). Raw diff Collapse all Expand all
7171 You can learn more about Dist::Zilla at http://dzil.org/.
7272
7373 The code for this distribution is hosted at GitHub. The repository is:
74
7475 https://github.com/karenetheridge/Net-MAC-Vendor
76
7577 You can submit code changes by forking the repository, pushing your code
7678 changes to your clone, and then submitting a pull request. Please include a
7779 suitable end-user-oriented entry in the Changes file describing your change.
98100 request to the .mailmap file to contain the correct mapping.
99101
100102
101 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014
102 from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.148.
103 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015
104 from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.162.
00 Revision history for Perl module Net::MAC::Vendor
1
2 1.268 2022-02-07 05:12:00Z
3 * gracefully fail a test if a server couldn't be contacted
4
5 1.267 2022-02-06 05:08:22Z
6 * add IO::Socket::SSL to prereqs
7
8 1.266 2022-02-05 21:34:12Z
9 * Fix issue where load_cache causes problems with <> afterwards (PR
10 #2, thanks Christopher Layne!)
111
212 1.265 2019-04-12 23:55:27Z
313 * properly remove Compress::* from list of mandatory prereqs
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/Net::MAC::Vendor
26
27 Untar the tarball, install configure prerequisites (see below), then build it:
2528
2629 % perl Makefile.PL
2730 % make && make test
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
11 CONTRIBUTING
22 Changes
33 INSTALL
2626 t/parse_oui.t
2727 t/run.t
2828 xt/author/00-compile.t
29 xt/author/changes_has_content.t
3029 xt/author/clean-namespaces.t
30 xt/author/distmeta.t
3131 xt/author/eol.t
3232 xt/author/kwalitee.t
3333 xt/author/minimum-version.t
3737 xt/author/portability.t
3838 xt/release/changes_has_content.t
3939 xt/release/cpan-changes.t
40 xt/release/distmeta.t
33 "brian d foy <bdfoy@cpan.org>"
44 ],
55 "dynamic_config" : 1,
6 "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
6 "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "artistic_2"
99 ],
2929 },
3030 "develop" : {
3131 "recommends" : {
32 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.148",
32 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.162",
3333 "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
3434 },
3535 "requires" : {
6161 "Carp" : "0",
6262 "Exporter" : "0",
6363 "File::Temp" : "0",
64 "IO::Socket::SSL" : "0",
6465 "Mojo::URL" : "0",
6566 "Mojo::UserAgent" : "0",
6667 "Net::SSLeay" : "0",
131132 "Dist::Zilla::Plugin::NextRelease" : "5.033",
132133 "Dist::Zilla::Plugin::PodCoverageTests" : "5.040",
133134 "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040",
134 "Dist::Zilla::Plugin::PodWeaver" : "4.005",
135 "Dist::Zilla::Plugin::PodWeaver" : "4.008",
135136 "Dist::Zilla::Plugin::Prereqs" : "0",
136137 "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006",
137138 "Dist::Zilla::Plugin::PromptIfStale" : "0",
138139 "Dist::Zilla::Plugin::Readme" : "0",
139140 "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
140 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004",
141 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.006",
141142 "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041",
142143 "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038",
143144 "Dist::Zilla::Plugin::RunExtraTests" : "0.024",
148149 "Dist::Zilla::Plugin::Test::Compile" : "2.039",
149150 "Dist::Zilla::Plugin::Test::EOL" : "0.17",
150151 "Dist::Zilla::Plugin::Test::Kwalitee" : "2.10",
151 "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000008",
152 "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000010",
152153 "Dist::Zilla::Plugin::Test::Portability" : "2.000007",
153154 "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022",
154155 "Dist::Zilla::Plugin::TestRelease" : "0",
164165 "provides" : {
165166 "Net::MAC::Vendor" : {
166167 "file" : "lib/Net/MAC/Vendor.pm",
167 "version" : "1.265"
168 "version" : "1.268"
168169 }
169170 },
170171 "release_status" : "stable",
180181 "web" : "https://github.com/karenetheridge/Net-MAC-Vendor"
181182 }
182183 },
183 "version" : "1.265",
184 "version" : "1.268",
184185 "x_Dist_Zilla" : {
185186 "perl" : {
186 "version" : "5.029009"
187 "version" : "5.035008"
187188 },
188189 "plugins" : [
189190 {
195196 }
196197 },
197198 "name" : "@Author::ETHER/pluginbundle version",
198 "version" : "6.012"
199 "version" : "6.024"
199200 },
200201 {
201202 "class" : "Dist::Zilla::Plugin::PromptIfStale",
212213 }
213214 },
214215 "name" : "@Author::ETHER/stale modules, build",
215 "version" : "0.055"
216 "version" : "0.057"
216217 },
217218 {
218219 "class" : "Dist::Zilla::Plugin::FileFinder::ByName",
219220 "name" : "@Author::ETHER/Examples",
220 "version" : "6.012"
221 "version" : "6.024"
221222 },
222223 {
223224 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
245246 }
246247 },
247248 "name" : "@Author::ETHER/Git::GatherDir",
248 "version" : "2.046"
249 "version" : "2.048"
249250 },
250251 {
251252 "class" : "Dist::Zilla::Plugin::MetaYAML",
252253 "name" : "@Author::ETHER/MetaYAML",
253 "version" : "6.012"
254 "version" : "6.024"
254255 },
255256 {
256257 "class" : "Dist::Zilla::Plugin::MetaJSON",
257258 "name" : "@Author::ETHER/MetaJSON",
258 "version" : "6.012"
259 "version" : "6.024"
259260 },
260261 {
261262 "class" : "Dist::Zilla::Plugin::Readme",
262263 "name" : "@Author::ETHER/Readme",
263 "version" : "6.012"
264 "version" : "6.024"
264265 },
265266 {
266267 "class" : "Dist::Zilla::Plugin::Manifest",
267268 "name" : "@Author::ETHER/Manifest",
268 "version" : "6.012"
269 "version" : "6.024"
269270 },
270271 {
271272 "class" : "Dist::Zilla::Plugin::License",
272273 "name" : "@Author::ETHER/License",
273 "version" : "6.012"
274 "version" : "6.024"
274275 },
275276 {
276277 "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
290291 }
291292 },
292293 "name" : "@Author::ETHER/generate CONTRIBUTING",
293 "version" : "0.014"
294 "version" : "0.015"
294295 },
295296 {
296297 "class" : "Dist::Zilla::Plugin::InstallGuide",
297298 "config" : {
298299 "Dist::Zilla::Role::ModuleMetadata" : {
299 "Module::Metadata" : "1.000034",
300 "Module::Metadata" : "1.000037",
300301 "version" : "0.006"
301302 }
302303 },
303304 "name" : "@Author::ETHER/InstallGuide",
304 "version" : "1.200013"
305 "version" : "1.200014"
305306 },
306307 {
307308 "class" : "Dist::Zilla::Plugin::Test::Compile",
348349 {
349350 "class" : "Dist::Zilla::Plugin::MetaTests",
350351 "name" : "@Author::ETHER/MetaTests",
351 "version" : "6.012"
352 "version" : "6.024"
352353 },
353354 {
354355 "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
359360 },
360361 "name" : "@Author::ETHER/Test::CPAN::Changes",
361362 "version" : "0.012"
362 },
363 {
364 "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
365 "config" : {
366 "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : {
367 "destination_filename" : "xt/author/changes_has_content.t",
368 "dist" : "Dist-Zilla-PluginBundle-Author-ETHER",
369 "encoding" : "UTF-8",
370 "location" : "build",
371 "source_filename" : "changes_has_content.t"
372 },
373 "Dist::Zilla::Role::RepoFileInjector" : {
374 "allow_overwrite" : 1,
375 "repo_root" : ".",
376 "version" : "0.009"
377 }
378 },
379 "name" : "@Author::ETHER/generate xt/author/changes_has_content.t",
380 "version" : "0.014"
381363 },
382364 {
383365 "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
386368 },
387369 {
388370 "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
371 "config" : {
372 "Dist::Zilla::Plugin::Test::MinimumVersion" : {
373 "max_target_perl" : "5.010"
374 }
375 },
389376 "name" : "@Author::ETHER/Test::MinimumVersion",
390 "version" : "2.000008"
377 "version" : "2.000010"
391378 },
392379 {
393380 "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
394381 "name" : "@Author::ETHER/PodSyntaxTests",
395 "version" : "6.012"
382 "version" : "6.024"
396383 },
397384 {
398385 "class" : "Dist::Zilla::Plugin::PodCoverageTests",
399386 "name" : "@Author::ETHER/PodCoverageTests",
400 "version" : "6.012"
387 "version" : "6.024"
401388 },
402389 {
403390 "class" : "Dist::Zilla::Plugin::Test::Kwalitee",
418405 {
419406 "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
420407 "name" : "@Author::ETHER/Test::ReportPrereqs",
421 "version" : "0.027"
408 "version" : "0.028"
422409 },
423410 {
424411 "class" : "Dist::Zilla::Plugin::Test::Portability",
461448 {
462449 "class" : "Pod::Weaver::Plugin::EnsurePod5",
463450 "name" : "@Author::ETHER/EnsurePod5",
464 "version" : "4.015"
451 "version" : "4.018"
465452 },
466453 {
467454 "class" : "Pod::Weaver::Plugin::H1Nester",
468455 "name" : "@Author::ETHER/H1Nester",
469 "version" : "4.015"
456 "version" : "4.018"
470457 },
471458 {
472459 "class" : "Pod::Weaver::Plugin::SingleEncoding",
473460 "name" : "@Author::ETHER/SingleEncoding",
474 "version" : "4.015"
461 "version" : "4.018"
475462 },
476463 {
477464 "class" : "Pod::Weaver::Plugin::Transformer",
478465 "name" : "@Author::ETHER/List",
479 "version" : "4.015"
466 "version" : "4.018"
480467 },
481468 {
482469 "class" : "Pod::Weaver::Plugin::Transformer",
483470 "name" : "@Author::ETHER/Verbatim",
484 "version" : "4.015"
471 "version" : "4.018"
485472 },
486473 {
487474 "class" : "Pod::Weaver::Section::Region",
488475 "name" : "@Author::ETHER/header",
489 "version" : "4.015"
476 "version" : "4.018"
490477 },
491478 {
492479 "class" : "Pod::Weaver::Section::Name",
493480 "name" : "@Author::ETHER/Name",
494 "version" : "4.015"
481 "version" : "4.018"
495482 },
496483 {
497484 "class" : "Pod::Weaver::Section::Version",
498485 "name" : "@Author::ETHER/Version",
499 "version" : "4.015"
486 "version" : "4.018"
500487 },
501488 {
502489 "class" : "Pod::Weaver::Section::Region",
503490 "name" : "@Author::ETHER/prelude",
504 "version" : "4.015"
491 "version" : "4.018"
505492 },
506493 {
507494 "class" : "Pod::Weaver::Section::Generic",
508495 "name" : "SYNOPSIS",
509 "version" : "4.015"
496 "version" : "4.018"
510497 },
511498 {
512499 "class" : "Pod::Weaver::Section::Generic",
513500 "name" : "DESCRIPTION",
514 "version" : "4.015"
501 "version" : "4.018"
515502 },
516503 {
517504 "class" : "Pod::Weaver::Section::Generic",
518505 "name" : "OVERVIEW",
519 "version" : "4.015"
506 "version" : "4.018"
520507 },
521508 {
522509 "class" : "Pod::Weaver::Section::Collect",
523510 "name" : "ATTRIBUTES",
524 "version" : "4.015"
511 "version" : "4.018"
525512 },
526513 {
527514 "class" : "Pod::Weaver::Section::Collect",
528515 "name" : "METHODS",
529 "version" : "4.015"
516 "version" : "4.018"
530517 },
531518 {
532519 "class" : "Pod::Weaver::Section::Collect",
533520 "name" : "FUNCTIONS",
534 "version" : "4.015"
521 "version" : "4.018"
535522 },
536523 {
537524 "class" : "Pod::Weaver::Section::Collect",
538525 "name" : "TYPES",
539 "version" : "4.015"
526 "version" : "4.018"
540527 },
541528 {
542529 "class" : "Pod::Weaver::Section::Leftovers",
543530 "name" : "@Author::ETHER/Leftovers",
544 "version" : "4.015"
531 "version" : "4.018"
545532 },
546533 {
547534 "class" : "Pod::Weaver::Section::Region",
548535 "name" : "@Author::ETHER/postlude",
549 "version" : "4.015"
536 "version" : "4.018"
550537 },
551538 {
552539 "class" : "Pod::Weaver::Section::GenerateSection",
553540 "name" : "@Author::ETHER/generate SUPPORT",
554 "version" : "1.06"
555 },
556 {
557 "class" : "Pod::Weaver::Section::AllowOverride",
558 "name" : "@Author::ETHER/allow override SUPPORT",
559 "version" : "0.05"
541 "version" : "4.018"
560542 },
561543 {
562544 "class" : "Pod::Weaver::Section::Authors",
563545 "name" : "@Author::ETHER/Authors",
564 "version" : "4.015"
546 "version" : "4.018"
565547 },
566548 {
567549 "class" : "Pod::Weaver::Section::AllowOverride",
576558 {
577559 "class" : "Pod::Weaver::Section::Legal",
578560 "name" : "@Author::ETHER/Legal",
579 "version" : "4.015"
561 "version" : "4.018"
580562 },
581563 {
582564 "class" : "Pod::Weaver::Section::Region",
583565 "name" : "@Author::ETHER/footer",
584 "version" : "4.015"
566 "version" : "4.018"
585567 }
586568 ]
587569 }
588570 },
589571 "name" : "@Author::ETHER/PodWeaver",
590 "version" : "4.008"
572 "version" : "4.009"
591573 },
592574 {
593575 "class" : "Dist::Zilla::Plugin::GithubMeta",
607589 {
608590 "class" : "Dist::Zilla::Plugin::MetaNoIndex",
609591 "name" : "@Author::ETHER/MetaNoIndex",
610 "version" : "6.012"
592 "version" : "6.024"
611593 },
612594 {
613595 "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
620602 {
621603 "class" : "Dist::Zilla::Plugin::FinderCode",
622604 "name" : ":InstallModules",
623 "version" : "6.012"
605 "version" : "6.024"
624606 }
625607 ],
626608 "include_underscores" : 0
632614 "meta_noindex" : 1
633615 },
634616 "Dist::Zilla::Role::ModuleMetadata" : {
635 "Module::Metadata" : "1.000034",
617 "Module::Metadata" : "1.000037",
636618 "version" : "0.006"
637619 }
638620 },
642624 {
643625 "class" : "Dist::Zilla::Plugin::MetaConfig",
644626 "name" : "@Author::ETHER/MetaConfig",
645 "version" : "6.012"
627 "version" : "6.024"
646628 },
647629 {
648630 "class" : "Dist::Zilla::Plugin::Keywords",
667649 {
668650 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
669651 "name" : "@Author::ETHER/AutoPrereqs",
670 "version" : "6.012"
652 "version" : "6.024"
671653 },
672654 {
673655 "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
674656 "name" : "@Author::ETHER/Prereqs::AuthorDeps",
675 "version" : "0.006"
657 "version" : "0.007"
676658 },
677659 {
678660 "class" : "Dist::Zilla::Plugin::MinimumPerl",
687669 }
688670 },
689671 "name" : "@Author::ETHER/MakeMaker",
690 "version" : "6.012"
672 "version" : "6.024"
691673 },
692674 {
693675 "class" : "Dist::Zilla::Plugin::Git::Contributors",
694676 "config" : {
695677 "Dist::Zilla::Plugin::Git::Contributors" : {
696 "git_version" : "2.19.1",
678 "git_version" : "2.34.1",
697679 "include_authors" : 0,
698680 "include_releaser" : 1,
699681 "order_by" : "commits",
701683 }
702684 },
703685 "name" : "@Author::ETHER/Git::Contributors",
704 "version" : "0.035"
686 "version" : "0.036"
705687 },
706688 {
707689 "class" : "Dist::Zilla::Plugin::StaticInstall",
733715 ]
734716 },
735717 "Dist::Zilla::Role::ModuleMetadata" : {
736 "Module::Metadata" : "1.000034",
718 "Module::Metadata" : "1.000037",
737719 "version" : "0.006"
738720 }
739721 },
784766 "class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
785767 "config" : {
786768 "Dist::Zilla::Plugin::EnsureLatestPerl" : {
787 "Module::CoreList" : "5.20190320"
769 "Module::CoreList" : "5.20220120"
788770 }
789771 },
790772 "name" : "@Author::ETHER/EnsureLatestPerl",
803785 }
804786 },
805787 "name" : "@Author::ETHER/stale modules, release",
806 "version" : "0.055"
788 "version" : "0.057"
807789 },
808790 {
809791 "class" : "Dist::Zilla::Plugin::Git::Check",
817799 "changelog" : "Changes"
818800 },
819801 "Dist::Zilla::Role::Git::Repo" : {
820 "git_version" : "2.19.1",
802 "git_version" : "2.34.1",
821803 "repo_root" : "."
822804 }
823805 },
824806 "name" : "@Author::ETHER/initial check",
825 "version" : "2.046"
807 "version" : "2.048"
826808 },
827809 {
828810 "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
829811 "config" : {
830812 "Dist::Zilla::Role::Git::Repo" : {
831 "git_version" : "2.19.1",
813 "git_version" : "2.34.1",
832814 "repo_root" : "."
833815 }
834816 },
839821 "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
840822 "config" : {
841823 "Dist::Zilla::Role::Git::Repo" : {
842 "git_version" : "2.19.1",
824 "git_version" : "2.34.1",
843825 "repo_root" : "."
844826 }
845827 },
854836 {
855837 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
856838 "name" : "@Author::ETHER/CheckPrereqsIndexed",
857 "version" : "0.020"
839 "version" : "0.021"
858840 },
859841 {
860842 "class" : "Dist::Zilla::Plugin::TestRelease",
861843 "name" : "@Author::ETHER/TestRelease",
862 "version" : "6.012"
844 "version" : "6.024"
863845 },
864846 {
865847 "class" : "Dist::Zilla::Plugin::Git::Check",
873855 "changelog" : "Changes"
874856 },
875857 "Dist::Zilla::Role::Git::Repo" : {
876 "git_version" : "2.19.1",
858 "git_version" : "2.34.1",
877859 "repo_root" : "."
878860 }
879861 },
880862 "name" : "@Author::ETHER/after tests",
881 "version" : "2.046"
863 "version" : "2.048"
882864 },
883865 {
884866 "class" : "Dist::Zilla::Plugin::CheckIssues",
885867 "name" : "@Author::ETHER/CheckIssues",
886 "version" : "0.010"
868 "version" : "0.011"
887869 },
888870 {
889871 "class" : "Dist::Zilla::Plugin::UploadToCPAN",
890872 "name" : "@Author::ETHER/UploadToCPAN",
891 "version" : "6.012"
873 "version" : "6.024"
892874 },
893875 {
894876 "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
941923 }
942924 },
943925 "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version",
944 "version" : "6.012"
926 "version" : "6.024"
945927 },
946928 {
947929 "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
985967 "add_files_in" : [
986968 "."
987969 ],
988 "commit_msg" : "%N-%v%t%n%n%c"
970 "commit_msg" : "%N-%v%t%n%n%c",
971 "signoff" : 0
989972 },
990973 "Dist::Zilla::Role::Git::DirtyFiles" : {
991974 "allow_dirty" : [
999982 "changelog" : "Changes"
1000983 },
1001984 "Dist::Zilla::Role::Git::Repo" : {
1002 "git_version" : "2.19.1",
985 "git_version" : "2.34.1",
1003986 "repo_root" : "."
1004987 },
1005988 "Dist::Zilla::Role::Git::StringFormatter" : {
1007990 }
1008991 },
1009992 "name" : "@Author::ETHER/@Git::VersionManager/release snapshot",
1010 "version" : "2.046"
993 "version" : "2.048"
1011994 },
1012995 {
1013996 "class" : "Dist::Zilla::Plugin::Git::Tag",
1016999 "branch" : null,
10171000 "changelog" : "Changes",
10181001 "signed" : 0,
1019 "tag" : "v1.265",
1002 "tag" : "v1.268",
10201003 "tag_format" : "v%V",
10211004 "tag_message" : "v%v%t"
10221005 },
10231006 "Dist::Zilla::Role::Git::Repo" : {
1024 "git_version" : "2.19.1",
1007 "git_version" : "2.34.1",
10251008 "repo_root" : "."
10261009 },
10271010 "Dist::Zilla::Role::Git::StringFormatter" : {
10291012 }
10301013 },
10311014 "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag",
1032 "version" : "2.046"
1015 "version" : "2.048"
10331016 },
10341017 {
10351018 "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
10361019 "config" : {
10371020 "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
10381021 "finders" : [
1039 ":ExecFiles",
10401022 ":InstallModules"
10411023 ],
10421024 "global" : 1,
10501032 {
10511033 "class" : "Dist::Zilla::Plugin::NextRelease",
10521034 "name" : "@Author::ETHER/@Git::VersionManager/NextRelease",
1053 "version" : "6.012"
1035 "version" : "6.024"
10541036 },
10551037 {
10561038 "class" : "Dist::Zilla::Plugin::Git::Commit",
10571039 "config" : {
10581040 "Dist::Zilla::Plugin::Git::Commit" : {
10591041 "add_files_in" : [],
1060 "commit_msg" : "increment $VERSION after %v release"
1042 "commit_msg" : "increment $VERSION after %v release",
1043 "signoff" : 0
10611044 },
10621045 "Dist::Zilla::Role::Git::DirtyFiles" : {
10631046 "allow_dirty" : [
10711054 "changelog" : "Changes"
10721055 },
10731056 "Dist::Zilla::Role::Git::Repo" : {
1074 "git_version" : "2.19.1",
1057 "git_version" : "2.34.1",
10751058 "repo_root" : "."
10761059 },
10771060 "Dist::Zilla::Role::Git::StringFormatter" : {
10791062 }
10801063 },
10811064 "name" : "@Author::ETHER/@Git::VersionManager/post-release commit",
1082 "version" : "2.046"
1065 "version" : "2.048"
10831066 },
10841067 {
10851068 "class" : "Dist::Zilla::Plugin::Prereqs",
10901073 }
10911074 },
10921075 "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager",
1093 "version" : "6.012"
1076 "version" : "6.024"
10941077 },
10951078 {
10961079 "class" : "Dist::Zilla::Plugin::Git::Push",
11021085 "remotes_must_exist" : 1
11031086 },
11041087 "Dist::Zilla::Role::Git::Repo" : {
1105 "git_version" : "2.19.1",
1088 "git_version" : "2.34.1",
11061089 "repo_root" : "."
11071090 }
11081091 },
11091092 "name" : "@Author::ETHER/Git::Push",
1110 "version" : "2.046"
1093 "version" : "2.048"
11111094 },
11121095 {
11131096 "class" : "Dist::Zilla::Plugin::GitHub::Update",
11171100 }
11181101 },
11191102 "name" : "@Author::ETHER/GitHub::Update",
1120 "version" : "0.47"
1103 "version" : "0.48"
11211104 },
11221105 {
11231106 "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
11521135 {
11531136 "class" : "Dist::Zilla::Plugin::ConfirmRelease",
11541137 "name" : "@Author::ETHER/ConfirmRelease",
1155 "version" : "6.012"
1138 "version" : "6.024"
11561139 },
11571140 {
11581141 "class" : "Dist::Zilla::Plugin::Prereqs",
11631146 }
11641147 },
11651148 "name" : "@Author::ETHER/prereqs for @Author::ETHER",
1166 "version" : "6.012"
1149 "version" : "6.024"
11671150 },
11681151 {
11691152 "class" : "Dist::Zilla::Plugin::Prereqs",
11741157 }
11751158 },
11761159 "name" : "RuntimeRecommends",
1177 "version" : "6.012"
1160 "version" : "6.024"
11781161 },
11791162 {
11801163 "class" : "Dist::Zilla::Plugin::DynamicPrereqs",
11811164 "config" : {
11821165 "Dist::Zilla::Role::ModuleMetadata" : {
1183 "Module::Metadata" : "1.000034",
1166 "Module::Metadata" : "1.000037",
11841167 "version" : "0.006"
11851168 }
11861169 },
11871170 "name" : "DynamicPrereqs",
1188 "version" : "0.035"
1171 "version" : "0.039"
11891172 },
11901173 {
11911174 "class" : "Dist::Zilla::Plugin::Prereqs",
11961179 }
11971180 },
11981181 "name" : "RuntimeSuggests",
1199 "version" : "6.012"
1182 "version" : "6.024"
12001183 },
12011184 {
12021185 "class" : "Dist::Zilla::Plugin::FinderCode",
12031186 "name" : ":InstallModules",
1204 "version" : "6.012"
1187 "version" : "6.024"
12051188 },
12061189 {
12071190 "class" : "Dist::Zilla::Plugin::FinderCode",
12081191 "name" : ":IncModules",
1209 "version" : "6.012"
1192 "version" : "6.024"
12101193 },
12111194 {
12121195 "class" : "Dist::Zilla::Plugin::FinderCode",
12131196 "name" : ":TestFiles",
1214 "version" : "6.012"
1197 "version" : "6.024"
12151198 },
12161199 {
12171200 "class" : "Dist::Zilla::Plugin::FinderCode",
12181201 "name" : ":ExtraTestFiles",
1219 "version" : "6.012"
1202 "version" : "6.024"
12201203 },
12211204 {
12221205 "class" : "Dist::Zilla::Plugin::FinderCode",
12231206 "name" : ":ExecFiles",
1224 "version" : "6.012"
1207 "version" : "6.024"
12251208 },
12261209 {
12271210 "class" : "Dist::Zilla::Plugin::FinderCode",
12281211 "name" : ":PerlExecFiles",
1229 "version" : "6.012"
1212 "version" : "6.024"
12301213 },
12311214 {
12321215 "class" : "Dist::Zilla::Plugin::FinderCode",
12331216 "name" : ":ShareFiles",
1234 "version" : "6.012"
1217 "version" : "6.024"
12351218 },
12361219 {
12371220 "class" : "Dist::Zilla::Plugin::FinderCode",
12381221 "name" : ":MainModule",
1239 "version" : "6.012"
1222 "version" : "6.024"
12401223 },
12411224 {
12421225 "class" : "Dist::Zilla::Plugin::FinderCode",
12431226 "name" : ":AllFiles",
1244 "version" : "6.012"
1227 "version" : "6.024"
12451228 },
12461229 {
12471230 "class" : "Dist::Zilla::Plugin::FinderCode",
12481231 "name" : ":NoFiles",
1249 "version" : "6.012"
1232 "version" : "6.024"
12501233 },
12511234 {
12521235 "class" : "Dist::Zilla::Plugin::VerifyPhases",
12591242 "config" : {
12601243 "is_trial" : 0
12611244 },
1262 "version" : "6.012"
1245 "version" : "6.024"
12631246 }
12641247 },
12651248 "x_authority" : "cpan:ETHER",
12681251 "Karen Etheridge <ether@cpan.org>",
12691252 "Frank Maas <maas.frank@gmail.com>",
12701253 "openstrike <git@openstrike.co.uk>",
1254 "Christopher Layne <clayne@anodized.com>",
12711255 "Dean Hamstead <dean@fragfest.com.au>"
12721256 ],
1273 "x_generated_by_perl" : "v5.29.9",
1274 "x_serialization_backend" : "Cpanel::JSON::XS version 4.11",
1257 "x_generated_by_perl" : "v5.35.8",
1258 "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
1259 "x_spdx_expression" : "Artistic-2.0",
12751260 "x_static_install" : 0,
12761261 "x_use_unsafe_inc" : 0
12771262 }
+105
-117
META.yml less more
1313 Text::ParseWords: '0'
1414 perl: '5.010'
1515 dynamic_config: 1
16 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
16 generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
1717 license: artistic_2
1818 meta-spec:
1919 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2727 provides:
2828 Net::MAC::Vendor:
2929 file: lib/Net/MAC/Vendor.pm
30 version: '1.265'
30 version: '1.268'
3131 recommends:
3232 Compress::Bzip2: '0'
3333 Compress::Zlib: '0'
3535 Carp: '0'
3636 Exporter: '0'
3737 File::Temp: '0'
38 IO::Socket::SSL: '0'
3839 Mojo::URL: '0'
3940 Mojo::UserAgent: '0'
4041 Net::SSLeay: '0'
4546 bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Net-MAC-Vendor
4647 homepage: https://github.com/karenetheridge/Net-MAC-Vendor
4748 repository: https://github.com/karenetheridge/Net-MAC-Vendor.git
48 version: '1.265'
49 version: '1.268'
4950 x_Dist_Zilla:
5051 perl:
51 version: '5.029009'
52 version: '5.035008'
5253 plugins:
5354 -
5455 class: Dist::Zilla::Plugin::Prereqs
5758 phase: develop
5859 type: recommends
5960 name: '@Author::ETHER/pluginbundle version'
60 version: '6.012'
61 version: '6.024'
6162 -
6263 class: Dist::Zilla::Plugin::PromptIfStale
6364 config:
7071 run_under_travis: 0
7172 skip: []
7273 name: '@Author::ETHER/stale modules, build'
73 version: '0.055'
74 version: '0.057'
7475 -
7576 class: Dist::Zilla::Plugin::FileFinder::ByName
7677 name: '@Author::ETHER/Examples'
77 version: '6.012'
78 version: '6.024'
7879 -
7980 class: Dist::Zilla::Plugin::Git::GatherDir
8081 config:
9697 Dist::Zilla::Plugin::Git::GatherDir:
9798 include_untracked: 0
9899 name: '@Author::ETHER/Git::GatherDir'
99 version: '2.046'
100 version: '2.048'
100101 -
101102 class: Dist::Zilla::Plugin::MetaYAML
102103 name: '@Author::ETHER/MetaYAML'
103 version: '6.012'
104 version: '6.024'
104105 -
105106 class: Dist::Zilla::Plugin::MetaJSON
106107 name: '@Author::ETHER/MetaJSON'
107 version: '6.012'
108 version: '6.024'
108109 -
109110 class: Dist::Zilla::Plugin::Readme
110111 name: '@Author::ETHER/Readme'
111 version: '6.012'
112 version: '6.024'
112113 -
113114 class: Dist::Zilla::Plugin::Manifest
114115 name: '@Author::ETHER/Manifest'
115 version: '6.012'
116 version: '6.024'
116117 -
117118 class: Dist::Zilla::Plugin::License
118119 name: '@Author::ETHER/License'
119 version: '6.012'
120 version: '6.024'
120121 -
121122 class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
122123 config:
132133 repo_root: .
133134 version: '0.009'
134135 name: '@Author::ETHER/generate CONTRIBUTING'
135 version: '0.014'
136 version: '0.015'
136137 -
137138 class: Dist::Zilla::Plugin::InstallGuide
138139 config:
139140 Dist::Zilla::Role::ModuleMetadata:
140 Module::Metadata: '1.000034'
141 Module::Metadata: '1.000037'
141142 version: '0.006'
142143 name: '@Author::ETHER/InstallGuide'
143 version: '1.200013'
144 version: '1.200014'
144145 -
145146 class: Dist::Zilla::Plugin::Test::Compile
146147 config:
177178 -
178179 class: Dist::Zilla::Plugin::MetaTests
179180 name: '@Author::ETHER/MetaTests'
180 version: '6.012'
181 version: '6.024'
181182 -
182183 class: Dist::Zilla::Plugin::Test::CPAN::Changes
183184 config:
186187 name: '@Author::ETHER/Test::CPAN::Changes'
187188 version: '0.012'
188189 -
189 class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
190 config:
191 Dist::Zilla::Plugin::GenerateFile::FromShareDir:
192 destination_filename: xt/author/changes_has_content.t
193 dist: Dist-Zilla-PluginBundle-Author-ETHER
194 encoding: UTF-8
195 location: build
196 source_filename: changes_has_content.t
197 Dist::Zilla::Role::RepoFileInjector:
198 allow_overwrite: 1
199 repo_root: .
200 version: '0.009'
201 name: '@Author::ETHER/generate xt/author/changes_has_content.t'
202 version: '0.014'
203 -
204190 class: Dist::Zilla::Plugin::Test::ChangesHasContent
205191 name: '@Author::ETHER/Test::ChangesHasContent'
206192 version: '0.011'
207193 -
208194 class: Dist::Zilla::Plugin::Test::MinimumVersion
195 config:
196 Dist::Zilla::Plugin::Test::MinimumVersion:
197 max_target_perl: '5.010'
209198 name: '@Author::ETHER/Test::MinimumVersion'
210 version: '2.000008'
199 version: '2.000010'
211200 -
212201 class: Dist::Zilla::Plugin::PodSyntaxTests
213202 name: '@Author::ETHER/PodSyntaxTests'
214 version: '6.012'
203 version: '6.024'
215204 -
216205 class: Dist::Zilla::Plugin::PodCoverageTests
217206 name: '@Author::ETHER/PodCoverageTests'
218 version: '6.012'
207 version: '6.024'
219208 -
220209 class: Dist::Zilla::Plugin::Test::Kwalitee
221210 config:
231220 -
232221 class: Dist::Zilla::Plugin::Test::ReportPrereqs
233222 name: '@Author::ETHER/Test::ReportPrereqs'
234 version: '0.027'
223 version: '0.028'
235224 -
236225 class: Dist::Zilla::Plugin::Test::Portability
237226 config:
264253 -
265254 class: Pod::Weaver::Plugin::EnsurePod5
266255 name: '@Author::ETHER/EnsurePod5'
267 version: '4.015'
256 version: '4.018'
268257 -
269258 class: Pod::Weaver::Plugin::H1Nester
270259 name: '@Author::ETHER/H1Nester'
271 version: '4.015'
260 version: '4.018'
272261 -
273262 class: Pod::Weaver::Plugin::SingleEncoding
274263 name: '@Author::ETHER/SingleEncoding'
275 version: '4.015'
264 version: '4.018'
276265 -
277266 class: Pod::Weaver::Plugin::Transformer
278267 name: '@Author::ETHER/List'
279 version: '4.015'
268 version: '4.018'
280269 -
281270 class: Pod::Weaver::Plugin::Transformer
282271 name: '@Author::ETHER/Verbatim'
283 version: '4.015'
272 version: '4.018'
284273 -
285274 class: Pod::Weaver::Section::Region
286275 name: '@Author::ETHER/header'
287 version: '4.015'
276 version: '4.018'
288277 -
289278 class: Pod::Weaver::Section::Name
290279 name: '@Author::ETHER/Name'
291 version: '4.015'
280 version: '4.018'
292281 -
293282 class: Pod::Weaver::Section::Version
294283 name: '@Author::ETHER/Version'
295 version: '4.015'
284 version: '4.018'
296285 -
297286 class: Pod::Weaver::Section::Region
298287 name: '@Author::ETHER/prelude'
299 version: '4.015'
288 version: '4.018'
300289 -
301290 class: Pod::Weaver::Section::Generic
302291 name: SYNOPSIS
303 version: '4.015'
292 version: '4.018'
304293 -
305294 class: Pod::Weaver::Section::Generic
306295 name: DESCRIPTION
307 version: '4.015'
296 version: '4.018'
308297 -
309298 class: Pod::Weaver::Section::Generic
310299 name: OVERVIEW
311 version: '4.015'
300 version: '4.018'
312301 -
313302 class: Pod::Weaver::Section::Collect
314303 name: ATTRIBUTES
315 version: '4.015'
304 version: '4.018'
316305 -
317306 class: Pod::Weaver::Section::Collect
318307 name: METHODS
319 version: '4.015'
308 version: '4.018'
320309 -
321310 class: Pod::Weaver::Section::Collect
322311 name: FUNCTIONS
323 version: '4.015'
312 version: '4.018'
324313 -
325314 class: Pod::Weaver::Section::Collect
326315 name: TYPES
327 version: '4.015'
316 version: '4.018'
328317 -
329318 class: Pod::Weaver::Section::Leftovers
330319 name: '@Author::ETHER/Leftovers'
331 version: '4.015'
320 version: '4.018'
332321 -
333322 class: Pod::Weaver::Section::Region
334323 name: '@Author::ETHER/postlude'
335 version: '4.015'
324 version: '4.018'
336325 -
337326 class: Pod::Weaver::Section::GenerateSection
338327 name: '@Author::ETHER/generate SUPPORT'
339 version: '1.06'
340 -
341 class: Pod::Weaver::Section::AllowOverride
342 name: '@Author::ETHER/allow override SUPPORT'
343 version: '0.05'
328 version: '4.018'
344329 -
345330 class: Pod::Weaver::Section::Authors
346331 name: '@Author::ETHER/Authors'
347 version: '4.015'
332 version: '4.018'
348333 -
349334 class: Pod::Weaver::Section::AllowOverride
350335 name: '@Author::ETHER/allow override AUTHOR'
356341 -
357342 class: Pod::Weaver::Section::Legal
358343 name: '@Author::ETHER/Legal'
359 version: '4.015'
344 version: '4.018'
360345 -
361346 class: Pod::Weaver::Section::Region
362347 name: '@Author::ETHER/footer'
363 version: '4.015'
348 version: '4.018'
364349 name: '@Author::ETHER/PodWeaver'
365 version: '4.008'
350 version: '4.009'
366351 -
367352 class: Dist::Zilla::Plugin::GithubMeta
368353 name: '@Author::ETHER/GithubMeta'
378363 -
379364 class: Dist::Zilla::Plugin::MetaNoIndex
380365 name: '@Author::ETHER/MetaNoIndex'
381 version: '6.012'
366 version: '6.024'
382367 -
383368 class: Dist::Zilla::Plugin::MetaProvides::Package
384369 config:
389374 -
390375 class: Dist::Zilla::Plugin::FinderCode
391376 name: ':InstallModules'
392 version: '6.012'
377 version: '6.024'
393378 include_underscores: 0
394379 Dist::Zilla::Role::MetaProvider::Provider:
395380 $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
397382 inherit_version: '0'
398383 meta_noindex: '1'
399384 Dist::Zilla::Role::ModuleMetadata:
400 Module::Metadata: '1.000034'
385 Module::Metadata: '1.000037'
401386 version: '0.006'
402387 name: '@Author::ETHER/MetaProvides::Package'
403388 version: '2.004003'
404389 -
405390 class: Dist::Zilla::Plugin::MetaConfig
406391 name: '@Author::ETHER/MetaConfig'
407 version: '6.012'
392 version: '6.024'
408393 -
409394 class: Dist::Zilla::Plugin::Keywords
410395 config:
422407 -
423408 class: Dist::Zilla::Plugin::AutoPrereqs
424409 name: '@Author::ETHER/AutoPrereqs'
425 version: '6.012'
410 version: '6.024'
426411 -
427412 class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
428413 name: '@Author::ETHER/Prereqs::AuthorDeps'
429 version: '0.006'
414 version: '0.007'
430415 -
431416 class: Dist::Zilla::Plugin::MinimumPerl
432417 name: '@Author::ETHER/MinimumPerl'
437422 Dist::Zilla::Role::TestRunner:
438423 default_jobs: 9
439424 name: '@Author::ETHER/MakeMaker'
440 version: '6.012'
425 version: '6.024'
441426 -
442427 class: Dist::Zilla::Plugin::Git::Contributors
443428 config:
444429 Dist::Zilla::Plugin::Git::Contributors:
445 git_version: 2.19.1
430 git_version: 2.34.1
446431 include_authors: 0
447432 include_releaser: 1
448433 order_by: commits
449434 paths: []
450435 name: '@Author::ETHER/Git::Contributors'
451 version: '0.035'
436 version: '0.036'
452437 -
453438 class: Dist::Zilla::Plugin::StaticInstall
454439 config:
471456 finder:
472457 - ':InstallModules'
473458 Dist::Zilla::Role::ModuleMetadata:
474 Module::Metadata: '1.000034'
459 Module::Metadata: '1.000037'
475460 version: '0.006'
476461 name: '@Author::ETHER/CheckSelfDependency'
477462 version: '0.011'
509494 class: Dist::Zilla::Plugin::EnsureLatestPerl
510495 config:
511496 Dist::Zilla::Plugin::EnsureLatestPerl:
512 Module::CoreList: '5.20190320'
497 Module::CoreList: '5.20220120'
513498 name: '@Author::ETHER/EnsureLatestPerl'
514499 version: '0.008'
515500 -
523508 run_under_travis: 0
524509 skip: []
525510 name: '@Author::ETHER/stale modules, release'
526 version: '0.055'
511 version: '0.057'
527512 -
528513 class: Dist::Zilla::Plugin::Git::Check
529514 config:
534519 allow_dirty_match: []
535520 changelog: Changes
536521 Dist::Zilla::Role::Git::Repo:
537 git_version: 2.19.1
522 git_version: 2.34.1
538523 repo_root: .
539524 name: '@Author::ETHER/initial check'
540 version: '2.046'
525 version: '2.048'
541526 -
542527 class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
543528 config:
544529 Dist::Zilla::Role::Git::Repo:
545 git_version: 2.19.1
530 git_version: 2.34.1
546531 repo_root: .
547532 name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
548533 version: '0.014'
550535 class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
551536 config:
552537 Dist::Zilla::Role::Git::Repo:
553 git_version: 2.19.1
538 git_version: 2.34.1
554539 repo_root: .
555540 name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
556541 version: '0.014'
561546 -
562547 class: Dist::Zilla::Plugin::CheckPrereqsIndexed
563548 name: '@Author::ETHER/CheckPrereqsIndexed'
564 version: '0.020'
549 version: '0.021'
565550 -
566551 class: Dist::Zilla::Plugin::TestRelease
567552 name: '@Author::ETHER/TestRelease'
568 version: '6.012'
553 version: '6.024'
569554 -
570555 class: Dist::Zilla::Plugin::Git::Check
571556 config:
576561 allow_dirty_match: []
577562 changelog: Changes
578563 Dist::Zilla::Role::Git::Repo:
579 git_version: 2.19.1
564 git_version: 2.34.1
580565 repo_root: .
581566 name: '@Author::ETHER/after tests'
582 version: '2.046'
567 version: '2.048'
583568 -
584569 class: Dist::Zilla::Plugin::CheckIssues
585570 name: '@Author::ETHER/CheckIssues'
586 version: '0.010'
571 version: '0.011'
587572 -
588573 class: Dist::Zilla::Plugin::UploadToCPAN
589574 name: '@Author::ETHER/UploadToCPAN'
590 version: '6.012'
575 version: '6.024'
591576 -
592577 class: Dist::Zilla::Plugin::Run::AfterRelease
593578 config:
626611 phase: develop
627612 type: recommends
628613 name: '@Author::ETHER/@Git::VersionManager/pluginbundle version'
629 version: '6.012'
614 version: '6.024'
630615 -
631616 class: Dist::Zilla::Plugin::RewriteVersion::Transitional
632617 config:
660645 add_files_in:
661646 - .
662647 commit_msg: '%N-%v%t%n%n%c'
648 signoff: 0
663649 Dist::Zilla::Role::Git::DirtyFiles:
664650 allow_dirty:
665651 - CONTRIBUTING
670656 allow_dirty_match: []
671657 changelog: Changes
672658 Dist::Zilla::Role::Git::Repo:
673 git_version: 2.19.1
659 git_version: 2.34.1
674660 repo_root: .
675661 Dist::Zilla::Role::Git::StringFormatter:
676662 time_zone: local
677663 name: '@Author::ETHER/@Git::VersionManager/release snapshot'
678 version: '2.046'
664 version: '2.048'
679665 -
680666 class: Dist::Zilla::Plugin::Git::Tag
681667 config:
683669 branch: ~
684670 changelog: Changes
685671 signed: 0
686 tag: v1.265
672 tag: v1.268
687673 tag_format: v%V
688674 tag_message: v%v%t
689675 Dist::Zilla::Role::Git::Repo:
690 git_version: 2.19.1
676 git_version: 2.34.1
691677 repo_root: .
692678 Dist::Zilla::Role::Git::StringFormatter:
693679 time_zone: local
694680 name: '@Author::ETHER/@Git::VersionManager/Git::Tag'
695 version: '2.046'
681 version: '2.048'
696682 -
697683 class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
698684 config:
699685 Dist::Zilla::Plugin::BumpVersionAfterRelease:
700686 finders:
701 - ':ExecFiles'
702687 - ':InstallModules'
703688 global: 1
704689 munge_makefile_pl: 1
708693 -
709694 class: Dist::Zilla::Plugin::NextRelease
710695 name: '@Author::ETHER/@Git::VersionManager/NextRelease'
711 version: '6.012'
696 version: '6.024'
712697 -
713698 class: Dist::Zilla::Plugin::Git::Commit
714699 config:
715700 Dist::Zilla::Plugin::Git::Commit:
716701 add_files_in: []
717702 commit_msg: 'increment $VERSION after %v release'
703 signoff: 0
718704 Dist::Zilla::Role::Git::DirtyFiles:
719705 allow_dirty:
720706 - Build.PL
724710 - (?^:^lib/.*\.pm$)
725711 changelog: Changes
726712 Dist::Zilla::Role::Git::Repo:
727 git_version: 2.19.1
713 git_version: 2.34.1
728714 repo_root: .
729715 Dist::Zilla::Role::Git::StringFormatter:
730716 time_zone: local
731717 name: '@Author::ETHER/@Git::VersionManager/post-release commit'
732 version: '2.046'
718 version: '2.048'
733719 -
734720 class: Dist::Zilla::Plugin::Prereqs
735721 config:
737723 phase: x_Dist_Zilla
738724 type: requires
739725 name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager'
740 version: '6.012'
726 version: '6.024'
741727 -
742728 class: Dist::Zilla::Plugin::Git::Push
743729 config:
746732 - origin
747733 remotes_must_exist: 1
748734 Dist::Zilla::Role::Git::Repo:
749 git_version: 2.19.1
735 git_version: 2.34.1
750736 repo_root: .
751737 name: '@Author::ETHER/Git::Push'
752 version: '2.046'
738 version: '2.048'
753739 -
754740 class: Dist::Zilla::Plugin::GitHub::Update
755741 config:
756742 Dist::Zilla::Plugin::GitHub::Update:
757743 metacpan: 1
758744 name: '@Author::ETHER/GitHub::Update'
759 version: '0.47'
745 version: '0.48'
760746 -
761747 class: Dist::Zilla::Plugin::Run::AfterRelease
762748 config:
782768 -
783769 class: Dist::Zilla::Plugin::ConfirmRelease
784770 name: '@Author::ETHER/ConfirmRelease'
785 version: '6.012'
771 version: '6.024'
786772 -
787773 class: Dist::Zilla::Plugin::Prereqs
788774 config:
790776 phase: x_Dist_Zilla
791777 type: requires
792778 name: '@Author::ETHER/prereqs for @Author::ETHER'
793 version: '6.012'
779 version: '6.024'
794780 -
795781 class: Dist::Zilla::Plugin::Prereqs
796782 config:
798784 phase: runtime
799785 type: recommends
800786 name: RuntimeRecommends
801 version: '6.012'
787 version: '6.024'
802788 -
803789 class: Dist::Zilla::Plugin::DynamicPrereqs
804790 config:
805791 Dist::Zilla::Role::ModuleMetadata:
806 Module::Metadata: '1.000034'
792 Module::Metadata: '1.000037'
807793 version: '0.006'
808794 name: DynamicPrereqs
809 version: '0.035'
795 version: '0.039'
810796 -
811797 class: Dist::Zilla::Plugin::Prereqs
812798 config:
814800 phase: runtime
815801 type: suggests
816802 name: RuntimeSuggests
817 version: '6.012'
803 version: '6.024'
818804 -
819805 class: Dist::Zilla::Plugin::FinderCode
820806 name: ':InstallModules'
821 version: '6.012'
807 version: '6.024'
822808 -
823809 class: Dist::Zilla::Plugin::FinderCode
824810 name: ':IncModules'
825 version: '6.012'
811 version: '6.024'
826812 -
827813 class: Dist::Zilla::Plugin::FinderCode
828814 name: ':TestFiles'
829 version: '6.012'
815 version: '6.024'
830816 -
831817 class: Dist::Zilla::Plugin::FinderCode
832818 name: ':ExtraTestFiles'
833 version: '6.012'
819 version: '6.024'
834820 -
835821 class: Dist::Zilla::Plugin::FinderCode
836822 name: ':ExecFiles'
837 version: '6.012'
823 version: '6.024'
838824 -
839825 class: Dist::Zilla::Plugin::FinderCode
840826 name: ':PerlExecFiles'
841 version: '6.012'
827 version: '6.024'
842828 -
843829 class: Dist::Zilla::Plugin::FinderCode
844830 name: ':ShareFiles'
845 version: '6.012'
831 version: '6.024'
846832 -
847833 class: Dist::Zilla::Plugin::FinderCode
848834 name: ':MainModule'
849 version: '6.012'
835 version: '6.024'
850836 -
851837 class: Dist::Zilla::Plugin::FinderCode
852838 name: ':AllFiles'
853 version: '6.012'
839 version: '6.024'
854840 -
855841 class: Dist::Zilla::Plugin::FinderCode
856842 name: ':NoFiles'
857 version: '6.012'
843 version: '6.024'
858844 -
859845 class: Dist::Zilla::Plugin::VerifyPhases
860846 name: '@Author::ETHER/PHASE VERIFICATION'
863849 class: Dist::Zilla::Dist::Builder
864850 config:
865851 is_trial: '0'
866 version: '6.012'
852 version: '6.024'
867853 x_authority: cpan:ETHER
868854 x_contributors:
869855 - 'brian d foy <brian.d.foy@gmail.com>'
870856 - 'Karen Etheridge <ether@cpan.org>'
871857 - 'Frank Maas <maas.frank@gmail.com>'
872858 - 'openstrike <git@openstrike.co.uk>'
859 - 'Christopher Layne <clayne@anodized.com>'
873860 - 'Dean Hamstead <dean@fragfest.com.au>'
874 x_generated_by_perl: v5.29.9
861 x_generated_by_perl: v5.35.8
875862 x_serialization_backend: 'YAML::Tiny version 1.73'
863 x_spdx_expression: Artistic-2.0
876864 x_static_install: 0
877865 x_use_unsafe_inc: 0
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
11 use strict;
22 use warnings;
33
2020 "Carp" => 0,
2121 "Exporter" => 0,
2222 "File::Temp" => 0,
23 "IO::Socket::SSL" => 0,
2324 "Mojo::URL" => 0,
2425 "Mojo::UserAgent" => 0,
2526 "Net::SSLeay" => 0,
3334 "File::Spec" => 0,
3435 "Test::More" => "0.98"
3536 },
36 "VERSION" => "1.265",
37 "VERSION" => "1.268",
3738 "test" => {
3839 "TESTS" => "t/*.t"
3940 }
4849 "ExtUtils::MakeMaker" => 0,
4950 "File::Spec" => 0,
5051 "File::Temp" => 0,
52 "IO::Socket::SSL" => 0,
5153 "Mojo::URL" => 0,
5254 "Mojo::UserAgent" => 0,
5355 "Net::SSLeay" => 0,
5658 "warnings" => 0
5759 );
5860
59 # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.035
61 # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.039
6062 if (can_xs() and not want_pp()) {
6163 requires('Compress::Bzip2');
6264 requires('Compress::Zlib');
7476
7577 WriteMakefile(%WriteMakefileArgs);
7678
77 # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.035
79 # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.039
7880 sub _add_prereq {
7981 my ($mm_key, $module, $version_or_range) = @_;
8082 $version_or_range ||= 0;
8284 if exists $WriteMakefileArgs{$mm_key}{$module}
8385 and $WriteMakefileArgs{$mm_key}{$module} ne '0'
8486 and $WriteMakefileArgs{$mm_key}{$module} ne $version_or_range;
85 warn "$module already exists in FallbackPrereqs (at version $WriteMakefileArgs{$mm_key}{$module}) -- need to do a sane metamerge!"
87 warn "$module already exists in FallbackPrereqs (at version $FallbackPrereqs{$module}) -- need to do a sane metamerge!"
8688 if exists $FallbackPrereqs{$module} and $FallbackPrereqs{$module} ne '0'
8789 and $FallbackPrereqs{$module} ne $version_or_range;
8890 $WriteMakefileArgs{$mm_key}{$module} = $FallbackPrereqs{$module} = $version_or_range;
00 This archive contains the distribution Net-MAC-Vendor,
1 version 1.265:
1 version 1.268:
22
33 Look up the vendor for a MAC
44
99 The Artistic License 2.0 (GPL Compatible)
1010
1111
12 This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
12 This README file was generated by Dist::Zilla::Plugin::Readme v6.024.
00 package ExtUtils::HasCompiler;
1 $ExtUtils::HasCompiler::VERSION = '0.021';
1 $ExtUtils::HasCompiler::VERSION = '0.023';
22 use strict;
33 use warnings;
44
9999 }
100100 else {
101101 my @extra;
102 my $inc = qq{"-I$incdir"};
102103 if ($^O eq 'MSWin32') {
103104 my $lib = '-l' . ($libperl =~ /lib([^.]+)\./)[0];
104105 push @extra, "$abs_basename.def", $lib, $perllibs;
105106 }
106 elsif ($^O eq 'cygwin') {
107 elsif ($^O =~ /^(cygwin|msys)$/) {
107108 push @extra, catfile($incdir, $config->get('useshrplib') ? 'libperl.dll.a' : 'libperl.a');
108109 }
109110 elsif ($^O eq 'aix') {
113114 elsif ($^O eq 'android') {
114115 push @extra, qq{"-L$incdir"}, '-lperl', $perllibs;
115116 }
116 push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
117 elsif ($^O eq 'darwin' && $config->get('perlpath') eq '/usr/bin/perl' && ($config->get('osvers') =~ /(\d+)/)[0] >= 18) {
118 $inc = qq{-iwithsysroot "$incdir"};
119 }
120 push @commands, qq{$cc $ccflags $optimize $inc $cccdlflags -c $source_name -o $object_file};
117121 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
118122 }
119123
221225
222226 =head1 VERSION
223227
224 version 0.021
228 version 0.023
225229
226230 =head1 SYNOPSIS
227231
0 package Net::MAC::Vendor; # git description: v1.264-2-gda20c47
0 package Net::MAC::Vendor; # git description: v1.267-2-g8373c47
11 # ABSTRACT: Look up the vendor for a MAC
22
33 use strict;
44 use warnings;
55 use 5.010;
66
7 use IO::Socket::SSL ();
78 use Net::SSLeay;
89
910 #pod =head1 SYNOPSIS
7475 use Mojo::URL;
7576 use Mojo::UserAgent;
7677
77 our $VERSION = '1.265';
78 our $VERSION = '1.268';
7879
7980 #pod =item run( @macs )
8081 #pod
472473 return;
473474 }
474475
475 do { local( @ARGV, $/ ) = $source; <> }
476 do { local( *ARGV, $/ ); @ARGV = $source; <> }
476477 }
477478 else {
478479 #say time . " Fetching URL";
616617
617618 =head1 VERSION
618619
619 version 1.265
620 version 1.268
620621
621622 =head1 SYNOPSIS
622623
870871 Bugs may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Net-MAC-Vendor>
871872 (or L<bug-Net-MAC-Vendor@rt.cpan.org|mailto:bug-Net-MAC-Vendor@rt.cpan.org>).
872873
873 I am also usually active on irc, as 'ether' at C<irc.perl.org>.
874 I am also usually active on irc, as 'ether' at C<irc.perl.org> and C<irc.libera.chat>.
874875
875876 =head1 AUTHOR
876877
878879
879880 =head1 CONTRIBUTORS
880881
881 =for stopwords brian d foy Karen Etheridge Frank Maas openstrike Dean Hamstead
882 =for stopwords brian d foy Karen Etheridge Frank Maas openstrike Christopher Layne Dean Hamstead
882883
883884 =over 4
884885
900901
901902 =item *
902903
904 Christopher Layne <clayne@anodized.com>
905
906 =item *
907
903908 Dean Hamstead <dean@fragfest.com.au>
904909
905910 =back
77 },
88 'develop' => {
99 'recommends' => {
10 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.148',
10 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.162',
1111 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
1212 },
1313 'requires' => {
3939 'Carp' => '0',
4040 'Exporter' => '0',
4141 'File::Temp' => '0',
42 'IO::Socket::SSL' => '0',
4243 'Mojo::URL' => '0',
4344 'Mojo::UserAgent' => '0',
4445 'Net::SSLeay' => '0',
109110 'Dist::Zilla::Plugin::NextRelease' => '5.033',
110111 'Dist::Zilla::Plugin::PodCoverageTests' => '5.040',
111112 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
112 'Dist::Zilla::Plugin::PodWeaver' => '4.005',
113 'Dist::Zilla::Plugin::PodWeaver' => '4.008',
113114 'Dist::Zilla::Plugin::Prereqs' => '0',
114115 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
115116 'Dist::Zilla::Plugin::PromptIfStale' => '0',
116117 'Dist::Zilla::Plugin::Readme' => '0',
117118 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
118 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004',
119 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.006',
119120 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041',
120121 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
121122 'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
126127 'Dist::Zilla::Plugin::Test::Compile' => '2.039',
127128 'Dist::Zilla::Plugin::Test::EOL' => '0.17',
128129 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10',
129 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000008',
130 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000010',
130131 'Dist::Zilla::Plugin::Test::Portability' => '2.000007',
131132 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022',
132133 'Dist::Zilla::Plugin::TestRelease' => '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.028
66
77 use Test::More tests => 1;
88
194194 );
195195 }
196196
197 pass;
197 pass('Reported prereqs');
198198
199199 # vim: ts=4 sts=4 sw=4 et:
1919
2020 my $array = Net::MAC::Vendor::fetch_oui_from_ieee( '14:10:9F' );
2121
22 skip "Couldn't fetch data, which happens, so no big whoop", 2
23 unless defined $array;
2224 isa_ok( $array, ref [], "Got back array reference" );
2325 my $html = join "\n", @$array;
2426 like( $html, qr/Apple, Inc\./, "Fetched Apple's OUI entry" );
+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 master branch'
10 if ($branch_name || '') eq 'master';
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
3 use Test::CPAN::Meta;
4
5 meta_yaml_ok();
2020 't/parse_oui.t',
2121 't/run.t',
2222 'xt/author/00-compile.t',
23 'xt/author/changes_has_content.t',
2423 'xt/author/clean-namespaces.t',
24 'xt/author/distmeta.t',
2525 'xt/author/eol.t',
2626 'xt/author/kwalitee.t',
2727 'xt/author/minimum-version.t',
3030 'xt/author/pod-syntax.t',
3131 'xt/author/portability.t',
3232 'xt/release/changes_has_content.t',
33 'xt/release/cpan-changes.t',
34 'xt/release/distmeta.t'
33 'xt/release/cpan-changes.t'
3534 );
3635
3736 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
0 #!perl
0 use strict;
1 use warnings;
12
23 use Test::More;
3
44 use Test::MinimumVersion;
55 all_minimum_version_ok( qq{5.010} );
11
22 note 'Checking Changes';
33 my $changes_file = 'Changes';
4 my $newver = '1.265';
4 my $newver = '1.268';
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();