-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.yml
585 lines (585 loc) · 16.7 KB
/
META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
---
abstract: 'Using this test module will check your POD for any http 404 links'
author:
- 'Apocalypse <[email protected]>'
build_requires:
File::Spec: '0'
File::Temp: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::More: '0.88'
perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
Module::Build::Tiny: '0.039'
perl: '5.006'
dynamic_config: '0'
generated_by: 'Dist::Zilla version 5.023, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Test-Pod-No404s
no_index:
directory:
- examples
provides:
Test::Pod::No404s:
file: lib/Test/Pod/No404s.pm
version: '0.02'
requires:
Exporter: '0'
LWP::UserAgent: '0'
Pod::Simple::Text: '0'
Test::Builder: '0'
Test::Pod: '0'
URI::Find: '0'
parent: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Pod-No404s
homepage: http://search.cpan.org/dist/Test-Pod-No404s/
license: http://dev.perl.org/licenses/
repository: git://github.com/apocalypse/perl-test-pod-no404s.git
version: '0.02'
x_BuiltWith:
modules:
Exporter: '5.70'
ExtUtils::MakeMaker: '7.00'
File::Spec: '3.47'
File::Temp: '0.2304'
IO::Handle: '1.34'
IPC::Open3: '1.13'
LWP::UserAgent: '6.06'
Module::Build::Tiny: '0.039'
Pod::Simple::Text: '3.28'
Test::Builder: '1.001008'
Test::More: '1.001008'
Test::Pod: '1.48'
URI::Find: '20140709'
parent: '0.228'
strict: '1.07'
version: '0.9909'
warnings: '1.18'
perl:
original: v5.18.2
qv: 1
version:
- 5
- 18
- 2
platform: linux
uname: 'Linux 3.13.0-35-generic x86_64'
x_Dist_Zilla:
perl:
version: '5.018002'
plugins:
-
class: Dist::Zilla::Plugin::Git::NextVersion
config:
Dist::Zilla::Plugin::Git::NextVersion:
first_version: '0.001'
version_by_branch: '0'
version_regexp: (?^:^release-(.+)$)
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::NextVersion'
version: '2.025'
-
class: Dist::Zilla::Plugin::Git::GatherDir
config:
Dist::Zilla::Plugin::GatherDir:
exclude_filename:
- README.pod
exclude_match: []
follow_symlinks: '0'
include_dotfiles: '0'
prefix: ''
prune_directory: []
root: .
Dist::Zilla::Plugin::Git::GatherDir:
include_untracked: '0'
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::GatherDir'
version: '2.025'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@Apocalyptic/PruneCruft'
version: '5.023'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@Apocalyptic/AutoPrereqs'
version: '5.023'
-
class: Dist::Zilla::Plugin::GenerateFile
name: '@Apocalyptic/MANIFEST.SKIP'
version: '5.023'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@Apocalyptic/ManifestSkip'
version: '5.023'
-
class: Dist::Zilla::Plugin::Test::Compile
config:
Dist::Zilla::Plugin::Test::Compile:
bail_out_on_fail: '0'
fail_on_warning: author
fake_home: '1'
filename: t/00-compile.t
module_finder:
- ':InstallModules'
needs_display: '0'
phase: test
script_finder:
- ':ExecFiles'
skips: []
name: '@Apocalyptic/Test::Compile'
version: '2.051'
-
class: Dist::Zilla::Plugin::ApocalypseTests
name: '@Apocalyptic/ApocalypseTests'
version: '1.002'
-
class: Dist::Zilla::Plugin::ReportVersions::Tiny
name: '@Apocalyptic/ReportVersions::Tiny'
version: '1.10'
-
class: Dist::Zilla::Plugin::Prepender
name: '@Apocalyptic/Prepender'
version: '1.112280'
-
class: Dist::Zilla::Plugin::Authority
name: '@Apocalyptic/Authority'
version: '1.009'
-
class: Dist::Zilla::Plugin::Git::Describe
name: '@Apocalyptic/Git::Describe'
version: '0.003'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@Apocalyptic/PkgVersion'
version: '5.023'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
Dist::Zilla::Plugin::PodWeaver:
config_plugins:
- '@Apocalyptic'
finder:
- ':InstallModules'
- ':ExecFiles'
plugins:
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
version: '4.006'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
version: '4.006'
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@Apocalyptic/SingleEncoding'
version: '4.006'
-
class: Pod::Weaver::Section::Region
name: '@Apocalyptic/PodCoverage'
version: '4.006'
-
class: Pod::Weaver::Plugin::StopWords
name: '@Apocalyptic/StopWords'
version: '1.009'
-
class: Pod::Weaver::Section::Name
name: '@Apocalyptic/Name'
version: '4.006'
-
class: Pod::Weaver::Section::Version
name: '@Apocalyptic/Version'
version: '4.006'
-
class: Pod::Weaver::Section::Generic
name: '@Apocalyptic/Synopsis'
version: '4.006'
-
class: Pod::Weaver::Section::Generic
name: '@Apocalyptic/Description'
version: '4.006'
-
class: Pod::Weaver::Section::Collect
name: '@Apocalyptic/Attributes'
version: '4.006'
-
class: Pod::Weaver::Section::Collect
name: '@Apocalyptic/Methods'
version: '4.006'
-
class: Pod::Weaver::Section::Collect
name: '@Apocalyptic/Functions'
version: '4.006'
-
class: Pod::Weaver::Section::Collect
name: '@Apocalyptic/POEvents'
version: '4.006'
-
class: Pod::Weaver::Section::Leftovers
name: '@Apocalyptic/Leftovers'
version: '4.006'
-
class: Pod::Weaver::Section::SeeAlso
name: '@Apocalyptic/SeeAlso'
version: '1.003'
-
class: Pod::Weaver::Section::Support
name: '@Apocalyptic/Support'
version: '1.006'
-
class: Pod::Weaver::Section::Authors
name: '@Apocalyptic/Authors'
version: '4.006'
-
class: Pod::Weaver::Section::Contributors
name: '@Apocalyptic/Contributors'
version: '0.008'
-
class: Pod::Weaver::Section::Generic
name: '@Apocalyptic/ACK'
version: '4.006'
-
class: Pod::Weaver::Section::Legal
name: '@Apocalyptic/Legal'
version: '4.006'
-
class: Pod::Weaver::Section::WarrantyDisclaimer::GPL3
name: '@Apocalyptic/Warranty'
version: '0.121290'
-
class: Pod::Weaver::Plugin::Transformer
name: '@Apocalyptic/ListTransformer'
version: '4.006'
-
class: Pod::Weaver::Plugin::EnsureUniqueSections
name: '@Apocalyptic/UniqueSections'
version: '0.121550'
name: '@Apocalyptic/PodWeaver'
version: '4.006'
-
class: Dist::Zilla::Plugin::LocaleMsgfmt
name: '@Apocalyptic/LocaleMsgfmt'
version: '1.203'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@Apocalyptic/NextRelease'
version: '5.023'
-
class: Dist::Zilla::Plugin::ChangelogFromGit
name: '@Apocalyptic/ChangelogFromGit'
version: '0.016'
-
class: Dist::Zilla::Plugin::MinimumPerl
name: '@Apocalyptic/MinimumPerl'
version: '1.006'
-
class: Dist::Zilla::Plugin::Bugtracker
name: '@Apocalyptic/Bugtracker'
version: '1.111080'
-
class: Dist::Zilla::Plugin::Homepage
name: '@Apocalyptic/Homepage'
version: '1.101420'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Apocalyptic/MetaConfig'
version: '5.023'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
include_authors: '0'
include_releaser: '1'
order_by: name
paths: []
name: '@Apocalyptic/Git::Contributors'
version: '0.008'
-
class: Dist::Zilla::Plugin::MetaData::BuiltWith
config:
Dist::Zilla::Plugin::MetaData::BuiltWith:
_stash_key: x_BuiltWith
show_config: '0'
show_uname: '1'
uname:
uname_args:
- -s
- -r
- -m
uname_call: uname
name: '@Apocalyptic/MetaData::BuiltWith'
version: '1.003001'
-
class: Dist::Zilla::Plugin::Repository
name: '@Apocalyptic/Repository'
version: '0.20'
-
class: Dist::Zilla::Plugin::MetaResources
name: '@Apocalyptic/MetaResources'
version: '5.023'
-
class: Dist::Zilla::Plugin::MetaNoIndex
name: '@Apocalyptic/MetaNoIndex'
version: '5.023'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
Dist::Zilla::Plugin::MetaProvides::Package:
finder_objects:
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Apocalyptic/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
version: '5.023'
Dist::Zilla::Role::MetaProvider::Provider:
inherit_missing: '1'
inherit_version: '1'
meta_noindex: '1'
name: '@Apocalyptic/MetaProvides::Package'
version: '2.001002'
-
class: Dist::Zilla::Plugin::License
name: '@Apocalyptic/License'
version: '5.023'
-
class: Dist::Zilla::Plugin::ModuleBuildTiny
config:
Dist::Zilla::Role::TestRunner:
default_jobs: '1'
name: '@Apocalyptic/ModuleBuildTiny'
version: '0.008'
-
class: Dist::Zilla::Plugin::MakeMaker::Fallback
config:
Dist::Zilla::Role::TestRunner:
default_jobs: '1'
name: '@Apocalyptic/MakeMaker::Fallback'
version: '0.014'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@Apocalyptic/MetaYAML'
version: '5.023'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Apocalyptic/MetaJSON'
version: '5.023'
-
class: Dist::Zilla::Plugin::InstallGuide
name: '@Apocalyptic/InstallGuide'
version: '1.200005'
-
class: Dist::Zilla::Plugin::DOAP
name: '@Apocalyptic/DOAP'
version: '0.003'
-
class: Dist::Zilla::Plugin::Covenant
name: '@Apocalyptic/Covenant'
version: 0.1.0
-
class: Dist::Zilla::Plugin::CPANFile
name: '@Apocalyptic/CPANFile'
version: '5.023'
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
name: '@Apocalyptic/ReadmeAnyFromPod'
version: '0.142470'
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
name: '@Apocalyptic/pod for github'
version: '0.142470'
-
class: Dist::Zilla::Plugin::ChangeStats::Git
name: '@Apocalyptic/ChangeStats::Git'
version: 0.3.0
-
class: Dist::Zilla::Plugin::Signature
name: '@Apocalyptic/Signature'
version: '1.100930'
-
class: Dist::Zilla::Plugin::Manifest
name: '@Apocalyptic/Manifest'
version: '5.023'
-
class: Dist::Zilla::Plugin::CheckChangesHasContent
name: '@Apocalyptic/CheckChangesHasContent'
version: '0.006'
-
class: Dist::Zilla::Plugin::Git::Check
config:
Dist::Zilla::Plugin::Git::Check:
untracked_files: die
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- README.pod
- Changes
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::Check'
version: '2.025'
-
class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
config:
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::CheckFor::CorrectBranch'
version: '0.011'
-
class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
config:
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::CheckFor::MergeConflicts'
version: '0.011'
-
class: Dist::Zilla::Plugin::Git::Remote::Check
name: '@Apocalyptic/Git::Remote::Check'
version: 0.1.2
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
Dist::Zilla::Plugin::PromptIfStale:
check_all_plugins: '1'
check_all_prereqs: '1'
modules: []
phase: release
skip: []
name: '@Apocalyptic/PromptIfStale'
version: '0.028'
-
class: Dist::Zilla::Plugin::TestRelease
name: '@Apocalyptic/TestRelease'
version: '5.023'
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@Apocalyptic/CheckPrereqsIndexed'
version: '0.012'
-
class: Dist::Zilla::Plugin::CheckSelfDependency
config:
Dist::Zilla::Plugin::CheckSelfDependency:
finder:
- ':InstallModules'
name: '@Apocalyptic/CheckSelfDependency'
version: '0.007'
-
class: Dist::Zilla::Plugin::CheckIssues
name: '@Apocalyptic/CheckIssues'
version: '0.004'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@Apocalyptic/ConfirmRelease'
version: '5.023'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Apocalyptic/UploadToCPAN'
version: '5.023'
-
class: Dist::Zilla::Plugin::ArchiveRelease
name: '@Apocalyptic/ArchiveRelease'
version: '4.00'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
Dist::Zilla::Plugin::Git::Commit:
add_files_in:
- releases
commit_msg: 'New CPAN release of %N - v%v%n%n%c'
time_zone: UTC
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- README.pod
- Changes
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::Commit'
version: '2.025'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: release-0.02
tag_format: release-%v
tag_message: 'Tagged release-%v'
time_zone: local
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::Tag'
version: '2.025'
-
class: Dist::Zilla::Plugin::Git::Push
config:
Dist::Zilla::Plugin::Git::Push:
push_to:
- origin
remotes_must_exist: '1'
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@Apocalyptic/Git::Push'
version: '2.025'
-
class: Dist::Zilla::Plugin::Clean
name: '@Apocalyptic/Clean'
version: '0.07'
-
class: Dist::Zilla::Plugin::SchwartzRatio
name: '@Apocalyptic/SchwartzRatio'
version: 0.2.0
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
version: '5.023'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Apocalyptic/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
version: '5.023'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
version: '5.023'
x_author_pledge:
version: '1'
x_authority: cpan:APOCAL