forked from mihyaeru21/p5-WebService-Slack-WebApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpanfile.snapshot
578 lines (578 loc) · 14.5 KB
/
cpanfile.snapshot
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
# carton snapshot format: version 1.0
DISTRIBUTIONS
Class-Accessor-Lite-0.08
pathname: K/KA/KAZUHO/Class-Accessor-Lite-0.08.tar.gz
provides:
Class::Accessor::Lite 0.08
requirements:
ExtUtils::MakeMaker 6.36
Class-Accessor-Lite-Lazy-0.03
pathname: M/MO/MOTEMEN/Class-Accessor-Lite-Lazy-0.03.tar.gz
provides:
Class::Accessor::Lite::Lazy 0.03
requirements:
CPAN::Meta 0
CPAN::Meta::Prereqs 0
Carp 0
Class::Accessor::Lite 0.05
ExtUtils::CBuilder 0
ExtUtils::MakeMaker 6.59
Module::Build 0.38
Test::Fatal 0
Test::More 0.98
parent 0
perl 5.008001
Class-Load-0.25
pathname: E/ET/ETHER/Class-Load-0.25.tar.gz
provides:
Class::Load 0.25
Class::Load::PP 0.25
requirements:
Carp 0
Data::OptList 0.110
Exporter 0
ExtUtils::MakeMaker 0
Module::Implementation 0.04
Module::Runtime 0.012
Package::Stash 0.14
Scalar::Util 0
Try::Tiny 0
base 0
perl 5.006
strict 0
warnings 0
Data-OptList-0.110
pathname: R/RJ/RJBS/Data-OptList-0.110.tar.gz
provides:
Data::OptList 0.110
requirements:
ExtUtils::MakeMaker 0
List::Util 0
Params::Util 0
Sub::Install 0.921
strict 0
warnings 0
Data-Validator-1.07
pathname: G/GF/GFUJI/Data-Validator-1.07.tar.gz
provides:
Data::Validator 1.07
Data::Validator::Role::AllowExtra undef
Data::Validator::Role::Croak undef
Data::Validator::Role::Method undef
Data::Validator::Role::NoRestricted undef
Data::Validator::Role::NoThrow undef
Data::Validator::Role::Sequenced undef
Data::Validator::Role::SmartSequenced undef
Data::Validator::Role::StrictSequenced undef
requirements:
ExtUtils::MakeMaker 6.59
Module::Build 0.38
Mouse 0.93
perl 5.008001
Devel-CheckCompiler-0.07
pathname: S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz
provides:
Devel::AssertC99 undef
Devel::CheckCompiler 0.07
requirements:
Exporter 0
ExtUtils::CBuilder 0
File::Temp 0
Module::Build::Tiny 0.035
Test::More 0.98
parent 0
perl 5.008001
Dist-CheckConflicts-0.11
pathname: D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
provides:
Dist::CheckConflicts 0.11
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 6.30
Module::Runtime 0.009
base 0
strict 0
warnings 0
Exception-Tiny-v0.2.1
pathname: Y/YA/YAPPO/Exception-Tiny-v0.2.1.tar.gz
provides:
Exception::Tiny v0.2.1
requirements:
Class::Accessor::Lite 0.05
Data::Dumper 0
Module::Build 0.38
Scalar::Util 0
Test::More 0.98
Test::Requires 0
parent 0
perl 5.008005
ExtUtils-Config-0.008
pathname: L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
provides:
ExtUtils::Config 0.008
requirements:
Data::Dumper 0
ExtUtils::MakeMaker 6.30
strict 0
warnings 0
ExtUtils-Helpers-0.026
pathname: L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz
provides:
ExtUtils::Helpers 0.026
ExtUtils::Helpers::Unix 0.026
ExtUtils::Helpers::VMS 0.026
ExtUtils::Helpers::Windows 0.026
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 0
File::Basename 0
File::Copy 0
File::Spec::Functions 0
Text::ParseWords 3.24
perl 5.006
strict 0
warnings 0
ExtUtils-InstallPaths-0.012
pathname: L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz
provides:
ExtUtils::InstallPaths 0.012
requirements:
Carp 0
ExtUtils::Config 0.002
ExtUtils::MakeMaker 0
File::Spec 0
perl 5.006
strict 0
warnings 0
Furl-3.13
pathname: T/TO/TOKUHIROM/Furl-3.13.tar.gz
provides:
Furl 3.13
Furl::ConnectionCache undef
Furl::HTTP 3.13
Furl::Headers undef
Furl::Request undef
Furl::Response undef
Furl::ZlibStream undef
requirements:
Class::Accessor::Lite 0
Encode 0
HTTP::Parser::XS 0.11
MIME::Base64 0
Module::Build::Tiny 0.035
Mozilla::CA 0
Scalar::Util 0
Socket 0
Time::HiRes 0
perl 5.008001
Future-0.46
pathname: P/PE/PEVANS/Future-0.46.tar.gz
provides:
Future 0.46
Future::Exception 0.46
Future::Mutex 0.46
Future::Queue 0.46
Future::Utils 0.46
Test::Future 0.46
Test::Future::Deferred 0.46
requirements:
Carp 1.25
Module::Build 0.4004
Test::Builder::Module 0
Time::HiRes 0
perl 5.010
HTTP-AnyUA-0.904
pathname: C/CC/CCM/HTTP-AnyUA-0.904.tar.gz
provides:
HTTP::AnyUA 0.904
HTTP::AnyUA::Backend 0.904
HTTP::AnyUA::Backend::AnyEvent::HTTP 0.904
HTTP::AnyUA::Backend::Furl 0.904
HTTP::AnyUA::Backend::HTTP::AnyUA 0.904
HTTP::AnyUA::Backend::HTTP::Tiny 0.904
HTTP::AnyUA::Backend::LWP::UserAgent 0.904
HTTP::AnyUA::Backend::Mojo::UserAgent 0.904
HTTP::AnyUA::Backend::Net::Curl::Easy 0.904
HTTP::AnyUA::Middleware 0.904
HTTP::AnyUA::Middleware::ContentLength 0.904
HTTP::AnyUA::Middleware::RequestHeaders 0.904
HTTP::AnyUA::Middleware::Runtime 0.904
HTTP::AnyUA::Util 0.904
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 0
Fcntl 0
Future 0
MIME::Base64 0
Module::Loader 0
Scalar::Util 0
Time::HiRes 0
Time::Local 0
bytes 0
parent 0
perl 5.010
strict 0
warnings 0
HTTP-Parser-XS-0.17
pathname: K/KA/KAZUHO/HTTP-Parser-XS-0.17.tar.gz
provides:
HTTP::Parser::XS 0.17
HTTP::Parser::XS::PP undef
requirements:
ExtUtils::MakeMaker 6.36
Test::More 0.96
IO-Socket-SSL-2.068
pathname: S/SU/SULLR/IO-Socket-SSL-2.068.tar.gz
provides:
IO::Socket::SSL 2.068
IO::Socket::SSL::Intercept 2.056
IO::Socket::SSL::OCSP_Cache 2.068
IO::Socket::SSL::OCSP_Resolver 2.068
IO::Socket::SSL::PublicSuffix undef
IO::Socket::SSL::SSL_Context 2.068
IO::Socket::SSL::SSL_HANDLE 2.068
IO::Socket::SSL::Session_Cache 2.068
IO::Socket::SSL::Utils 2.014
requirements:
ExtUtils::MakeMaker 0
Mozilla::CA 0
Net::SSLeay 1.46
Scalar::Util 0
JSON-4.02
pathname: I/IS/ISHIGAKI/JSON-4.02.tar.gz
provides:
JSON 4.02
JSON::Backend::PP 4.02
requirements:
ExtUtils::MakeMaker 0
Test::More 0
Module-Build-0.4231
pathname: L/LE/LEONT/Module-Build-0.4231.tar.gz
provides:
Module::Build 0.4231
Module::Build::Base 0.4231
Module::Build::Compat 0.4231
Module::Build::Config 0.4231
Module::Build::Cookbook 0.4231
Module::Build::Dumper 0.4231
Module::Build::Notes 0.4231
Module::Build::PPMMaker 0.4231
Module::Build::Platform::Default 0.4231
Module::Build::Platform::MacOS 0.4231
Module::Build::Platform::Unix 0.4231
Module::Build::Platform::VMS 0.4231
Module::Build::Platform::VOS 0.4231
Module::Build::Platform::Windows 0.4231
Module::Build::Platform::aix 0.4231
Module::Build::Platform::cygwin 0.4231
Module::Build::Platform::darwin 0.4231
Module::Build::Platform::os2 0.4231
Module::Build::PodParser 0.4231
requirements:
CPAN::Meta 2.142060
Cwd 0
Data::Dumper 0
ExtUtils::CBuilder 0.27
ExtUtils::Install 0
ExtUtils::Manifest 0
ExtUtils::Mkbootstrap 0
ExtUtils::ParseXS 2.21
File::Basename 0
File::Compare 0
File::Copy 0
File::Find 0
File::Path 0
File::Spec 0.82
Getopt::Long 0
Module::Metadata 1.000002
Perl::OSType 1
Pod::Man 2.17
TAP::Harness 3.29
Text::Abbrev 0
Text::ParseWords 0
perl 5.006001
version 0.87
Module-Build-Tiny-0.039
pathname: L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
provides:
Module::Build::Tiny 0.039
requirements:
CPAN::Meta 0
DynaLoader 0
Exporter 5.57
ExtUtils::CBuilder 0
ExtUtils::Config 0.003
ExtUtils::Helpers 0.020
ExtUtils::Install 0
ExtUtils::InstallPaths 0.002
ExtUtils::ParseXS 0
File::Basename 0
File::Find 0
File::Path 0
File::Spec::Functions 0
Getopt::Long 2.36
JSON::PP 2
Pod::Man 0
TAP::Harness::Env 0
perl 5.006
strict 0
warnings 0
Module-Build-XSUtil-0.19
pathname: H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz
provides:
Module::Build::XSUtil 0.19
requirements:
Devel::CheckCompiler 0
Devel::PPPort 0
Exporter 0
ExtUtils::CBuilder 0
File::Basename 0
File::Path 0
Module::Build 0.4005
XSLoader 0
parent 0
perl 5.008001
Module-Implementation-0.09
pathname: D/DR/DROLSKY/Module-Implementation-0.09.tar.gz
provides:
Module::Implementation 0.09
requirements:
Carp 0
ExtUtils::MakeMaker 0
Module::Runtime 0.012
Try::Tiny 0
strict 0
warnings 0
Module-Loader-0.03
pathname: N/NE/NEILB/Module-Loader-0.03.tar.gz
provides:
Module::Loader 0.03
requirements:
Carp 0
ExtUtils::MakeMaker 0
File::Spec::Functions 0
Module::Runtime 0
Path::Iterator::Rule 0
strict 0
warnings 0
Module-Runtime-0.016
pathname: Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz
provides:
Module::Runtime 0.016
requirements:
Module::Build 0
Test::More 0.41
perl 5.006
strict 0
warnings 0
Mouse-v2.5.10
pathname: S/SK/SKAJI/Mouse-v2.5.10.tar.gz
provides:
Mouse v2.5.10
Mouse::Exporter undef
Mouse::Meta::Attribute undef
Mouse::Meta::Class undef
Mouse::Meta::Method undef
Mouse::Meta::Method::Accessor undef
Mouse::Meta::Method::Constructor undef
Mouse::Meta::Method::Delegation undef
Mouse::Meta::Method::Destructor undef
Mouse::Meta::Module undef
Mouse::Meta::Role undef
Mouse::Meta::Role::Application undef
Mouse::Meta::Role::Application::RoleSummation undef
Mouse::Meta::Role::Composite undef
Mouse::Meta::Role::Method undef
Mouse::Meta::TypeConstraint undef
Mouse::Object undef
Mouse::PurePerl undef
Mouse::Role v2.5.10
Mouse::Spec v2.5.10
Mouse::TypeRegistry undef
Mouse::Util v2.5.10
Mouse::Util::MetaRole undef
Mouse::Util::TypeConstraints undef
Squirrel undef
Squirrel::Role undef
Test::Mouse undef
ouse undef
requirements:
ExtUtils::CBuilder 0
Module::Build 0.4005
Module::Build::XSUtil 0.19
Scalar::Util 1.14
XSLoader 0.02
perl 5.008005
Mozilla-CA-20200520
pathname: A/AB/ABH/Mozilla-CA-20200520.tar.gz
provides:
Mozilla::CA 20200520
requirements:
ExtUtils::MakeMaker 0
Test 0
perl 5.006
Net-SSLeay-1.88
pathname: C/CH/CHRISN/Net-SSLeay-1.88.tar.gz
provides:
Net::SSLeay 1.88
Net::SSLeay::Handle 1.88
requirements:
ExtUtils::MakeMaker 0
MIME::Base64 0
perl 5.008001
Number-Compare-0.03
pathname: R/RC/RCLAMP/Number-Compare-0.03.tar.gz
provides:
Number::Compare 0.03
requirements:
ExtUtils::MakeMaker 0
Test::More 0
Package-Stash-0.39
pathname: E/ET/ETHER/Package-Stash-0.39.tar.gz
provides:
Package::Stash 0.39
Package::Stash::PP 0.39
requirements:
B 0
Carp 0
Dist::CheckConflicts 0.02
ExtUtils::MakeMaker 0
Getopt::Long 0
Module::Implementation 0.06
Package::Stash::XS 0.26
Scalar::Util 0
Symbol 0
Text::ParseWords 0
constant 0
perl 5.008001
strict 0
warnings 0
Package-Stash-XS-0.29
pathname: E/ET/ETHER/Package-Stash-XS-0.29.tar.gz
provides:
Package::Stash::XS 0.29
requirements:
ExtUtils::MakeMaker 0
XSLoader 0
perl 5.008001
strict 0
warnings 0
Params-Util-1.102
pathname: R/RE/REHSACK/Params-Util-1.102.tar.gz
provides:
Params::Util 1.102
Params::Util::PP 1.102
requirements:
Carp 0
ExtUtils::MakeMaker 0
File::Basename 0
File::Copy 0
File::Path 0
File::Spec 0
IPC::Cmd 0
Scalar::Util 1.18
XSLoader 0.22
parent 0
Path-Iterator-Rule-1.014
pathname: D/DA/DAGOLDEN/Path-Iterator-Rule-1.014.tar.gz
provides:
PIR 1.014
Path::Iterator::Rule 1.014
requirements:
Carp 0
ExtUtils::MakeMaker 6.17
File::Basename 0
File::Spec 0
List::Util 0
Number::Compare 0.02
Scalar::Util 0
Text::Glob 0
Try::Tiny 0
if 0
perl 5.008001
strict 0
warnings 0
warnings::register 0
Sub-Install-0.928
pathname: R/RJ/RJBS/Sub-Install-0.928.tar.gz
provides:
Sub::Install 0.928
requirements:
B 0
Carp 0
ExtUtils::MakeMaker 6.30
Scalar::Util 0
strict 0
warnings 0
Sub-Uplevel-0.2800
pathname: D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz
provides:
Sub::Uplevel 0.2800
requirements:
Carp 0
ExtUtils::MakeMaker 6.17
constant 0
perl 5.006
strict 0
warnings 0
Test-Exception-0.43
pathname: E/EX/EXODIST/Test-Exception-0.43.tar.gz
provides:
Test::Exception 0.43
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 0
Sub::Uplevel 0.18
Test::Builder 0.7
Test::Builder::Tester 1.07
Test::Harness 2.03
base 0
perl 5.006001
strict 0
warnings 0
Test-Fatal-0.016
pathname: R/RJ/RJBS/Test-Fatal-0.016.tar.gz
provides:
Test::Fatal 0.016
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 0
Test::Builder 0
Try::Tiny 0.07
strict 0
warnings 0
Test-Requires-0.11
pathname: T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz
provides:
Test::Requires 0.11
requirements:
ExtUtils::MakeMaker 6.64
Test::Builder::Module 0
Test::More 0.47
perl 5.006
Text-Glob-0.11
pathname: R/RC/RCLAMP/Text-Glob-0.11.tar.gz
provides:
Text::Glob 0.11
requirements:
Exporter 0
ExtUtils::MakeMaker 0
constant 0
perl 5.00503
Try-Tiny-0.30
pathname: E/ET/ETHER/Try-Tiny-0.30.tar.gz
provides:
Try::Tiny 0.30
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 0
constant 0
perl 5.006
strict 0
warnings 0