Codebase list libclass-c3-xs-perl / 7fc0d47
New upstream version 0.15 gregor herrmann 4 years ago
22 changed file(s) with 864 addition(s) and 564 deletion(s). Raw diff Collapse all Expand all
7272 You can learn more about Dist::Zilla at http://dzil.org/.
7373
7474 The code for this distribution is hosted at GitHub. The repository is:
75
7576 https://github.com/moose/Class-C3-XS
77
7678 You can submit code changes by forking the repository, pushing your code
77 changes to your clone, and then submitting a pull request. Detailed
78 instructions for doing that is available here:
79 changes to your clone, and then submitting a pull request. Please include a
80 suitable end-user-oriented entry in the Changes file describing your change.
81 Detailed instructions for doing that is available here:
7982
8083 https://help.github.com/articles/creating-a-pull-request
84
85 All pull requests for this distribution will be automatically tested on Linux
86 by Travis at: https://travis-ci.com/moose/Class-C3-XS
87 Results will be visible in the pull request on GitHub. Follow the appropriate
88 links for details when tests fail. Changes will not be mergeable until all
89 tests pass.
8190
8291 If you have found a bug, but do not have an accompanying patch to fix it, you
8392 can submit an issue report here:
92101 request to the .mailmap file to contain the correct mapping.
93102
94103
95 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.012 from a
96 template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.117.
104 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014
105 from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.154.
00 Revision history for Class-C3-XS
1
2 0.15 2020-04-09 02:10:13Z
3 - minor distribution tooling updates
14
25 0.14 2016-08-07 00:14:09Z
36 - fix naming of test packages, now that . is no longer in @INC while
2121 ## Manual installation
2222
2323 As a last resort, you can manually install it. Download the tarball, untar it,
24 then build it:
24 install configure prerequisites (see below), then build it:
2525
2626 % perl Makefile.PL
2727 % make && make test
3030
3131 % make install
3232
33 On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
34
3335 If your perl is system-managed, you can create a local::lib in your home
3436 directory to install modules to. For details, see the local::lib documentation:
3537 https://metacpan.org/pod/local::lib
3638
39 The prerequisites of this distribution will also have to be installed manually. The
40 prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
41 by running the manual build process described above.
42
43 ## Configure Prerequisites
44
45 This distribution requires other modules to be installed before this
46 distribution's installer can be run. They can be found under the
47 "configure_requires" key of META.yml or the
48 "{prereqs}{configure}{requires}" key of META.json.
49
50 ## Other Prerequisites
51
52 This distribution may require additional modules to be installed after running
53 Makefile.PL.
54 Look for prerequisites in the following phases:
55
56 * to run make, PHASE = build
57 * to use the module code itself, PHASE = runtime
58 * to run tests, PHASE = test
59
60 They can all be found in the "PHASE_requires" key of MYMETA.yml or the
61 "{prereqs}{PHASE}{requires}" key of MYMETA.json.
62
3763 ## Documentation
3864
3965 Class-C3-XS documentation is available as POD.
40 You can run perldoc from a shell to read the documentation:
66 You can run `perldoc` from a shell to read the documentation:
4167
4268 % perldoc Class::C3::XS
69
70 For more information on installing Perl modules via CPAN, please see:
71 https://www.cpan.org/modules/INSTALL.html
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.007.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.014.
11 CONTRIBUTING
22 Changes
33 INSTALL
44 LICENCE
55 MANIFEST
6 MANIFEST.SKIP
76 META.json
87 META.yml
98 Makefile.PL
2625 t/35_next_method_in_anon.t
2726 t/36_next_goto.t
2827 xt/author/00-compile.t
28 xt/author/changes_has_content.t
2929 xt/author/clean-namespaces.t
3030 xt/author/eol.t
3131 xt/author/kwalitee.t
32 xt/author/minimum-version.t
3233 xt/author/mojibake.t
3334 xt/author/no-tabs.t
3435 xt/author/pod-no404s.t
3839 xt/release/changes_has_content.t
3940 xt/release/cpan-changes.t
4041 xt/release/distmeta.t
41 xt/release/minimum-version.t
+0
-24
MANIFEST.SKIP less more
0 ^_build
1 ^Build$
2 ^blib
3 ~$
4 \.bak$
5 ^MANIFEST\.SKIP$
6 CVS
7 \.svn
8 \.DS_Store
9 cover_db
10 \..*\.sw.?$
11 ^Makefile$
12 ^pm_to_blib$
13 ^MakeMaker-\d
14 ^blibdirs$
15 \.old$
16 ^#.*#$
17 ^\.#
18 ^\.c$
19 \.[co]$
20 \.bs$
21 \.gz$
22 Build.PL
23 ^\.
33 "Brandon L. Black <blblack@gmail.com>"
44 ],
55 "dynamic_config" : 0,
6 "generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150009",
6 "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "perl_5"
99 ],
2828 },
2929 "develop" : {
3030 "recommends" : {
31 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.117"
32 },
31 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.154",
32 "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
33 },
34 "requires" : {
35 "Encode" : "0",
36 "File::Spec" : "0",
37 "IO::Handle" : "0",
38 "IPC::Open3" : "0",
39 "Pod::Wordlist" : "0",
40 "Test::CPAN::Changes" : "0.19",
41 "Test::CPAN::Meta" : "0",
42 "Test::CleanNamespaces" : "0.15",
43 "Test::EOL" : "0",
44 "Test::Kwalitee" : "1.21",
45 "Test::MinimumVersion" : "0",
46 "Test::Mojibake" : "0",
47 "Test::More" : "0.96",
48 "Test::NoTabs" : "0",
49 "Test::Pod" : "1.41",
50 "Test::Pod::No404s" : "0",
51 "Test::Portability::Files" : "0",
52 "Test::Spelling" : "0.12"
53 }
54 },
55 "runtime" : {
56 "requires" : {
57 "XSLoader" : "0",
58 "perl" : "5.006",
59 "strict" : "0",
60 "warnings" : "0"
61 }
62 },
63 "test" : {
64 "recommends" : {
65 "CPAN::Meta" : "2.120900"
66 },
67 "requires" : {
68 "ExtUtils::MakeMaker" : "0",
69 "File::Spec" : "0",
70 "Test::More" : "0",
71 "base" : "0",
72 "perl" : "5.006"
73 }
74 },
75 "x_Dist_Zilla" : {
3376 "requires" : {
3477 "Dist::Zilla" : "5",
3578 "Dist::Zilla::Plugin::Authority" : "1.009",
3780 "Dist::Zilla::Plugin::AutoPrereqs" : "5.038",
3881 "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : "0.004",
3982 "Dist::Zilla::Plugin::CheckIssues" : "0",
40 "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0",
83 "Dist::Zilla::Plugin::CheckMetaResources" : "0",
84 "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0.019",
4185 "Dist::Zilla::Plugin::CheckSelfDependency" : "0",
4286 "Dist::Zilla::Plugin::CheckStrictVersion" : "0",
4387 "Dist::Zilla::Plugin::ConfirmRelease" : "0",
4488 "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0",
89 "Dist::Zilla::Plugin::EnsureLatestPerl" : "0",
4590 "Dist::Zilla::Plugin::FileFinder::ByName" : "0",
4691 "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : "0",
4792 "Dist::Zilla::Plugin::Git::Check" : "0",
4893 "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch" : "0.004",
4994 "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts" : "0",
5095 "Dist::Zilla::Plugin::Git::Commit" : "2.020",
51 "Dist::Zilla::Plugin::Git::Contributors" : "0.004",
96 "Dist::Zilla::Plugin::Git::Contributors" : "0.029",
5297 "Dist::Zilla::Plugin::Git::Describe" : "0.004",
5398 "Dist::Zilla::Plugin::Git::GatherDir" : "2.016",
5499 "Dist::Zilla::Plugin::Git::Push" : "0",
78123 "Dist::Zilla::Plugin::Readme" : "0",
79124 "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
80125 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004",
81 "Dist::Zilla::Plugin::Run::AfterBuild" : "0.038",
126 "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041",
82127 "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038",
83128 "Dist::Zilla::Plugin::RunExtraTests" : "0.024",
84129 "Dist::Zilla::Plugin::StaticInstall" : "0.005",
88133 "Dist::Zilla::Plugin::Test::Compile" : "2.039",
89134 "Dist::Zilla::Plugin::Test::EOL" : "0.17",
90135 "Dist::Zilla::Plugin::Test::Kwalitee" : "2.10",
91 "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000003",
136 "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000010",
92137 "Dist::Zilla::Plugin::Test::NoTabs" : "0.08",
93138 "Dist::Zilla::Plugin::Test::Pod::No404s" : "1.003",
94139 "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006003",
96141 "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022",
97142 "Dist::Zilla::Plugin::TestRelease" : "0",
98143 "Dist::Zilla::Plugin::UploadToCPAN" : "0",
99 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.096",
100 "File::Spec" : "0",
101 "IO::Handle" : "0",
102 "IPC::Open3" : "0",
103 "Pod::Wordlist" : "0",
104 "Software::License::Perl_5" : "0",
105 "Test::CPAN::Changes" : "0.19",
106 "Test::CPAN::Meta" : "0",
107 "Test::CleanNamespaces" : "0.15",
108 "Test::EOL" : "0",
109 "Test::Kwalitee" : "1.21",
110 "Test::Mojibake" : "0",
111 "Test::More" : "0.96",
112 "Test::NoTabs" : "0",
113 "Test::Pod" : "1.41",
114 "Test::Pod::No404s" : "0",
115 "Test::Portability::Files" : "0",
116 "Test::Spelling" : "0.12",
117 "blib" : "1.01"
118 }
119 },
120 "runtime" : {
121 "requires" : {
122 "XSLoader" : "0",
123 "perl" : "5.006",
124 "strict" : "0",
125 "warnings" : "0"
126 }
127 },
128 "test" : {
129 "recommends" : {
130 "CPAN::Meta" : "2.120900"
131 },
132 "requires" : {
133 "File::Spec" : "0",
134 "Module::Metadata" : "0",
135 "Test::More" : "0",
136 "base" : "0",
137 "perl" : "5.006"
144 "Dist::Zilla::Plugin::UseUnsafeInc" : "0",
145 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.119",
146 "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007",
147 "Software::License::Perl_5" : "0"
138148 }
139149 }
140150 },
141151 "provides" : {
142152 "Class::C3::XS" : {
143153 "file" : "lib/Class/C3/XS.pm",
144 "version" : "0.14"
154 "version" : "0.15"
145155 }
146156 },
147157 "release_status" : "stable",
157167 "web" : "https://github.com/moose/Class-C3-XS"
158168 }
159169 },
160 "version" : "0.14",
170 "version" : "0.15",
161171 "x_Dist_Zilla" : {
162172 "perl" : {
163 "version" : 5.025003
173 "version" : "5.031010"
164174 },
165175 "plugins" : [
166176 {
168178 "config" : {
169179 "Dist::Zilla::Plugin::Prereqs" : {
170180 "phase" : "develop",
171 "type" : "requires"
172 }
173 },
174 "name" : "@Author::ETHER/bundle_plugins",
175 "version" : "6.007"
176 },
177 {
178 "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
179 "config" : {
180 "Dist::Zilla::Plugin::RewriteVersion" : {
181 "add_tarball_name" : 0,
182 "finders" : [
183 ":ExecFiles",
184 ":InstallModules"
185 ],
186 "global" : 1,
187 "skip_version_provider" : 0
188 },
189 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
190 },
191 "name" : "@Author::ETHER/RewriteVersion::Transitional",
192 "version" : "0.007"
181 "type" : "recommends"
182 }
183 },
184 "name" : "@Author::ETHER/pluginbundle version",
185 "version" : "6.014"
193186 },
194187 {
195188 "class" : "Dist::Zilla::Plugin::PromptIfStale",
206199 }
207200 },
208201 "name" : "@Author::ETHER/stale modules, build",
209 "version" : "0.051"
210 },
211 {
212 "class" : "Dist::Zilla::Plugin::PromptIfStale",
213 "config" : {
214 "Dist::Zilla::Plugin::PromptIfStale" : {
215 "check_all_plugins" : 1,
216 "check_all_prereqs" : 1,
217 "modules" : [],
218 "phase" : "release",
219 "run_under_travis" : 0,
220 "skip" : []
221 }
222 },
223 "name" : "@Author::ETHER/stale modules, release",
224 "version" : "0.051"
202 "version" : "0.055"
225203 },
226204 {
227205 "class" : "Dist::Zilla::Plugin::FileFinder::ByName",
228206 "name" : "@Author::ETHER/Examples",
229 "version" : "6.007"
207 "version" : "6.014"
230208 },
231209 {
232210 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
233211 "config" : {
234212 "Dist::Zilla::Plugin::GatherDir" : {
235213 "exclude_filename" : [
214 "CONTRIBUTING",
215 "INSTALL",
216 "LICENCE",
236217 "Makefile.PL",
218 "README.pod",
237219 "inc/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm"
238220 ],
239221 "exclude_match" : [],
248230 }
249231 },
250232 "name" : "@Author::ETHER/Git::GatherDir",
251 "version" : "2.039"
233 "version" : "2.046"
252234 },
253235 {
254236 "class" : "Dist::Zilla::Plugin::MetaYAML",
255237 "name" : "@Author::ETHER/MetaYAML",
256 "version" : "6.007"
238 "version" : "6.014"
257239 },
258240 {
259241 "class" : "Dist::Zilla::Plugin::MetaJSON",
260242 "name" : "@Author::ETHER/MetaJSON",
261 "version" : "6.007"
243 "version" : "6.014"
262244 },
263245 {
264246 "class" : "Dist::Zilla::Plugin::Readme",
265247 "name" : "@Author::ETHER/Readme",
266 "version" : "6.007"
248 "version" : "6.014"
267249 },
268250 {
269251 "class" : "Dist::Zilla::Plugin::Manifest",
270252 "name" : "@Author::ETHER/Manifest",
271 "version" : "6.007"
253 "version" : "6.014"
272254 },
273255 {
274256 "class" : "Dist::Zilla::Plugin::License",
275257 "name" : "@Author::ETHER/License",
276 "version" : "6.007"
258 "version" : "6.014"
277259 },
278260 {
279261 "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
289271 "Dist::Zilla::Role::RepoFileInjector" : {
290272 "allow_overwrite" : 1,
291273 "repo_root" : ".",
292 "version" : "0.007"
274 "version" : "0.009"
293275 }
294276 },
295277 "name" : "@Author::ETHER/generate CONTRIBUTING",
296 "version" : "0.012"
278 "version" : "0.014"
297279 },
298280 {
299281 "class" : "Dist::Zilla::Plugin::InstallGuide",
282 "config" : {
283 "Dist::Zilla::Role::ModuleMetadata" : {
284 "Module::Metadata" : "1.000037",
285 "version" : "0.006"
286 }
287 },
300288 "name" : "@Author::ETHER/InstallGuide",
301 "version" : "1.200007"
289 "version" : "1.200013"
302290 },
303291 {
304292 "class" : "Dist::Zilla::Plugin::Test::Compile",
317305 ":PerlExecFiles",
318306 "@Author::ETHER/Examples"
319307 ],
320 "skips" : []
308 "skips" : [],
309 "switch" : []
321310 }
322311 },
323312 "name" : "@Author::ETHER/Test::Compile",
324 "version" : "2.054"
313 "version" : "2.058"
325314 },
326315 {
327316 "class" : "Dist::Zilla::Plugin::Test::NoTabs",
361350 {
362351 "class" : "Dist::Zilla::Plugin::MetaTests",
363352 "name" : "@Author::ETHER/MetaTests",
364 "version" : "6.007"
353 "version" : "6.014"
365354 },
366355 {
367356 "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
374363 "version" : "0.012"
375364 },
376365 {
366 "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
367 "config" : {
368 "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : {
369 "destination_filename" : "xt/author/changes_has_content.t",
370 "dist" : "Dist-Zilla-PluginBundle-Author-ETHER",
371 "encoding" : "UTF-8",
372 "location" : "build",
373 "source_filename" : "changes_has_content.t"
374 },
375 "Dist::Zilla::Role::RepoFileInjector" : {
376 "allow_overwrite" : 1,
377 "repo_root" : ".",
378 "version" : "0.009"
379 }
380 },
381 "name" : "@Author::ETHER/generate xt/author/changes_has_content.t",
382 "version" : "0.014"
383 },
384 {
377385 "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
378386 "name" : "@Author::ETHER/Test::ChangesHasContent",
379 "version" : "0.010"
387 "version" : "0.011"
380388 },
381389 {
382390 "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
391 "config" : {
392 "Dist::Zilla::Plugin::Test::MinimumVersion" : {
393 "max_target_perl" : "5.006"
394 }
395 },
383396 "name" : "@Author::ETHER/Test::MinimumVersion",
384 "version" : "2.000006"
397 "version" : "2.000010"
385398 },
386399 {
387400 "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
388401 "name" : "@Author::ETHER/PodSyntaxTests",
389 "version" : "6.007"
402 "version" : "6.014"
390403 },
391404 {
392405 "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
407420 }
408421 },
409422 "name" : "@Author::ETHER/Test::PodSpelling",
410 "version" : "2.007002"
423 "version" : "2.007005"
411424 },
412425 {
413426 "class" : "Dist::Zilla::Plugin::Test::Pod::No404s",
414427 "name" : "@Author::ETHER/Test::Pod::No404s",
415 "version" : "1.003"
428 "version" : "1.004"
416429 },
417430 {
418431 "class" : "Dist::Zilla::Plugin::Test::Kwalitee",
433446 {
434447 "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
435448 "name" : "@Author::ETHER/Test::ReportPrereqs",
436 "version" : "0.025"
449 "version" : "0.027"
437450 },
438451 {
439452 "class" : "Dist::Zilla::Plugin::Test::Portability",
453 "config" : {
454 "Dist::Zilla::Plugin::Test::Portability" : {
455 "options" : ""
456 }
457 },
440458 "name" : "@Author::ETHER/Test::Portability",
441 "version" : "2.000007"
459 "version" : "2.001000"
442460 },
443461 {
444462 "class" : "Dist::Zilla::Plugin::Test::CleanNamespaces",
471489 {
472490 "class" : "Pod::Weaver::Plugin::EnsurePod5",
473491 "name" : "@Author::ETHER/EnsurePod5",
474 "version" : "4.013"
492 "version" : "4.015"
475493 },
476494 {
477495 "class" : "Pod::Weaver::Plugin::H1Nester",
478496 "name" : "@Author::ETHER/H1Nester",
479 "version" : "4.013"
497 "version" : "4.015"
480498 },
481499 {
482500 "class" : "Pod::Weaver::Plugin::SingleEncoding",
483501 "name" : "@Author::ETHER/SingleEncoding",
484 "version" : "4.013"
502 "version" : "4.015"
485503 },
486504 {
487505 "class" : "Pod::Weaver::Plugin::Transformer",
488506 "name" : "@Author::ETHER/List",
489 "version" : "4.013"
507 "version" : "4.015"
490508 },
491509 {
492510 "class" : "Pod::Weaver::Plugin::Transformer",
493511 "name" : "@Author::ETHER/Verbatim",
494 "version" : "4.013"
512 "version" : "4.015"
495513 },
496514 {
497515 "class" : "Pod::Weaver::Section::Region",
498516 "name" : "@Author::ETHER/header",
499 "version" : "4.013"
517 "version" : "4.015"
500518 },
501519 {
502520 "class" : "Pod::Weaver::Section::Name",
503521 "name" : "@Author::ETHER/Name",
504 "version" : "4.013"
522 "version" : "4.015"
505523 },
506524 {
507525 "class" : "Pod::Weaver::Section::Version",
508526 "name" : "@Author::ETHER/Version",
509 "version" : "4.013"
527 "version" : "4.015"
510528 },
511529 {
512530 "class" : "Pod::Weaver::Section::Region",
513531 "name" : "@Author::ETHER/prelude",
514 "version" : "4.013"
532 "version" : "4.015"
515533 },
516534 {
517535 "class" : "Pod::Weaver::Section::Generic",
518536 "name" : "SYNOPSIS",
519 "version" : "4.013"
537 "version" : "4.015"
520538 },
521539 {
522540 "class" : "Pod::Weaver::Section::Generic",
523541 "name" : "DESCRIPTION",
524 "version" : "4.013"
542 "version" : "4.015"
525543 },
526544 {
527545 "class" : "Pod::Weaver::Section::Generic",
528546 "name" : "OVERVIEW",
529 "version" : "4.013"
547 "version" : "4.015"
530548 },
531549 {
532550 "class" : "Pod::Weaver::Section::Collect",
533551 "name" : "ATTRIBUTES",
534 "version" : "4.013"
552 "version" : "4.015"
535553 },
536554 {
537555 "class" : "Pod::Weaver::Section::Collect",
538556 "name" : "METHODS",
539 "version" : "4.013"
557 "version" : "4.015"
540558 },
541559 {
542560 "class" : "Pod::Weaver::Section::Collect",
543561 "name" : "FUNCTIONS",
544 "version" : "4.013"
562 "version" : "4.015"
545563 },
546564 {
547565 "class" : "Pod::Weaver::Section::Collect",
548566 "name" : "TYPES",
549 "version" : "4.013"
567 "version" : "4.015"
550568 },
551569 {
552570 "class" : "Pod::Weaver::Section::Leftovers",
553571 "name" : "@Author::ETHER/Leftovers",
554 "version" : "4.013"
572 "version" : "4.015"
555573 },
556574 {
557575 "class" : "Pod::Weaver::Section::Region",
558576 "name" : "@Author::ETHER/postlude",
559 "version" : "4.013"
577 "version" : "4.015"
560578 },
561579 {
562580 "class" : "Pod::Weaver::Section::GenerateSection",
563581 "name" : "@Author::ETHER/generate SUPPORT",
564 "version" : "1.02"
582 "version" : "1.06"
565583 },
566584 {
567585 "class" : "Pod::Weaver::Section::AllowOverride",
571589 {
572590 "class" : "Pod::Weaver::Section::Authors",
573591 "name" : "@Author::ETHER/Authors",
574 "version" : "4.013"
592 "version" : "4.015"
593 },
594 {
595 "class" : "Pod::Weaver::Section::AllowOverride",
596 "name" : "@Author::ETHER/allow override AUTHOR",
597 "version" : "0.05"
575598 },
576599 {
577600 "class" : "Pod::Weaver::Section::Contributors",
581604 {
582605 "class" : "Pod::Weaver::Section::Legal",
583606 "name" : "@Author::ETHER/Legal",
584 "version" : "4.013"
607 "version" : "4.015"
585608 },
586609 {
587610 "class" : "Pod::Weaver::Section::Region",
588611 "name" : "@Author::ETHER/footer",
589 "version" : "4.013"
612 "version" : "4.015"
590613 }
591614 ]
592615 }
597620 {
598621 "class" : "Dist::Zilla::Plugin::GithubMeta",
599622 "name" : "@Author::ETHER/GithubMeta",
600 "version" : "0.54"
623 "version" : "0.58"
601624 },
602625 {
603626 "class" : "Dist::Zilla::Plugin::AutoMetaResources",
612635 {
613636 "class" : "Dist::Zilla::Plugin::MetaNoIndex",
614637 "name" : "@Author::ETHER/MetaNoIndex",
615 "version" : "6.007"
638 "version" : "6.014"
616639 },
617640 {
618641 "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
625648 {
626649 "class" : "Dist::Zilla::Plugin::FinderCode",
627650 "name" : ":InstallModules",
628 "version" : "6.007"
651 "version" : "6.014"
629652 }
630653 ],
631654 "include_underscores" : 0
632655 },
633656 "Dist::Zilla::Role::MetaProvider::Provider" : {
634 "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002003",
657 "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
635658 "inherit_missing" : 0,
636659 "inherit_version" : 0,
637660 "meta_noindex" : 1
638661 },
639662 "Dist::Zilla::Role::ModuleMetadata" : {
640 "Module::Metadata" : "1.000033",
641 "version" : "0.004"
663 "Module::Metadata" : "1.000037",
664 "version" : "0.006"
642665 }
643666 },
644667 "name" : "@Author::ETHER/MetaProvides::Package",
645 "version" : "2.004002"
668 "version" : "2.004003"
646669 },
647670 {
648671 "class" : "Dist::Zilla::Plugin::MetaConfig",
649672 "name" : "@Author::ETHER/MetaConfig",
650 "version" : "6.007"
673 "version" : "6.014"
651674 },
652675 {
653676 "class" : "Dist::Zilla::Plugin::Keywords",
660683 "version" : "0.007"
661684 },
662685 {
686 "class" : "Dist::Zilla::Plugin::UseUnsafeInc",
687 "config" : {
688 "Dist::Zilla::Plugin::UseUnsafeInc" : {
689 "dot_in_INC" : 0
690 }
691 },
692 "name" : "@Author::ETHER/UseUnsafeInc",
693 "version" : "0.001"
694 },
695 {
663696 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
664697 "name" : "@Author::ETHER/AutoPrereqs",
665 "version" : "6.007"
698 "version" : "6.014"
666699 },
667700 {
668701 "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
675708 "version" : "1.006"
676709 },
677710 {
678 "class" : "Dist::Zilla::Plugin::Prereqs",
679 "config" : {
680 "Dist::Zilla::Plugin::Prereqs" : {
681 "phase" : "develop",
682 "type" : "recommends"
683 }
684 },
685 "name" : "@Author::ETHER/pluginbundle_version",
686 "version" : "6.007"
687 },
688 {
689711 "class" : "Dist::Zilla::Plugin::MakeMaker",
690712 "config" : {
691713 "Dist::Zilla::Role::TestRunner" : {
693715 }
694716 },
695717 "name" : "@Author::ETHER/MakeMaker",
696 "version" : "6.007"
718 "version" : "6.014"
697719 },
698720 {
699721 "class" : "Dist::Zilla::Plugin::Git::Contributors",
700722 "config" : {
701723 "Dist::Zilla::Plugin::Git::Contributors" : {
724 "git_version" : "2.25.0",
702725 "include_authors" : 0,
703726 "include_releaser" : 1,
704727 "order_by" : "commits",
705 "paths" : [
706 "."
707 ]
728 "paths" : []
708729 }
709730 },
710731 "name" : "@Author::ETHER/Git::Contributors",
711 "version" : "0.023"
732 "version" : "0.035"
712733 },
713734 {
714735 "class" : "Dist::Zilla::Plugin::StaticInstall",
719740 }
720741 },
721742 "name" : "@Author::ETHER/StaticInstall",
722 "version" : "0.009"
743 "version" : "0.012"
723744 },
724745 {
725746 "class" : "Dist::Zilla::Plugin::RunExtraTests",
740761 ]
741762 },
742763 "Dist::Zilla::Role::ModuleMetadata" : {
743 "Module::Metadata" : "1.000033",
744 "version" : "0.004"
764 "Module::Metadata" : "1.000037",
765 "version" : "0.006"
745766 }
746767 },
747768 "name" : "@Author::ETHER/CheckSelfDependency",
755776 "quiet" : 1,
756777 "run" : [
757778 "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\""
758 ]
779 ],
780 "version" : "0.048"
759781 }
760782 },
761783 "name" : "@Author::ETHER/.ackrc",
762 "version" : "0.043"
784 "version" : "0.048"
763785 },
764786 {
765787 "class" : "Dist::Zilla::Plugin::Run::AfterBuild",
768790 "eval" : [
769791 "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }"
770792 ],
771 "fatal_errors" : 1,
772 "quiet" : 1
793 "fatal_errors" : 0,
794 "quiet" : 1,
795 "version" : "0.048"
773796 }
774797 },
775798 "name" : "@Author::ETHER/.latest",
776 "version" : "0.043"
799 "version" : "0.048"
777800 },
778801 {
779802 "class" : "Dist::Zilla::Plugin::CheckStrictVersion",
780803 "name" : "@Author::ETHER/CheckStrictVersion",
781804 "version" : "0.001"
805 },
806 {
807 "class" : "Dist::Zilla::Plugin::CheckMetaResources",
808 "name" : "@Author::ETHER/CheckMetaResources",
809 "version" : "0.001"
810 },
811 {
812 "class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
813 "config" : {
814 "Dist::Zilla::Plugin::EnsureLatestPerl" : {
815 "Module::CoreList" : "5.20200320"
816 }
817 },
818 "name" : "@Author::ETHER/EnsureLatestPerl",
819 "version" : "0.008"
820 },
821 {
822 "class" : "Dist::Zilla::Plugin::PromptIfStale",
823 "config" : {
824 "Dist::Zilla::Plugin::PromptIfStale" : {
825 "check_all_plugins" : 1,
826 "check_all_prereqs" : 1,
827 "modules" : [],
828 "phase" : "release",
829 "run_under_travis" : 0,
830 "skip" : []
831 }
832 },
833 "name" : "@Author::ETHER/stale modules, release",
834 "version" : "0.055"
782835 },
783836 {
784837 "class" : "Dist::Zilla::Plugin::Git::Check",
792845 "changelog" : "Changes"
793846 },
794847 "Dist::Zilla::Role::Git::Repo" : {
848 "git_version" : "2.25.0",
795849 "repo_root" : "."
796850 }
797851 },
798852 "name" : "@Author::ETHER/initial check",
799 "version" : "2.039"
853 "version" : "2.046"
800854 },
801855 {
802856 "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
803857 "config" : {
804858 "Dist::Zilla::Role::Git::Repo" : {
859 "git_version" : "2.25.0",
805860 "repo_root" : "."
806861 }
807862 },
808863 "name" : "@Author::ETHER/Git::CheckFor::MergeConflicts",
809 "version" : "0.013"
864 "version" : "0.014"
810865 },
811866 {
812867 "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
813868 "config" : {
814869 "Dist::Zilla::Role::Git::Repo" : {
870 "git_version" : "2.25.0",
815871 "repo_root" : "."
816872 }
817873 },
818874 "name" : "@Author::ETHER/Git::CheckFor::CorrectBranch",
819 "version" : "0.013"
875 "version" : "0.014"
820876 },
821877 {
822878 "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
823879 "name" : "@Author::ETHER/Git::Remote::Check",
824 "version" : "0.2.0"
880 "version" : "0.1.2"
825881 },
826882 {
827883 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
828884 "name" : "@Author::ETHER/CheckPrereqsIndexed",
829 "version" : "0.018"
885 "version" : "0.020"
830886 },
831887 {
832888 "class" : "Dist::Zilla::Plugin::TestRelease",
833889 "name" : "@Author::ETHER/TestRelease",
834 "version" : "6.007"
890 "version" : "6.014"
835891 },
836892 {
837893 "class" : "Dist::Zilla::Plugin::Git::Check",
845901 "changelog" : "Changes"
846902 },
847903 "Dist::Zilla::Role::Git::Repo" : {
904 "git_version" : "2.25.0",
848905 "repo_root" : "."
849906 }
850907 },
851908 "name" : "@Author::ETHER/after tests",
852 "version" : "2.039"
909 "version" : "2.046"
853910 },
854911 {
855912 "class" : "Dist::Zilla::Plugin::CheckIssues",
856913 "name" : "@Author::ETHER/CheckIssues",
857 "version" : "0.010"
914 "version" : "0.011"
858915 },
859916 {
860917 "class" : "Dist::Zilla::Plugin::UploadToCPAN",
861918 "name" : "@Author::ETHER/UploadToCPAN",
862 "version" : "6.007"
919 "version" : "6.014"
863920 },
864921 {
865922 "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
866923 "config" : {
867924 "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
868925 "filename" : [
926 "CONTRIBUTING",
927 "INSTALL",
928 "LICENCE",
929 "LICENSE",
930 "ppport.h"
931 ],
932 "match" : []
933 }
934 },
935 "name" : "@Author::ETHER/copy generated files",
936 "version" : "0.007"
937 },
938 {
939 "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
940 "config" : {
941 "Dist::Zilla::Role::FileWatcher" : {
942 "version" : "0.006"
943 }
944 },
945 "name" : "@Author::ETHER/ReadmeAnyFromPod",
946 "version" : "0.163250"
947 },
948 {
949 "class" : "Dist::Zilla::Plugin::Prereqs",
950 "config" : {
951 "Dist::Zilla::Plugin::Prereqs" : {
952 "phase" : "develop",
953 "type" : "recommends"
954 }
955 },
956 "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version",
957 "version" : "6.014"
958 },
959 {
960 "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
961 "config" : {
962 "Dist::Zilla::Plugin::RewriteVersion" : {
963 "add_tarball_name" : 0,
964 "finders" : [
965 ":ExecFiles",
966 ":InstallModules"
967 ],
968 "global" : 1,
969 "skip_version_provider" : 0
970 },
971 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
972 },
973 "name" : "@Author::ETHER/@Git::VersionManager/RewriteVersion::Transitional",
974 "version" : "0.009"
975 },
976 {
977 "class" : "Dist::Zilla::Plugin::MetaProvides::Update",
978 "name" : "@Author::ETHER/@Git::VersionManager/MetaProvides::Update",
979 "version" : "0.007"
980 },
981 {
982 "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
983 "config" : {
984 "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
985 "filename" : [
986 "Changes"
987 ],
988 "match" : []
989 }
990 },
991 "name" : "@Author::ETHER/@Git::VersionManager/CopyFilesFromRelease",
992 "version" : "0.007"
993 },
994 {
995 "class" : "Dist::Zilla::Plugin::Git::Commit",
996 "config" : {
997 "Dist::Zilla::Plugin::Git::Commit" : {
998 "add_files_in" : [
999 "."
1000 ],
1001 "commit_msg" : "%N-%v%t%n%n%c"
1002 },
1003 "Dist::Zilla::Role::Git::DirtyFiles" : {
1004 "allow_dirty" : [
8691005 "CONTRIBUTING",
8701006 "Changes",
8711007 "INSTALL",
8721008 "LICENCE",
873 "LICENSE",
874 "ppport.h"
875 ],
876 "match" : []
877 }
878 },
879 "name" : "@Author::ETHER/CopyFilesFromRelease",
880 "version" : "0.006"
881 },
882 {
883 "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
884 "config" : {
885 "Dist::Zilla::Role::FileWatcher" : {
886 "version" : "0.006"
887 }
888 },
889 "name" : "@Author::ETHER/ReadmeAnyFromPod",
890 "version" : "0.161170"
891 },
892 {
893 "class" : "Dist::Zilla::Plugin::Git::Commit",
894 "config" : {
895 "Dist::Zilla::Plugin::Git::Commit" : {
896 "add_files_in" : [
897 "."
898 ],
899 "commit_msg" : "%N-%v%t%n%n%c"
900 },
901 "Dist::Zilla::Role::Git::DirtyFiles" : {
902 "allow_dirty" : [
903 "Changes"
1009 "README.pod"
9041010 ],
9051011 "allow_dirty_match" : [],
9061012 "changelog" : "Changes"
9071013 },
9081014 "Dist::Zilla::Role::Git::Repo" : {
1015 "git_version" : "2.25.0",
9091016 "repo_root" : "."
9101017 },
9111018 "Dist::Zilla::Role::Git::StringFormatter" : {
9121019 "time_zone" : "local"
9131020 }
9141021 },
915 "name" : "@Author::ETHER/release snapshot",
916 "version" : "2.039"
1022 "name" : "@Author::ETHER/@Git::VersionManager/release snapshot",
1023 "version" : "2.046"
9171024 },
9181025 {
9191026 "class" : "Dist::Zilla::Plugin::Git::Tag",
9221029 "branch" : null,
9231030 "changelog" : "Changes",
9241031 "signed" : 0,
925 "tag" : "v0.14",
926 "tag_format" : "v%v",
1032 "tag" : "v0.15",
1033 "tag_format" : "v%V",
9271034 "tag_message" : "v%v%t"
9281035 },
9291036 "Dist::Zilla::Role::Git::Repo" : {
1037 "git_version" : "2.25.0",
9301038 "repo_root" : "."
9311039 },
9321040 "Dist::Zilla::Role::Git::StringFormatter" : {
9331041 "time_zone" : "local"
9341042 }
9351043 },
936 "name" : "@Author::ETHER/Git::Tag",
937 "version" : "2.039"
938 },
939 {
940 "class" : "Dist::Zilla::Plugin::GitHub::Update",
941 "config" : {
942 "Dist::Zilla::Plugin::GitHub::Update" : {
943 "metacpan" : 1
944 }
945 },
946 "name" : "@Author::ETHER/GitHub::Update",
947 "version" : "0.42"
1044 "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag",
1045 "version" : "2.046"
9481046 },
9491047 {
9501048 "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
9591057 },
9601058 "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {}
9611059 },
962 "name" : "@Author::ETHER/BumpVersionAfterRelease::Transitional",
963 "version" : "0.007"
1060 "name" : "@Author::ETHER/@Git::VersionManager/BumpVersionAfterRelease::Transitional",
1061 "version" : "0.009"
9641062 },
9651063 {
9661064 "class" : "Dist::Zilla::Plugin::NextRelease",
967 "name" : "@Author::ETHER/NextRelease",
968 "version" : "6.007"
1065 "name" : "@Author::ETHER/@Git::VersionManager/NextRelease",
1066 "version" : "6.014"
9691067 },
9701068 {
9711069 "class" : "Dist::Zilla::Plugin::Git::Commit",
9761074 },
9771075 "Dist::Zilla::Role::Git::DirtyFiles" : {
9781076 "allow_dirty" : [
979 "Changes"
1077 "Build.PL",
1078 "Changes",
1079 "Makefile.PL"
9801080 ],
9811081 "allow_dirty_match" : [
9821082 "(?^:^lib/.*\\.pm$)"
9841084 "changelog" : "Changes"
9851085 },
9861086 "Dist::Zilla::Role::Git::Repo" : {
1087 "git_version" : "2.25.0",
9871088 "repo_root" : "."
9881089 },
9891090 "Dist::Zilla::Role::Git::StringFormatter" : {
9901091 "time_zone" : "local"
9911092 }
9921093 },
993 "name" : "@Author::ETHER/post-release commit",
994 "version" : "2.039"
1094 "name" : "@Author::ETHER/@Git::VersionManager/post-release commit",
1095 "version" : "2.046"
1096 },
1097 {
1098 "class" : "Dist::Zilla::Plugin::Prereqs",
1099 "config" : {
1100 "Dist::Zilla::Plugin::Prereqs" : {
1101 "phase" : "x_Dist_Zilla",
1102 "type" : "requires"
1103 }
1104 },
1105 "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager",
1106 "version" : "6.014"
9951107 },
9961108 {
9971109 "class" : "Dist::Zilla::Plugin::Git::Push",
10031115 "remotes_must_exist" : 1
10041116 },
10051117 "Dist::Zilla::Role::Git::Repo" : {
1118 "git_version" : "2.25.0",
10061119 "repo_root" : "."
10071120 }
10081121 },
10091122 "name" : "@Author::ETHER/Git::Push",
1010 "version" : "2.039"
1123 "version" : "2.046"
1124 },
1125 {
1126 "class" : "Dist::Zilla::Plugin::GitHub::Update",
1127 "config" : {
1128 "Dist::Zilla::Plugin::GitHub::Update" : {
1129 "metacpan" : 1
1130 }
1131 },
1132 "name" : "@Author::ETHER/GitHub::Update",
1133 "version" : "0.47"
10111134 },
10121135 {
10131136 "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
10171140 "quiet" : 0,
10181141 "run" : [
10191142 "REDACTED"
1020 ]
1143 ],
1144 "version" : "0.048"
10211145 }
10221146 },
10231147 "name" : "@Author::ETHER/install release",
1024 "version" : "0.043"
1148 "version" : "0.048"
10251149 },
10261150 {
10271151 "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
10311155 "print \"release complete!\\xa\""
10321156 ],
10331157 "fatal_errors" : 1,
1034 "quiet" : 1
1158 "quiet" : 1,
1159 "version" : "0.048"
10351160 }
10361161 },
10371162 "name" : "@Author::ETHER/release complete",
1038 "version" : "0.043"
1163 "version" : "0.048"
10391164 },
10401165 {
10411166 "class" : "Dist::Zilla::Plugin::ConfirmRelease",
10421167 "name" : "@Author::ETHER/ConfirmRelease",
1043 "version" : "6.007"
1168 "version" : "6.014"
1169 },
1170 {
1171 "class" : "Dist::Zilla::Plugin::Prereqs",
1172 "config" : {
1173 "Dist::Zilla::Plugin::Prereqs" : {
1174 "phase" : "x_Dist_Zilla",
1175 "type" : "requires"
1176 }
1177 },
1178 "name" : "@Author::ETHER/prereqs for @Author::ETHER",
1179 "version" : "6.014"
10441180 },
10451181 {
10461182 "class" : "Dist::Zilla::Plugin::FinderCode",
10471183 "name" : ":InstallModules",
1048 "version" : "6.007"
1184 "version" : "6.014"
10491185 },
10501186 {
10511187 "class" : "Dist::Zilla::Plugin::FinderCode",
10521188 "name" : ":IncModules",
1053 "version" : "6.007"
1189 "version" : "6.014"
10541190 },
10551191 {
10561192 "class" : "Dist::Zilla::Plugin::FinderCode",
10571193 "name" : ":TestFiles",
1058 "version" : "6.007"
1194 "version" : "6.014"
10591195 },
10601196 {
10611197 "class" : "Dist::Zilla::Plugin::FinderCode",
10621198 "name" : ":ExtraTestFiles",
1063 "version" : "6.007"
1199 "version" : "6.014"
10641200 },
10651201 {
10661202 "class" : "Dist::Zilla::Plugin::FinderCode",
10671203 "name" : ":ExecFiles",
1068 "version" : "6.007"
1204 "version" : "6.014"
10691205 },
10701206 {
10711207 "class" : "Dist::Zilla::Plugin::FinderCode",
10721208 "name" : ":PerlExecFiles",
1073 "version" : "6.007"
1209 "version" : "6.014"
10741210 },
10751211 {
10761212 "class" : "Dist::Zilla::Plugin::FinderCode",
10771213 "name" : ":ShareFiles",
1078 "version" : "6.007"
1214 "version" : "6.014"
10791215 },
10801216 {
10811217 "class" : "Dist::Zilla::Plugin::FinderCode",
10821218 "name" : ":MainModule",
1083 "version" : "6.007"
1219 "version" : "6.014"
10841220 },
10851221 {
10861222 "class" : "Dist::Zilla::Plugin::FinderCode",
10871223 "name" : ":AllFiles",
1088 "version" : "6.007"
1224 "version" : "6.014"
10891225 },
10901226 {
10911227 "class" : "Dist::Zilla::Plugin::FinderCode",
10921228 "name" : ":NoFiles",
1093 "version" : "6.007"
1229 "version" : "6.014"
10941230 },
10951231 {
10961232 "class" : "Dist::Zilla::Plugin::VerifyPhases",
10971233 "name" : "@Author::ETHER/PHASE VERIFICATION",
1098 "version" : "0.014"
1234 "version" : "0.016"
10991235 }
11001236 ],
11011237 "zilla" : {
11031239 "config" : {
11041240 "is_trial" : 0
11051241 },
1106 "version" : "6.007"
1242 "version" : "6.014"
11071243 }
11081244 },
11091245 "x_authority" : "cpan:FLORA",
11131249 "Graham Knop <haarg@haarg.org>",
11141250 "Yuval Kogman <nothingmuch@woobling.org>"
11151251 ],
1116 "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
1252 "x_generated_by_perl" : "v5.31.10",
1253 "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
1254 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
1255 "x_use_unsafe_inc" : 0
11171256 }
11181257
+252
-151
META.yml less more
22 author:
33 - 'Brandon L. Black <blblack@gmail.com>'
44 build_requires:
5 ExtUtils::MakeMaker: '0'
56 File::Spec: '0'
6 Module::Metadata: '0'
77 Test::More: '0'
88 base: '0'
99 perl: '5.006'
1111 ExtUtils::MakeMaker: '0'
1212 perl: 5.006_000
1313 dynamic_config: 0
14 generated_by: 'Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150009'
14 generated_by: 'Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010'
1515 license: perl
1616 meta-spec:
1717 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2525 provides:
2626 Class::C3::XS:
2727 file: lib/Class/C3/XS.pm
28 version: '0.14'
28 version: '0.15'
2929 requires:
3030 XSLoader: '0'
3131 perl: '5.006'
3535 bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Class-C3-XS
3636 homepage: https://github.com/moose/Class-C3-XS
3737 repository: https://github.com/moose/Class-C3-XS.git
38 version: '0.14'
38 version: '0.15'
3939 x_Dist_Zilla:
4040 perl:
41 version: '5.025003'
41 version: '5.031010'
4242 plugins:
4343 -
4444 class: Dist::Zilla::Plugin::Prereqs
4545 config:
4646 Dist::Zilla::Plugin::Prereqs:
4747 phase: develop
48 type: requires
49 name: '@Author::ETHER/bundle_plugins'
50 version: '6.007'
51 -
52 class: Dist::Zilla::Plugin::RewriteVersion::Transitional
53 config:
54 Dist::Zilla::Plugin::RewriteVersion:
55 add_tarball_name: 0
56 finders:
57 - ':ExecFiles'
58 - ':InstallModules'
59 global: 1
60 skip_version_provider: 0
61 Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
62 name: '@Author::ETHER/RewriteVersion::Transitional'
63 version: '0.007'
48 type: recommends
49 name: '@Author::ETHER/pluginbundle version'
50 version: '6.014'
6451 -
6552 class: Dist::Zilla::Plugin::PromptIfStale
6653 config:
7360 run_under_travis: 0
7461 skip: []
7562 name: '@Author::ETHER/stale modules, build'
76 version: '0.051'
77 -
78 class: Dist::Zilla::Plugin::PromptIfStale
79 config:
80 Dist::Zilla::Plugin::PromptIfStale:
81 check_all_plugins: 1
82 check_all_prereqs: 1
83 modules: []
84 phase: release
85 run_under_travis: 0
86 skip: []
87 name: '@Author::ETHER/stale modules, release'
88 version: '0.051'
63 version: '0.055'
8964 -
9065 class: Dist::Zilla::Plugin::FileFinder::ByName
9166 name: '@Author::ETHER/Examples'
92 version: '6.007'
67 version: '6.014'
9368 -
9469 class: Dist::Zilla::Plugin::Git::GatherDir
9570 config:
9671 Dist::Zilla::Plugin::GatherDir:
9772 exclude_filename:
73 - CONTRIBUTING
74 - INSTALL
75 - LICENCE
9876 - Makefile.PL
77 - README.pod
9978 - inc/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm
10079 exclude_match: []
10180 follow_symlinks: 0
10685 Dist::Zilla::Plugin::Git::GatherDir:
10786 include_untracked: 0
10887 name: '@Author::ETHER/Git::GatherDir'
109 version: '2.039'
88 version: '2.046'
11089 -
11190 class: Dist::Zilla::Plugin::MetaYAML
11291 name: '@Author::ETHER/MetaYAML'
113 version: '6.007'
92 version: '6.014'
11493 -
11594 class: Dist::Zilla::Plugin::MetaJSON
11695 name: '@Author::ETHER/MetaJSON'
117 version: '6.007'
96 version: '6.014'
11897 -
11998 class: Dist::Zilla::Plugin::Readme
12099 name: '@Author::ETHER/Readme'
121 version: '6.007'
100 version: '6.014'
122101 -
123102 class: Dist::Zilla::Plugin::Manifest
124103 name: '@Author::ETHER/Manifest'
125 version: '6.007'
104 version: '6.014'
126105 -
127106 class: Dist::Zilla::Plugin::License
128107 name: '@Author::ETHER/License'
129 version: '6.007'
108 version: '6.014'
130109 -
131110 class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
132111 config:
140119 Dist::Zilla::Role::RepoFileInjector:
141120 allow_overwrite: 1
142121 repo_root: .
143 version: '0.007'
122 version: '0.009'
144123 name: '@Author::ETHER/generate CONTRIBUTING'
145 version: '0.012'
124 version: '0.014'
146125 -
147126 class: Dist::Zilla::Plugin::InstallGuide
127 config:
128 Dist::Zilla::Role::ModuleMetadata:
129 Module::Metadata: '1.000037'
130 version: '0.006'
148131 name: '@Author::ETHER/InstallGuide'
149 version: '1.200007'
132 version: '1.200013'
150133 -
151134 class: Dist::Zilla::Plugin::Test::Compile
152135 config:
163146 - ':PerlExecFiles'
164147 - '@Author::ETHER/Examples'
165148 skips: []
149 switch: []
166150 name: '@Author::ETHER/Test::Compile'
167 version: '2.054'
151 version: '2.058'
168152 -
169153 class: Dist::Zilla::Plugin::Test::NoTabs
170154 config:
195179 -
196180 class: Dist::Zilla::Plugin::MetaTests
197181 name: '@Author::ETHER/MetaTests'
198 version: '6.007'
182 version: '6.014'
199183 -
200184 class: Dist::Zilla::Plugin::Test::CPAN::Changes
201185 config:
204188 name: '@Author::ETHER/Test::CPAN::Changes'
205189 version: '0.012'
206190 -
191 class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
192 config:
193 Dist::Zilla::Plugin::GenerateFile::FromShareDir:
194 destination_filename: xt/author/changes_has_content.t
195 dist: Dist-Zilla-PluginBundle-Author-ETHER
196 encoding: UTF-8
197 location: build
198 source_filename: changes_has_content.t
199 Dist::Zilla::Role::RepoFileInjector:
200 allow_overwrite: 1
201 repo_root: .
202 version: '0.009'
203 name: '@Author::ETHER/generate xt/author/changes_has_content.t'
204 version: '0.014'
205 -
207206 class: Dist::Zilla::Plugin::Test::ChangesHasContent
208207 name: '@Author::ETHER/Test::ChangesHasContent'
209 version: '0.010'
208 version: '0.011'
210209 -
211210 class: Dist::Zilla::Plugin::Test::MinimumVersion
211 config:
212 Dist::Zilla::Plugin::Test::MinimumVersion:
213 max_target_perl: '5.006'
212214 name: '@Author::ETHER/Test::MinimumVersion'
213 version: '2.000006'
215 version: '2.000010'
214216 -
215217 class: Dist::Zilla::Plugin::PodSyntaxTests
216218 name: '@Author::ETHER/PodSyntaxTests'
217 version: '6.007'
219 version: '6.014'
218220 -
219221 class: Dist::Zilla::Plugin::Test::PodSpelling
220222 config:
230232 - irc
231233 wordlist: Pod::Wordlist
232234 name: '@Author::ETHER/Test::PodSpelling'
233 version: '2.007002'
235 version: '2.007005'
234236 -
235237 class: Dist::Zilla::Plugin::Test::Pod::No404s
236238 name: '@Author::ETHER/Test::Pod::No404s'
237 version: '1.003'
239 version: '1.004'
238240 -
239241 class: Dist::Zilla::Plugin::Test::Kwalitee
240242 config:
250252 -
251253 class: Dist::Zilla::Plugin::Test::ReportPrereqs
252254 name: '@Author::ETHER/Test::ReportPrereqs'
253 version: '0.025'
255 version: '0.027'
254256 -
255257 class: Dist::Zilla::Plugin::Test::Portability
258 config:
259 Dist::Zilla::Plugin::Test::Portability:
260 options: ''
256261 name: '@Author::ETHER/Test::Portability'
257 version: '2.000007'
262 version: '2.001000'
258263 -
259264 class: Dist::Zilla::Plugin::Test::CleanNamespaces
260265 config:
280285 -
281286 class: Pod::Weaver::Plugin::EnsurePod5
282287 name: '@Author::ETHER/EnsurePod5'
283 version: '4.013'
288 version: '4.015'
284289 -
285290 class: Pod::Weaver::Plugin::H1Nester
286291 name: '@Author::ETHER/H1Nester'
287 version: '4.013'
292 version: '4.015'
288293 -
289294 class: Pod::Weaver::Plugin::SingleEncoding
290295 name: '@Author::ETHER/SingleEncoding'
291 version: '4.013'
296 version: '4.015'
292297 -
293298 class: Pod::Weaver::Plugin::Transformer
294299 name: '@Author::ETHER/List'
295 version: '4.013'
300 version: '4.015'
296301 -
297302 class: Pod::Weaver::Plugin::Transformer
298303 name: '@Author::ETHER/Verbatim'
299 version: '4.013'
304 version: '4.015'
300305 -
301306 class: Pod::Weaver::Section::Region
302307 name: '@Author::ETHER/header'
303 version: '4.013'
308 version: '4.015'
304309 -
305310 class: Pod::Weaver::Section::Name
306311 name: '@Author::ETHER/Name'
307 version: '4.013'
312 version: '4.015'
308313 -
309314 class: Pod::Weaver::Section::Version
310315 name: '@Author::ETHER/Version'
311 version: '4.013'
316 version: '4.015'
312317 -
313318 class: Pod::Weaver::Section::Region
314319 name: '@Author::ETHER/prelude'
315 version: '4.013'
320 version: '4.015'
316321 -
317322 class: Pod::Weaver::Section::Generic
318323 name: SYNOPSIS
319 version: '4.013'
324 version: '4.015'
320325 -
321326 class: Pod::Weaver::Section::Generic
322327 name: DESCRIPTION
323 version: '4.013'
328 version: '4.015'
324329 -
325330 class: Pod::Weaver::Section::Generic
326331 name: OVERVIEW
327 version: '4.013'
332 version: '4.015'
328333 -
329334 class: Pod::Weaver::Section::Collect
330335 name: ATTRIBUTES
331 version: '4.013'
336 version: '4.015'
332337 -
333338 class: Pod::Weaver::Section::Collect
334339 name: METHODS
335 version: '4.013'
340 version: '4.015'
336341 -
337342 class: Pod::Weaver::Section::Collect
338343 name: FUNCTIONS
339 version: '4.013'
344 version: '4.015'
340345 -
341346 class: Pod::Weaver::Section::Collect
342347 name: TYPES
343 version: '4.013'
348 version: '4.015'
344349 -
345350 class: Pod::Weaver::Section::Leftovers
346351 name: '@Author::ETHER/Leftovers'
347 version: '4.013'
352 version: '4.015'
348353 -
349354 class: Pod::Weaver::Section::Region
350355 name: '@Author::ETHER/postlude'
351 version: '4.013'
356 version: '4.015'
352357 -
353358 class: Pod::Weaver::Section::GenerateSection
354359 name: '@Author::ETHER/generate SUPPORT'
355 version: '1.02'
360 version: '1.06'
356361 -
357362 class: Pod::Weaver::Section::AllowOverride
358363 name: '@Author::ETHER/allow override SUPPORT'
360365 -
361366 class: Pod::Weaver::Section::Authors
362367 name: '@Author::ETHER/Authors'
363 version: '4.013'
368 version: '4.015'
369 -
370 class: Pod::Weaver::Section::AllowOverride
371 name: '@Author::ETHER/allow override AUTHOR'
372 version: '0.05'
364373 -
365374 class: Pod::Weaver::Section::Contributors
366375 name: '@Author::ETHER/Contributors'
368377 -
369378 class: Pod::Weaver::Section::Legal
370379 name: '@Author::ETHER/Legal'
371 version: '4.013'
380 version: '4.015'
372381 -
373382 class: Pod::Weaver::Section::Region
374383 name: '@Author::ETHER/footer'
375 version: '4.013'
384 version: '4.015'
376385 name: '@Author::ETHER/PodWeaver'
377386 version: '4.008'
378387 -
379388 class: Dist::Zilla::Plugin::GithubMeta
380389 name: '@Author::ETHER/GithubMeta'
381 version: '0.54'
390 version: '0.58'
382391 -
383392 class: Dist::Zilla::Plugin::AutoMetaResources
384393 name: '@Author::ETHER/AutoMetaResources'
390399 -
391400 class: Dist::Zilla::Plugin::MetaNoIndex
392401 name: '@Author::ETHER/MetaNoIndex'
393 version: '6.007'
402 version: '6.014'
394403 -
395404 class: Dist::Zilla::Plugin::MetaProvides::Package
396405 config:
401410 -
402411 class: Dist::Zilla::Plugin::FinderCode
403412 name: ':InstallModules'
404 version: '6.007'
413 version: '6.014'
405414 include_underscores: 0
406415 Dist::Zilla::Role::MetaProvider::Provider:
407 $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002003'
416 $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
408417 inherit_missing: '0'
409418 inherit_version: '0'
410419 meta_noindex: '1'
411420 Dist::Zilla::Role::ModuleMetadata:
412 Module::Metadata: '1.000033'
413 version: '0.004'
421 Module::Metadata: '1.000037'
422 version: '0.006'
414423 name: '@Author::ETHER/MetaProvides::Package'
415 version: '2.004002'
424 version: '2.004003'
416425 -
417426 class: Dist::Zilla::Plugin::MetaConfig
418427 name: '@Author::ETHER/MetaConfig'
419 version: '6.007'
428 version: '6.014'
420429 -
421430 class: Dist::Zilla::Plugin::Keywords
422431 config:
425434 name: '@Author::ETHER/Keywords'
426435 version: '0.007'
427436 -
437 class: Dist::Zilla::Plugin::UseUnsafeInc
438 config:
439 Dist::Zilla::Plugin::UseUnsafeInc:
440 dot_in_INC: 0
441 name: '@Author::ETHER/UseUnsafeInc'
442 version: '0.001'
443 -
428444 class: Dist::Zilla::Plugin::AutoPrereqs
429445 name: '@Author::ETHER/AutoPrereqs'
430 version: '6.007'
446 version: '6.014'
431447 -
432448 class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
433449 name: '@Author::ETHER/Prereqs::AuthorDeps'
437453 name: '@Author::ETHER/MinimumPerl'
438454 version: '1.006'
439455 -
440 class: Dist::Zilla::Plugin::Prereqs
441 config:
442 Dist::Zilla::Plugin::Prereqs:
443 phase: develop
444 type: recommends
445 name: '@Author::ETHER/pluginbundle_version'
446 version: '6.007'
447 -
448456 class: Dist::Zilla::Plugin::MakeMaker
449457 config:
450458 Dist::Zilla::Role::TestRunner:
451459 default_jobs: 9
452460 name: '@Author::ETHER/MakeMaker'
453 version: '6.007'
461 version: '6.014'
454462 -
455463 class: Dist::Zilla::Plugin::Git::Contributors
456464 config:
457465 Dist::Zilla::Plugin::Git::Contributors:
466 git_version: 2.25.0
458467 include_authors: 0
459468 include_releaser: 1
460469 order_by: commits
461 paths:
462 - .
470 paths: []
463471 name: '@Author::ETHER/Git::Contributors'
464 version: '0.023'
472 version: '0.035'
465473 -
466474 class: Dist::Zilla::Plugin::StaticInstall
467475 config:
469477 dry_run: 1
470478 mode: auto
471479 name: '@Author::ETHER/StaticInstall'
472 version: '0.009'
480 version: '0.012'
473481 -
474482 class: Dist::Zilla::Plugin::RunExtraTests
475483 config:
484492 finder:
485493 - ':InstallModules'
486494 Dist::Zilla::Role::ModuleMetadata:
487 Module::Metadata: '1.000033'
488 version: '0.004'
495 Module::Metadata: '1.000037'
496 version: '0.006'
489497 name: '@Author::ETHER/CheckSelfDependency'
490498 version: '0.011'
491499 -
496504 quiet: 1
497505 run:
498506 - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\""
507 version: '0.048'
499508 name: '@Author::ETHER/.ackrc'
500 version: '0.043'
509 version: '0.048'
501510 -
502511 class: Dist::Zilla::Plugin::Run::AfterBuild
503512 config:
504513 Dist::Zilla::Plugin::Run::Role::Runner:
505514 eval:
506515 - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }"
507 fatal_errors: 1
516 fatal_errors: 0
508517 quiet: 1
518 version: '0.048'
509519 name: '@Author::ETHER/.latest'
510 version: '0.043'
520 version: '0.048'
511521 -
512522 class: Dist::Zilla::Plugin::CheckStrictVersion
513523 name: '@Author::ETHER/CheckStrictVersion'
514524 version: '0.001'
525 -
526 class: Dist::Zilla::Plugin::CheckMetaResources
527 name: '@Author::ETHER/CheckMetaResources'
528 version: '0.001'
529 -
530 class: Dist::Zilla::Plugin::EnsureLatestPerl
531 config:
532 Dist::Zilla::Plugin::EnsureLatestPerl:
533 Module::CoreList: '5.20200320'
534 name: '@Author::ETHER/EnsureLatestPerl'
535 version: '0.008'
536 -
537 class: Dist::Zilla::Plugin::PromptIfStale
538 config:
539 Dist::Zilla::Plugin::PromptIfStale:
540 check_all_plugins: 1
541 check_all_prereqs: 1
542 modules: []
543 phase: release
544 run_under_travis: 0
545 skip: []
546 name: '@Author::ETHER/stale modules, release'
547 version: '0.055'
515548 -
516549 class: Dist::Zilla::Plugin::Git::Check
517550 config:
522555 allow_dirty_match: []
523556 changelog: Changes
524557 Dist::Zilla::Role::Git::Repo:
558 git_version: 2.25.0
525559 repo_root: .
526560 name: '@Author::ETHER/initial check'
527 version: '2.039'
561 version: '2.046'
528562 -
529563 class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
530564 config:
531565 Dist::Zilla::Role::Git::Repo:
566 git_version: 2.25.0
532567 repo_root: .
533568 name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
534 version: '0.013'
569 version: '0.014'
535570 -
536571 class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
537572 config:
538573 Dist::Zilla::Role::Git::Repo:
574 git_version: 2.25.0
539575 repo_root: .
540576 name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
541 version: '0.013'
577 version: '0.014'
542578 -
543579 class: Dist::Zilla::Plugin::Git::Remote::Check
544580 name: '@Author::ETHER/Git::Remote::Check'
545 version: 0.2.0
581 version: 0.1.2
546582 -
547583 class: Dist::Zilla::Plugin::CheckPrereqsIndexed
548584 name: '@Author::ETHER/CheckPrereqsIndexed'
549 version: '0.018'
585 version: '0.020'
550586 -
551587 class: Dist::Zilla::Plugin::TestRelease
552588 name: '@Author::ETHER/TestRelease'
553 version: '6.007'
589 version: '6.014'
554590 -
555591 class: Dist::Zilla::Plugin::Git::Check
556592 config:
561597 allow_dirty_match: []
562598 changelog: Changes
563599 Dist::Zilla::Role::Git::Repo:
600 git_version: 2.25.0
564601 repo_root: .
565602 name: '@Author::ETHER/after tests'
566 version: '2.039'
603 version: '2.046'
567604 -
568605 class: Dist::Zilla::Plugin::CheckIssues
569606 name: '@Author::ETHER/CheckIssues'
570 version: '0.010'
607 version: '0.011'
571608 -
572609 class: Dist::Zilla::Plugin::UploadToCPAN
573610 name: '@Author::ETHER/UploadToCPAN'
574 version: '6.007'
611 version: '6.014'
575612 -
576613 class: Dist::Zilla::Plugin::CopyFilesFromRelease
577614 config:
578615 Dist::Zilla::Plugin::CopyFilesFromRelease:
579616 filename:
580617 - CONTRIBUTING
581 - Changes
582618 - INSTALL
583619 - LICENCE
584620 - LICENSE
585621 - ppport.h
586622 match: []
587 name: '@Author::ETHER/CopyFilesFromRelease'
588 version: '0.006'
623 name: '@Author::ETHER/copy generated files'
624 version: '0.007'
589625 -
590626 class: Dist::Zilla::Plugin::ReadmeAnyFromPod
591627 config:
592628 Dist::Zilla::Role::FileWatcher:
593629 version: '0.006'
594630 name: '@Author::ETHER/ReadmeAnyFromPod'
595 version: '0.161170'
631 version: '0.163250'
632 -
633 class: Dist::Zilla::Plugin::Prereqs
634 config:
635 Dist::Zilla::Plugin::Prereqs:
636 phase: develop
637 type: recommends
638 name: '@Author::ETHER/@Git::VersionManager/pluginbundle version'
639 version: '6.014'
640 -
641 class: Dist::Zilla::Plugin::RewriteVersion::Transitional
642 config:
643 Dist::Zilla::Plugin::RewriteVersion:
644 add_tarball_name: 0
645 finders:
646 - ':ExecFiles'
647 - ':InstallModules'
648 global: 1
649 skip_version_provider: 0
650 Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
651 name: '@Author::ETHER/@Git::VersionManager/RewriteVersion::Transitional'
652 version: '0.009'
653 -
654 class: Dist::Zilla::Plugin::MetaProvides::Update
655 name: '@Author::ETHER/@Git::VersionManager/MetaProvides::Update'
656 version: '0.007'
657 -
658 class: Dist::Zilla::Plugin::CopyFilesFromRelease
659 config:
660 Dist::Zilla::Plugin::CopyFilesFromRelease:
661 filename:
662 - Changes
663 match: []
664 name: '@Author::ETHER/@Git::VersionManager/CopyFilesFromRelease'
665 version: '0.007'
596666 -
597667 class: Dist::Zilla::Plugin::Git::Commit
598668 config:
602672 commit_msg: '%N-%v%t%n%n%c'
603673 Dist::Zilla::Role::Git::DirtyFiles:
604674 allow_dirty:
675 - CONTRIBUTING
605676 - Changes
677 - INSTALL
678 - LICENCE
679 - README.pod
606680 allow_dirty_match: []
607681 changelog: Changes
608682 Dist::Zilla::Role::Git::Repo:
683 git_version: 2.25.0
609684 repo_root: .
610685 Dist::Zilla::Role::Git::StringFormatter:
611686 time_zone: local
612 name: '@Author::ETHER/release snapshot'
613 version: '2.039'
687 name: '@Author::ETHER/@Git::VersionManager/release snapshot'
688 version: '2.046'
614689 -
615690 class: Dist::Zilla::Plugin::Git::Tag
616691 config:
618693 branch: ~
619694 changelog: Changes
620695 signed: 0
621 tag: v0.14
622 tag_format: v%v
696 tag: v0.15
697 tag_format: v%V
623698 tag_message: v%v%t
624699 Dist::Zilla::Role::Git::Repo:
700 git_version: 2.25.0
625701 repo_root: .
626702 Dist::Zilla::Role::Git::StringFormatter:
627703 time_zone: local
628 name: '@Author::ETHER/Git::Tag'
629 version: '2.039'
630 -
631 class: Dist::Zilla::Plugin::GitHub::Update
632 config:
633 Dist::Zilla::Plugin::GitHub::Update:
634 metacpan: 1
635 name: '@Author::ETHER/GitHub::Update'
636 version: '0.42'
704 name: '@Author::ETHER/@Git::VersionManager/Git::Tag'
705 version: '2.046'
637706 -
638707 class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
639708 config:
644713 global: 1
645714 munge_makefile_pl: 1
646715 Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {}
647 name: '@Author::ETHER/BumpVersionAfterRelease::Transitional'
648 version: '0.007'
716 name: '@Author::ETHER/@Git::VersionManager/BumpVersionAfterRelease::Transitional'
717 version: '0.009'
649718 -
650719 class: Dist::Zilla::Plugin::NextRelease
651 name: '@Author::ETHER/NextRelease'
652 version: '6.007'
720 name: '@Author::ETHER/@Git::VersionManager/NextRelease'
721 version: '6.014'
653722 -
654723 class: Dist::Zilla::Plugin::Git::Commit
655724 config:
658727 commit_msg: 'increment $VERSION after %v release'
659728 Dist::Zilla::Role::Git::DirtyFiles:
660729 allow_dirty:
730 - Build.PL
661731 - Changes
732 - Makefile.PL
662733 allow_dirty_match:
663734 - (?^:^lib/.*\.pm$)
664735 changelog: Changes
665736 Dist::Zilla::Role::Git::Repo:
737 git_version: 2.25.0
666738 repo_root: .
667739 Dist::Zilla::Role::Git::StringFormatter:
668740 time_zone: local
669 name: '@Author::ETHER/post-release commit'
670 version: '2.039'
741 name: '@Author::ETHER/@Git::VersionManager/post-release commit'
742 version: '2.046'
743 -
744 class: Dist::Zilla::Plugin::Prereqs
745 config:
746 Dist::Zilla::Plugin::Prereqs:
747 phase: x_Dist_Zilla
748 type: requires
749 name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager'
750 version: '6.014'
671751 -
672752 class: Dist::Zilla::Plugin::Git::Push
673753 config:
676756 - origin
677757 remotes_must_exist: 1
678758 Dist::Zilla::Role::Git::Repo:
759 git_version: 2.25.0
679760 repo_root: .
680761 name: '@Author::ETHER/Git::Push'
681 version: '2.039'
762 version: '2.046'
763 -
764 class: Dist::Zilla::Plugin::GitHub::Update
765 config:
766 Dist::Zilla::Plugin::GitHub::Update:
767 metacpan: 1
768 name: '@Author::ETHER/GitHub::Update'
769 version: '0.47'
682770 -
683771 class: Dist::Zilla::Plugin::Run::AfterRelease
684772 config:
687775 quiet: 0
688776 run:
689777 - REDACTED
778 version: '0.048'
690779 name: '@Author::ETHER/install release'
691 version: '0.043'
780 version: '0.048'
692781 -
693782 class: Dist::Zilla::Plugin::Run::AfterRelease
694783 config:
697786 - 'print "release complete!\xa"'
698787 fatal_errors: 1
699788 quiet: 1
789 version: '0.048'
700790 name: '@Author::ETHER/release complete'
701 version: '0.043'
791 version: '0.048'
702792 -
703793 class: Dist::Zilla::Plugin::ConfirmRelease
704794 name: '@Author::ETHER/ConfirmRelease'
705 version: '6.007'
795 version: '6.014'
796 -
797 class: Dist::Zilla::Plugin::Prereqs
798 config:
799 Dist::Zilla::Plugin::Prereqs:
800 phase: x_Dist_Zilla
801 type: requires
802 name: '@Author::ETHER/prereqs for @Author::ETHER'
803 version: '6.014'
706804 -
707805 class: Dist::Zilla::Plugin::FinderCode
708806 name: ':InstallModules'
709 version: '6.007'
807 version: '6.014'
710808 -
711809 class: Dist::Zilla::Plugin::FinderCode
712810 name: ':IncModules'
713 version: '6.007'
811 version: '6.014'
714812 -
715813 class: Dist::Zilla::Plugin::FinderCode
716814 name: ':TestFiles'
717 version: '6.007'
815 version: '6.014'
718816 -
719817 class: Dist::Zilla::Plugin::FinderCode
720818 name: ':ExtraTestFiles'
721 version: '6.007'
819 version: '6.014'
722820 -
723821 class: Dist::Zilla::Plugin::FinderCode
724822 name: ':ExecFiles'
725 version: '6.007'
823 version: '6.014'
726824 -
727825 class: Dist::Zilla::Plugin::FinderCode
728826 name: ':PerlExecFiles'
729 version: '6.007'
827 version: '6.014'
730828 -
731829 class: Dist::Zilla::Plugin::FinderCode
732830 name: ':ShareFiles'
733 version: '6.007'
831 version: '6.014'
734832 -
735833 class: Dist::Zilla::Plugin::FinderCode
736834 name: ':MainModule'
737 version: '6.007'
835 version: '6.014'
738836 -
739837 class: Dist::Zilla::Plugin::FinderCode
740838 name: ':AllFiles'
741 version: '6.007'
839 version: '6.014'
742840 -
743841 class: Dist::Zilla::Plugin::FinderCode
744842 name: ':NoFiles'
745 version: '6.007'
843 version: '6.014'
746844 -
747845 class: Dist::Zilla::Plugin::VerifyPhases
748846 name: '@Author::ETHER/PHASE VERIFICATION'
749 version: '0.014'
847 version: '0.016'
750848 zilla:
751849 class: Dist::Zilla::Dist::Builder
752850 config:
753851 is_trial: '0'
754 version: '6.007'
852 version: '6.014'
755853 x_authority: cpan:FLORA
756854 x_contributors:
757855 - 'Florian Ragwitz <rafl@debian.org>'
758856 - 'Karen Etheridge <ether@cpan.org>'
759857 - 'Graham Knop <haarg@haarg.org>'
760858 - 'Yuval Kogman <nothingmuch@woobling.org>'
761 x_serialization_backend: 'YAML::Tiny version 1.69'
859 x_generated_by_perl: v5.31.10
860 x_serialization_backend: 'YAML::Tiny version 1.73'
861 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
862 x_use_unsafe_inc: 0
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.014.
11 use strict;
22 use warnings;
33
2121 "warnings" => 0
2222 },
2323 "TEST_REQUIRES" => {
24 "ExtUtils::MakeMaker" => 0,
2425 "File::Spec" => 0,
25 "Module::Metadata" => 0,
2626 "Test::More" => 0,
2727 "base" => 0
2828 },
29 "VERSION" => "0.14",
29 "VERSION" => "0.15",
3030 "test" => {
3131 "TESTS" => "t/*.t"
3232 }
3434
3535
3636 my %FallbackPrereqs = (
37 "ExtUtils::MakeMaker" => 0,
3738 "File::Spec" => 0,
38 "Module::Metadata" => 0,
3939 "Test::More" => 0,
4040 "XSLoader" => 0,
4141 "base" => 0,
0
1
20 This archive contains the distribution Class-C3-XS,
3 version 0.14:
1 version 0.15:
42
53 XS speedups for Class::C3
64
108 the same terms as the Perl 5 programming language system itself.
119
1210
13 This README file was generated by Dist::Zilla::Plugin::Readme v6.007.
14
11 This README file was generated by Dist::Zilla::Plugin::Readme v6.014.
44 license = Perl_5
55
66 [@Author::ETHER]
7 :version = 0.096
7 :version = 0.119 ; for installer -> EUMM dep
88 installer = MakeMaker ; stay 5.6-friendly
9 Authority.authority = cpan:FLORA
9 authority = cpan:FLORA
1010 -remove = PodCoverageTests
0 package Class::C3::XS; # git description: 0.13-10-g9f1c5a6
0 package Class::C3::XS; # git description: v0.14-7-gf53d46e
11 # ABSTRACT: XS speedups for Class::C3
22
33 use 5.006_000;
44 use strict;
55 use warnings;
66
7 our $VERSION = '0.14';
7 our $VERSION = '0.15';
88
99 #pod =pod
1010 #pod
6767
6868 =head1 VERSION
6969
70 version 0.14
70 version 0.15
7171
7272 =head1 SYNOPSIS
7373
66 },
77 'develop' => {
88 'recommends' => {
9 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.117'
9 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.154',
10 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
1011 },
1112 'requires' => {
12 'Dist::Zilla' => '5',
13 'Dist::Zilla::Plugin::Authority' => '1.009',
14 'Dist::Zilla::Plugin::AutoMetaResources' => '0',
15 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038',
16 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004',
17 'Dist::Zilla::Plugin::CheckIssues' => '0',
18 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0',
19 'Dist::Zilla::Plugin::CheckSelfDependency' => '0',
20 'Dist::Zilla::Plugin::CheckStrictVersion' => '0',
21 'Dist::Zilla::Plugin::ConfirmRelease' => '0',
22 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0',
23 'Dist::Zilla::Plugin::FileFinder::ByName' => '0',
24 'Dist::Zilla::Plugin::GenerateFile::FromShareDir' => '0',
25 'Dist::Zilla::Plugin::Git::Check' => '0',
26 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004',
27 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0',
28 'Dist::Zilla::Plugin::Git::Commit' => '2.020',
29 'Dist::Zilla::Plugin::Git::Contributors' => '0.004',
30 'Dist::Zilla::Plugin::Git::Describe' => '0.004',
31 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016',
32 'Dist::Zilla::Plugin::Git::Push' => '0',
33 'Dist::Zilla::Plugin::Git::Remote::Check' => '0',
34 'Dist::Zilla::Plugin::Git::Tag' => '0',
35 'Dist::Zilla::Plugin::GitHub::Update' => '0.40',
36 'Dist::Zilla::Plugin::GithubMeta' => '0.54',
37 'Dist::Zilla::Plugin::InstallGuide' => '1.200005',
38 'Dist::Zilla::Plugin::Keywords' => '0.004',
39 'Dist::Zilla::Plugin::License' => '5.038',
40 'Dist::Zilla::Plugin::MakeMaker' => '0',
41 'Dist::Zilla::Plugin::Manifest' => '0',
42 'Dist::Zilla::Plugin::MetaConfig' => '0',
43 'Dist::Zilla::Plugin::MetaJSON' => '0',
44 'Dist::Zilla::Plugin::MetaNoIndex' => '0',
45 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.15000002',
46 'Dist::Zilla::Plugin::MetaTests' => '0',
47 'Dist::Zilla::Plugin::MetaYAML' => '0',
48 'Dist::Zilla::Plugin::MinimumPerl' => '1.006',
49 'Dist::Zilla::Plugin::MojibakeTests' => '0.8',
50 'Dist::Zilla::Plugin::NextRelease' => '5.033',
51 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
52 'Dist::Zilla::Plugin::PodWeaver' => '4.005',
53 'Dist::Zilla::Plugin::Prereqs' => '0',
54 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
55 'Dist::Zilla::Plugin::PromptIfStale' => '0',
56 'Dist::Zilla::Plugin::Readme' => '0',
57 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
58 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004',
59 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.038',
60 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
61 'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
62 'Dist::Zilla::Plugin::StaticInstall' => '0.005',
63 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012',
64 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0',
65 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006',
66 'Dist::Zilla::Plugin::Test::Compile' => '2.039',
67 'Dist::Zilla::Plugin::Test::EOL' => '0.17',
68 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10',
69 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000003',
70 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08',
71 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.003',
72 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006003',
73 'Dist::Zilla::Plugin::Test::Portability' => '2.000007',
74 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022',
75 'Dist::Zilla::Plugin::TestRelease' => '0',
76 'Dist::Zilla::Plugin::UploadToCPAN' => '0',
77 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.096',
13 'Encode' => '0',
7814 'File::Spec' => '0',
7915 'IO::Handle' => '0',
8016 'IPC::Open3' => '0',
8117 'Pod::Wordlist' => '0',
82 'Software::License::Perl_5' => '0',
8318 'Test::CPAN::Changes' => '0.19',
8419 'Test::CPAN::Meta' => '0',
8520 'Test::CleanNamespaces' => '0.15',
8621 'Test::EOL' => '0',
8722 'Test::Kwalitee' => '1.21',
23 'Test::MinimumVersion' => '0',
8824 'Test::Mojibake' => '0',
8925 'Test::More' => '0.96',
9026 'Test::NoTabs' => '0',
9127 'Test::Pod' => '1.41',
9228 'Test::Pod::No404s' => '0',
9329 'Test::Portability::Files' => '0',
94 'Test::Spelling' => '0.12',
95 'blib' => '1.01'
30 'Test::Spelling' => '0.12'
9631 }
9732 },
9833 'runtime' => {
10843 'CPAN::Meta' => '2.120900'
10944 },
11045 'requires' => {
46 'ExtUtils::MakeMaker' => '0',
11147 'File::Spec' => '0',
112 'Module::Metadata' => '0',
11348 'Test::More' => '0',
11449 'base' => '0',
11550 'perl' => '5.006'
11651 }
117 }
52 },
53 'x_Dist_Zilla' => {
54 'requires' => {
55 'Dist::Zilla' => '5',
56 'Dist::Zilla::Plugin::Authority' => '1.009',
57 'Dist::Zilla::Plugin::AutoMetaResources' => '0',
58 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038',
59 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004',
60 'Dist::Zilla::Plugin::CheckIssues' => '0',
61 'Dist::Zilla::Plugin::CheckMetaResources' => '0',
62 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0.019',
63 'Dist::Zilla::Plugin::CheckSelfDependency' => '0',
64 'Dist::Zilla::Plugin::CheckStrictVersion' => '0',
65 'Dist::Zilla::Plugin::ConfirmRelease' => '0',
66 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0',
67 'Dist::Zilla::Plugin::EnsureLatestPerl' => '0',
68 'Dist::Zilla::Plugin::FileFinder::ByName' => '0',
69 'Dist::Zilla::Plugin::GenerateFile::FromShareDir' => '0',
70 'Dist::Zilla::Plugin::Git::Check' => '0',
71 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004',
72 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0',
73 'Dist::Zilla::Plugin::Git::Commit' => '2.020',
74 'Dist::Zilla::Plugin::Git::Contributors' => '0.029',
75 'Dist::Zilla::Plugin::Git::Describe' => '0.004',
76 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016',
77 'Dist::Zilla::Plugin::Git::Push' => '0',
78 'Dist::Zilla::Plugin::Git::Remote::Check' => '0',
79 'Dist::Zilla::Plugin::Git::Tag' => '0',
80 'Dist::Zilla::Plugin::GitHub::Update' => '0.40',
81 'Dist::Zilla::Plugin::GithubMeta' => '0.54',
82 'Dist::Zilla::Plugin::InstallGuide' => '1.200005',
83 'Dist::Zilla::Plugin::Keywords' => '0.004',
84 'Dist::Zilla::Plugin::License' => '5.038',
85 'Dist::Zilla::Plugin::MakeMaker' => '0',
86 'Dist::Zilla::Plugin::Manifest' => '0',
87 'Dist::Zilla::Plugin::MetaConfig' => '0',
88 'Dist::Zilla::Plugin::MetaJSON' => '0',
89 'Dist::Zilla::Plugin::MetaNoIndex' => '0',
90 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.15000002',
91 'Dist::Zilla::Plugin::MetaTests' => '0',
92 'Dist::Zilla::Plugin::MetaYAML' => '0',
93 'Dist::Zilla::Plugin::MinimumPerl' => '1.006',
94 'Dist::Zilla::Plugin::MojibakeTests' => '0.8',
95 'Dist::Zilla::Plugin::NextRelease' => '5.033',
96 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
97 'Dist::Zilla::Plugin::PodWeaver' => '4.005',
98 'Dist::Zilla::Plugin::Prereqs' => '0',
99 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
100 'Dist::Zilla::Plugin::PromptIfStale' => '0',
101 'Dist::Zilla::Plugin::Readme' => '0',
102 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
103 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004',
104 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041',
105 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
106 'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
107 'Dist::Zilla::Plugin::StaticInstall' => '0.005',
108 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012',
109 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0',
110 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006',
111 'Dist::Zilla::Plugin::Test::Compile' => '2.039',
112 'Dist::Zilla::Plugin::Test::EOL' => '0.17',
113 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10',
114 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000010',
115 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08',
116 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.003',
117 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006003',
118 'Dist::Zilla::Plugin::Test::Portability' => '2.000007',
119 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022',
120 'Dist::Zilla::Plugin::TestRelease' => '0',
121 'Dist::Zilla::Plugin::UploadToCPAN' => '0',
122 'Dist::Zilla::Plugin::UseUnsafeInc' => '0',
123 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.119',
124 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007',
125 'Software::License::Perl_5' => '0'
126 }
127 }
118128 };
119129 $x;
120130 }
22 use strict;
33 use warnings;
44
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
66
77 use Test::More tests => 1;
88
9 use Module::Metadata;
9 use ExtUtils::MakeMaker;
1010 use File::Spec;
1111
1212 # from $version::LAX
5959 }
6060
6161 my @include = qw(
62
62 Encode
63 File::Temp
64 JSON::PP
65 Module::Runtime
66 Sub::Name
67 YAML
68 autodie
6369 );
6470
6571 my @exclude = qw(
6773 );
6874
6975 # Add static prereqs to the included modules list
70 my $static_prereqs = do 't/00-report-prereqs.dd';
76 my $static_prereqs = do './t/00-report-prereqs.dd';
7177
7278 # Merge all prereqs (either with ::Prereqs or a hashref)
7379 my $full_prereqs = _merge_prereqs(
7783
7884 # Add dynamic prereqs to the included modules list (if we can)
7985 my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
86 my $cpan_meta_error;
8087 if ( $source && $HAS_CPAN_META
8188 && (my $meta = eval { CPAN::Meta->load_file($source) } )
8289 ) {
8390 $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
8491 }
8592 else {
93 $cpan_meta_error = $@; # capture error from CPAN::Meta->load_file($source)
8694 $source = 'static metadata';
8795 }
8896
121129 my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
122130
123131 if ($prefix) {
124 my $have = Module::Metadata->new_from_file( File::Spec->catfile($prefix, $file) )->version;
132 my $have = MM->parse_version( File::Spec->catfile($prefix, $file) );
125133 $have = "undef" unless defined $have;
126134 push @reports, [$mod, $want, $have];
127135
168176 diag "\nVersions for all modules listed in $source (including optional ones):\n\n", @full_reports;
169177 }
170178
179 if ( $cpan_meta_error || @dep_errors ) {
180 diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n";
181 }
182
183 if ( $cpan_meta_error ) {
184 my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
185 diag "\nCPAN::Meta->load_file('$orig_source') failed with: $cpan_meta_error\n";
186 }
187
171188 if ( @dep_errors ) {
172189 diag join("\n",
173 "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n",
174 "The following REQUIRED prerequisites were not satisfied:\n",
190 "\nThe following REQUIRED prerequisites were not satisfied:\n",
175191 @dep_errors,
176192 "\n"
177193 );
11 use strict;
22 use warnings;
33
4 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
4 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
55
66 use Test::More 0.94;
77
1515
1616 # no fake home requested
1717
18 my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
18 my @switches = (
19 -d 'blib' ? '-Mblib' : '-Ilib',
20 );
1921
2022 use File::Spec;
2123 use IPC::Open3;
2931 # see L<perlfaq8/How can I capture STDERR from an external command?>
3032 my $stderr = IO::Handle->new;
3133
32 my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]");
34 diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} }
35 $^X, @switches, '-e', "require q[$lib]"))
36 if $ENV{PERL_COMPILE_TEST_DEBUG};
37
38 my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]");
3339 binmode $stderr, ':crlf' if $^O eq 'MSWin32';
3440 my @_warnings = <$stderr>;
3541 waitpid($pid, 0);
3642 is($?, 0, "$lib loaded ok");
3743
3844 shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
39 and not eval { require blib; blib->VERSION('1.01') };
45 and not eval { +require blib; blib->VERSION('1.01') };
4046
4147 if (@_warnings)
4248 {
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 $@;
2222 't/35_next_method_in_anon.t',
2323 't/36_next_goto.t',
2424 'xt/author/00-compile.t',
25 'xt/author/changes_has_content.t',
2526 'xt/author/clean-namespaces.t',
2627 'xt/author/eol.t',
2728 'xt/author/kwalitee.t',
29 'xt/author/minimum-version.t',
2830 'xt/author/mojibake.t',
2931 'xt/author/no-tabs.t',
3032 'xt/author/pod-no404s.t',
3335 'xt/author/portability.t',
3436 'xt/release/changes_has_content.t',
3537 'xt/release/cpan-changes.t',
36 'xt/release/distmeta.t',
37 'xt/release/minimum-version.t'
38 'xt/release/distmeta.t'
3839 );
3940
4041 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
0 use strict;
1 use warnings;
2
3 use Test::More;
4 use Test::MinimumVersion;
5 all_minimum_version_ok( qq{5.006} );
2222 't/35_next_method_in_anon.t',
2323 't/36_next_goto.t',
2424 'xt/author/00-compile.t',
25 'xt/author/changes_has_content.t',
2526 'xt/author/clean-namespaces.t',
2627 'xt/author/eol.t',
2728 'xt/author/kwalitee.t',
29 'xt/author/minimum-version.t',
2830 'xt/author/mojibake.t',
2931 'xt/author/no-tabs.t',
3032 'xt/author/pod-no404s.t',
3335 'xt/author/portability.t',
3436 'xt/release/changes_has_content.t',
3537 'xt/release/cpan-changes.t',
36 'xt/release/distmeta.t',
37 'xt/release/minimum-version.t'
38 'xt/release/distmeta.t'
3839 );
3940
4041 notabs_ok($_) foreach @files;
11 use warnings;
22 use Test::More;
33
4 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007002
4 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005
55 use Test::Spelling 0.12;
66 use Pod::Wordlist;
77
88
99 add_stopwords(<DATA>);
10 all_pod_files_spelling_ok( qw( bin lib examples lib script t xt ) );
10 all_pod_files_spelling_ok( qw( examples lib script t xt ) );
1111 __DATA__
12 Black
13 Brandon
14 C3
15 Class
16 Etheridge
17 Florian
18 Graham
19 Karen
20 Knop
21 Kogman
22 Ragwitz
23 XS
24 Yuval
25 blblack
26 ether
27 haarg
1228 irc
13 Brandon
14 Black
15 blblack
16 Florian
17 Ragwitz
29 lib
30 nothingmuch
1831 rafl
19 Karen
20 Etheridge
21 ether
22 Graham
23 Knop
24 haarg
25 Yuval
26 Kogman
27 nothingmuch
28 lib
29 Class
30 C3
31 XS
0 #!perl
1
20 use strict;
31 use warnings;
42
0 #!perl
1
20 use Test::More tests => 2;
31
42 note 'Checking Changes';
53 my $changes_file = 'Changes';
6 my $newver = '0.14';
4 my $newver = '0.15';
75 my $trial_token = '-TRIAL';
6 my $encoding = 'UTF-8';
87
98 SKIP: {
109 ok(-e $changes_file, "$changes_file file exists")
1514
1615 done_testing;
1716
18 # _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit
19 # by Jerome Quelin
2017 sub _get_changes
2118 {
2219 my $newver = shift;
2421 # parse changelog to find commit message
2522 open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
2623 my $changelog = join('', <$fh>);
24 if ($encoding) {
25 require Encode;
26 $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK());
27 }
2728 close $fh;
2829
2930 my @content =
+0
-8
xt/release/minimum-version.t less more
0 #!perl
1
2 use Test::More;
3
4 eval "use Test::MinimumVersion";
5 plan skip_all => "Test::MinimumVersion required for testing minimum versions"
6 if $@;
7 all_minimum_version_ok( qq{5.006} );