-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpanfile.snapshot
854 lines (854 loc) · 22.1 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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
# carton snapshot format: version 1.0
DISTRIBUTIONS
AnyEvent-7.17
pathname: M/ML/MLEHMANN/AnyEvent-7.17.tar.gz
provides:
AE undef
AE::Log::COLLECT undef
AE::Log::FILTER undef
AE::Log::LOG undef
AnyEvent 7.17
AnyEvent::Base 7.17
AnyEvent::CondVar 7.17
AnyEvent::CondVar::Base 7.17
AnyEvent::DNS undef
AnyEvent::Debug undef
AnyEvent::Debug::Backtrace undef
AnyEvent::Debug::Wrap undef
AnyEvent::Debug::Wrapped undef
AnyEvent::Debug::shell undef
AnyEvent::Handle undef
AnyEvent::IO undef
AnyEvent::IO::IOAIO undef
AnyEvent::IO::Perl undef
AnyEvent::Impl::Cocoa undef
AnyEvent::Impl::EV undef
AnyEvent::Impl::Event undef
AnyEvent::Impl::EventLib undef
AnyEvent::Impl::FLTK undef
AnyEvent::Impl::Glib undef
AnyEvent::Impl::IOAsync undef
AnyEvent::Impl::Irssi undef
AnyEvent::Impl::POE undef
AnyEvent::Impl::Perl undef
AnyEvent::Impl::Qt undef
AnyEvent::Impl::Qt::Io undef
AnyEvent::Impl::Qt::Timer undef
AnyEvent::Impl::Tk undef
AnyEvent::Impl::UV undef
AnyEvent::Log undef
AnyEvent::Log::COLLECT undef
AnyEvent::Log::Ctx undef
AnyEvent::Log::FILTER undef
AnyEvent::Log::LOG undef
AnyEvent::Loop undef
AnyEvent::Socket undef
AnyEvent::Strict undef
AnyEvent::TLS undef
AnyEvent::Util undef
requirements:
Canary::Stability 0
ExtUtils::MakeMaker 6.52
AnyEvent-Connector-0.03
pathname: T/TO/TOSHIOITO/AnyEvent-Connector-0.03.tar.gz
provides:
AnyEvent::Connector 0.03
AnyEvent::Connector::Proxy::http undef
requirements:
AnyEvent::Handle 0
AnyEvent::Socket 0
Module::Build 0.42
Module::Build::Prereqs::FromCPANfile 0.02
URI 0
AnyEvent-WebSocket-Client-0.54
pathname: P/PL/PLICEASE/AnyEvent-WebSocket-Client-0.54.tar.gz
provides:
AnyEvent::WebSocket::Client 0.54
AnyEvent::WebSocket::Connection 0.54
AnyEvent::WebSocket::Message 0.54
requirements:
AnyEvent 7.13
AnyEvent::Connector 0.03
ExtUtils::MakeMaker 0
Moo 2.0
PerlX::Maybe 0.003
Protocol::WebSocket 0.20
URI 1.53
URI::ws 0
perl 5.008
B-Hooks-EndOfScope-0.26
pathname: E/ET/ETHER/B-Hooks-EndOfScope-0.26.tar.gz
provides:
B::Hooks::EndOfScope 0.26
B::Hooks::EndOfScope::PP 0.26
B::Hooks::EndOfScope::XS 0.26
requirements:
ExtUtils::MakeMaker 0
Hash::Util::FieldHash 0
Module::Implementation 0.05
Scalar::Util 0
Sub::Exporter::Progressive 0.001006
Text::ParseWords 0
Tie::Hash 0
Variable::Magic 0.48
perl 5.006001
strict 0
warnings 0
Canary-Stability-2013
pathname: M/ML/MLEHMANN/Canary-Stability-2013.tar.gz
provides:
Canary::Stability 2013
requirements:
ExtUtils::MakeMaker 0
Class-Method-Modifiers-2.13
pathname: E/ET/ETHER/Class-Method-Modifiers-2.13.tar.gz
provides:
Class::Method::Modifiers 2.13
requirements:
B 0
Carp 0
Exporter 0
ExtUtils::MakeMaker 0
base 0
perl 5.006
strict 0
warnings 0
Data-Printer-1.000004
pathname: G/GA/GARU/Data-Printer-1.000004.tar.gz
provides:
DDP undef
Data::Printer 1.000004
Data::Printer::Common undef
Data::Printer::Config undef
Data::Printer::Filter undef
Data::Printer::Filter::ARRAY undef
Data::Printer::Filter::CODE undef
Data::Printer::Filter::ContentType undef
Data::Printer::Filter::DB undef
Data::Printer::Filter::DateTime undef
Data::Printer::Filter::Digest undef
Data::Printer::Filter::FORMAT undef
Data::Printer::Filter::GLOB undef
Data::Printer::Filter::GenericClass undef
Data::Printer::Filter::HASH undef
Data::Printer::Filter::REF undef
Data::Printer::Filter::Regexp undef
Data::Printer::Filter::SCALAR undef
Data::Printer::Filter::VSTRING undef
Data::Printer::Filter::Web undef
Data::Printer::Object undef
Data::Printer::Profile undef
Data::Printer::Profile::Dumper undef
Data::Printer::Profile::JSON undef
Data::Printer::Theme undef
Data::Printer::Theme::Classic undef
Data::Printer::Theme::Material undef
Data::Printer::Theme::Monokai undef
Data::Printer::Theme::Solarized undef
requirements:
ExtUtils::MakeMaker 0
Fcntl 0
File::Spec 0
File::Temp 0
Scalar::Util 0
Test::More 0
version 0.77
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
Encode-Locale-1.05
pathname: G/GA/GAAS/Encode-Locale-1.05.tar.gz
provides:
Encode::Locale 1.05
requirements:
Encode 2
Encode::Alias 0
ExtUtils::MakeMaker 0
perl 5.008
File-Listing-6.15
pathname: P/PL/PLICEASE/File-Listing-6.15.tar.gz
provides:
File::Listing 6.15
File::Listing::apache 6.15
File::Listing::dosftp 6.15
File::Listing::netware 6.15
File::Listing::unix 6.15
File::Listing::vms 6.15
requirements:
Exporter 5.57
ExtUtils::MakeMaker 0
HTTP::Date 0
perl 5.006
HTML-Parser-3.78
pathname: O/OA/OALDERS/HTML-Parser-3.78.tar.gz
provides:
HTML::Entities 3.78
HTML::Filter 3.78
HTML::HeadParser 3.78
HTML::LinkExtor 3.78
HTML::Parser 3.78
HTML::PullParser 3.78
HTML::TokeParser 3.78
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 6.52
HTML::Tagset 0
HTTP::Headers 0
IO::File 0
URI 0
URI::URL 0
XSLoader 0
strict 0
HTML-Tagset-3.20
pathname: P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
provides:
HTML::Tagset 3.20
requirements:
ExtUtils::MakeMaker 0
HTTP-Cookies-6.10
pathname: O/OA/OALDERS/HTTP-Cookies-6.10.tar.gz
provides:
HTTP::Cookies 6.10
HTTP::Cookies::Microsoft 6.10
HTTP::Cookies::Netscape 6.10
requirements:
Carp 0
ExtUtils::MakeMaker 0
HTTP::Date 6
HTTP::Headers::Util 6
HTTP::Request 0
locale 0
perl 5.008001
strict 0
HTTP-Date-6.05
pathname: O/OA/OALDERS/HTTP-Date-6.05.tar.gz
provides:
HTTP::Date 6.05
requirements:
Exporter 0
ExtUtils::MakeMaker 0
Time::Local 1.28
Time::Zone 0
perl 5.006002
strict 0
HTTP-Message-6.36
pathname: O/OA/OALDERS/HTTP-Message-6.36.tar.gz
provides:
HTTP::Config 6.36
HTTP::Headers 6.36
HTTP::Headers::Auth 6.36
HTTP::Headers::ETag 6.36
HTTP::Headers::Util 6.36
HTTP::Message 6.36
HTTP::Request 6.36
HTTP::Request::Common 6.36
HTTP::Response 6.36
HTTP::Status 6.36
requirements:
Carp 0
Compress::Raw::Zlib 0
Encode 3.01
Encode::Locale 1
Exporter 5.57
ExtUtils::MakeMaker 0
File::Spec 0
HTTP::Date 6
IO::Compress::Bzip2 2.021
IO::Compress::Deflate 0
IO::Compress::Gzip 0
IO::HTML 0
IO::Uncompress::Bunzip2 2.021
IO::Uncompress::Gunzip 0
IO::Uncompress::Inflate 0
IO::Uncompress::RawInflate 0
LWP::MediaTypes 6
MIME::Base64 2.1
MIME::QuotedPrint 0
URI 1.10
base 0
perl 5.008001
strict 0
warnings 0
HTTP-Negotiate-6.01
pathname: G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
provides:
HTTP::Negotiate 6.01
requirements:
ExtUtils::MakeMaker 0
HTTP::Headers 6
perl 5.008001
IO-HTML-1.004
pathname: C/CJ/CJM/IO-HTML-1.004.tar.gz
provides:
IO::HTML 1.004
requirements:
Carp 0
Encode 2.10
Exporter 5.57
ExtUtils::MakeMaker 0
perl 5.008
IO-Socket-SSL-2.074
pathname: S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz
provides:
IO::Socket::SSL 2.074
IO::Socket::SSL::Intercept 2.056
IO::Socket::SSL::OCSP_Cache 2.074
IO::Socket::SSL::OCSP_Resolver 2.074
IO::Socket::SSL::PublicSuffix undef
IO::Socket::SSL::SSL_Context 2.074
IO::Socket::SSL::SSL_HANDLE 2.074
IO::Socket::SSL::Session_Cache 2.074
IO::Socket::SSL::Utils 2.015
requirements:
ExtUtils::MakeMaker 0
Mozilla::CA 0
Net::SSLeay 1.46
Scalar::Util 0
JSON-4.05
pathname: I/IS/ISHIGAKI/JSON-4.05.tar.gz
provides:
JSON 4.05
JSON::Backend::PP 4.05
requirements:
ExtUtils::MakeMaker 0
Test::More 0
LWP-MediaTypes-6.04
pathname: O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz
provides:
LWP::MediaTypes 6.04
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 0
File::Basename 0
Scalar::Util 0
perl 5.006002
strict 0
LWP-Protocol-https-6.10
pathname: O/OA/OALDERS/LWP-Protocol-https-6.10.tar.gz
provides:
LWP::Protocol::https 6.10
LWP::Protocol::https::Socket 6.10
requirements:
ExtUtils::MakeMaker 0
IO::Socket::SSL 1.54
LWP::Protocol::http 0
LWP::UserAgent 6.06
Mozilla::CA 20180117
Net::HTTPS 6
base 0
perl 5.008001
strict 0
Log-Minimal-0.19
pathname: K/KA/KAZEBURO/Log-Minimal-0.19.tar.gz
provides:
Log::Minimal 0.19
requirements:
CPAN::Meta 0
CPAN::Meta::Prereqs 0
Data::Dumper 0
ExtUtils::CBuilder 0
Module::Build 0.38
Scalar::Util 0
Term::ANSIColor 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-Prereqs-FromCPANfile-0.02
pathname: T/TO/TOSHIOITO/Module-Build-Prereqs-FromCPANfile-0.02.tar.gz
provides:
Module::Build::Prereqs::FromCPANfile 0.02
requirements:
CPAN::Meta::Prereqs 2.132830
Exporter 0
Module::CPANfile 1.0000
version 0.80
Module-CPANfile-1.1004
pathname: M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz
provides:
Module::CPANfile 1.1004
Module::CPANfile::Environment undef
Module::CPANfile::Prereq undef
Module::CPANfile::Prereqs undef
Module::CPANfile::Requirement undef
requirements:
CPAN::Meta 2.12091
CPAN::Meta::Prereqs 2.12091
ExtUtils::MakeMaker 0
parent 0
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-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
Moo-2.005004
pathname: H/HA/HAARG/Moo-2.005004.tar.gz
provides:
Method::Generate::Accessor undef
Method::Generate::BuildAll undef
Method::Generate::Constructor undef
Method::Generate::DemolishAll undef
Moo 2.005004
Moo::HandleMoose undef
Moo::HandleMoose::FakeConstructor undef
Moo::HandleMoose::FakeMetaClass undef
Moo::HandleMoose::_TypeMap undef
Moo::Object undef
Moo::Role 2.005004
Moo::_Utils undef
Moo::sification undef
oo undef
requirements:
Carp 0
Class::Method::Modifiers 1.10
Exporter 0
ExtUtils::MakeMaker 0
Role::Tiny 2.002003
Scalar::Util 1.00
Sub::Defer 2.006006
Sub::Quote 2.006006
perl 5.006
Mozilla-CA-20211001
pathname: A/AB/ABH/Mozilla-CA-20211001.tar.gz
provides:
Mozilla::CA 20211001
requirements:
ExtUtils::MakeMaker 0
perl 5.006
Net-HTTP-6.22
pathname: O/OA/OALDERS/Net-HTTP-6.22.tar.gz
provides:
Net::HTTP 6.22
Net::HTTP::Methods 6.22
Net::HTTP::NB 6.22
Net::HTTPS 6.22
requirements:
Carp 0
Compress::Raw::Zlib 0
ExtUtils::MakeMaker 0
IO::Socket::INET 0
IO::Uncompress::Gunzip 0
URI 0
base 0
perl 5.006002
strict 0
warnings 0
Net-SSLeay-1.92
pathname: C/CH/CHRISN/Net-SSLeay-1.92.tar.gz
provides:
Net::SSLeay 1.92
Net::SSLeay::Handle 1.92
requirements:
English 0
ExtUtils::MakeMaker 0
File::Spec::Functions 0
MIME::Base64 0
Text::Wrap 0
constant 0
perl 5.008001
Package-Stash-0.40
pathname: E/ET/ETHER/Package-Stash-0.40.tar.gz
provides:
Package::Stash 0.40
Package::Stash::PP 0.40
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
PerlX-Maybe-1.202
pathname: T/TO/TOBYINK/PerlX-Maybe-1.202.tar.gz
provides:
PerlX::Maybe 1.202
Syntax::Feature::Maybe 1.202
requirements:
ExtUtils::MakeMaker 6.17
Scalar::Util 0
perl 5.006
Protocol-WebSocket-0.26
pathname: V/VT/VTI/Protocol-WebSocket-0.26.tar.gz
provides:
Protocol::WebSocket 0.26
Protocol::WebSocket::Client undef
Protocol::WebSocket::Cookie undef
Protocol::WebSocket::Cookie::Request undef
Protocol::WebSocket::Cookie::Response undef
Protocol::WebSocket::Frame undef
Protocol::WebSocket::Handshake undef
Protocol::WebSocket::Handshake::Client undef
Protocol::WebSocket::Handshake::Server undef
Protocol::WebSocket::Message undef
Protocol::WebSocket::Request undef
Protocol::WebSocket::Response undef
Protocol::WebSocket::Stateful undef
Protocol::WebSocket::URL undef
requirements:
Carp 0
Digest::MD5 0
Digest::SHA 0
Module::Build::Tiny 0.035
Scalar::Util 0
Role-Tiny-2.002004
pathname: H/HA/HAARG/Role-Tiny-2.002004.tar.gz
provides:
Role::Tiny 2.002004
Role::Tiny::With 2.002004
requirements:
Exporter 5.57
perl 5.006
Sub-Exporter-Progressive-0.001013
pathname: F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz
provides:
Sub::Exporter::Progressive 0.001013
requirements:
ExtUtils::MakeMaker 0
Sub-Identify-0.14
pathname: R/RG/RGARCIA/Sub-Identify-0.14.tar.gz
provides:
Sub::Identify 0.14
requirements:
ExtUtils::MakeMaker 0
Test::More 0
Sub-Quote-2.006006
pathname: H/HA/HAARG/Sub-Quote-2.006006.tar.gz
provides:
Sub::Defer 2.006006
Sub::Quote 2.006006
requirements:
ExtUtils::MakeMaker 0
Scalar::Util 0
perl 5.006
TimeDate-2.33
pathname: A/AT/ATOOMIC/TimeDate-2.33.tar.gz
provides:
Date::Format 2.24
Date::Format::Generic 2.24
Date::Language 1.10
Date::Language::Afar 0.99
Date::Language::Amharic 1.00
Date::Language::Austrian 1.01
Date::Language::Brazilian 1.01
Date::Language::Bulgarian 1.01
Date::Language::Chinese 1.00
Date::Language::Chinese_GB 1.01
Date::Language::Czech 1.01
Date::Language::Danish 1.01
Date::Language::Dutch 1.02
Date::Language::English 1.01
Date::Language::Finnish 1.01
Date::Language::French 1.04
Date::Language::Gedeo 0.99
Date::Language::German 1.02
Date::Language::Greek 1.00
Date::Language::Hungarian 1.01
Date::Language::Icelandic 1.01
Date::Language::Italian 1.01
Date::Language::Norwegian 1.01
Date::Language::Occitan 1.04
Date::Language::Oromo 0.99
Date::Language::Romanian 1.01
Date::Language::Russian 1.01
Date::Language::Russian_cp1251 1.01
Date::Language::Russian_koi8r 1.01
Date::Language::Sidama 0.99
Date::Language::Somali 0.99
Date::Language::Spanish 1.00
Date::Language::Swedish 1.01
Date::Language::Tigrinya 1.00
Date::Language::TigrinyaEritrean 1.00
Date::Language::TigrinyaEthiopian 1.00
Date::Language::Turkish 1.0
Date::Parse 2.33
Time::Zone 2.24
TimeDate 1.21
requirements:
ExtUtils::MakeMaker 0
Try-Tiny-0.31
pathname: E/ET/ETHER/Try-Tiny-0.31.tar.gz
provides:
Try::Tiny 0.31
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 0
constant 0
perl 5.006
strict 0
warnings 0
URI-5.10
pathname: O/OA/OALDERS/URI-5.10.tar.gz
provides:
URI 5.10
URI::Escape 5.10
URI::Heuristic 5.10
URI::IRI 5.10
URI::QueryParam 5.10
URI::Split 5.10
URI::URL 5.10
URI::WithBase 5.10
URI::data 5.10
URI::file 5.10
URI::file::Base 5.10
URI::file::FAT 5.10
URI::file::Mac 5.10
URI::file::OS2 5.10
URI::file::QNX 5.10
URI::file::Unix 5.10
URI::file::Win32 5.10
URI::ftp 5.10
URI::gopher 5.10
URI::http 5.10
URI::https 5.10
URI::ldap 5.10
URI::ldapi 5.10
URI::ldaps 5.10
URI::mailto 5.10
URI::mms 5.10
URI::news 5.10
URI::nntp 5.10
URI::nntps 5.10
URI::pop 5.10
URI::rlogin 5.10
URI::rsync 5.10
URI::rtsp 5.10
URI::rtspu 5.10
URI::sftp 5.10
URI::sip 5.10
URI::sips 5.10
URI::snews 5.10
URI::ssh 5.10
URI::telnet 5.10
URI::tn3270 5.10
URI::urn 5.10
URI::urn::isbn 5.10
URI::urn::oid 5.10
requirements:
Carp 0
Cwd 0
Data::Dumper 0
Encode 0
Exporter 5.57
ExtUtils::MakeMaker 0
MIME::Base64 2
Net::Domain 0
Scalar::Util 0
constant 0
integer 0
overload 0
parent 0
perl 5.008001
strict 0
utf8 0
warnings 0
URI-ws-0.03
pathname: P/PL/PLICEASE/URI-ws-0.03.tar.gz
provides:
URI::ws 0.03
URI::wss 0.03
requirements:
ExtUtils::MakeMaker 6.30
URI 0
Variable-Magic-0.62
pathname: V/VP/VPIT/Variable-Magic-0.62.tar.gz
provides:
Variable::Magic 0.62
requirements:
Carp 0
Config 0
Exporter 0
ExtUtils::MakeMaker 0
IO::Handle 0
IO::Select 0
IPC::Open3 0
POSIX 0
Socket 0
Test::More 0
XSLoader 0
base 0
lib 0
perl 5.008
WWW-RobotRules-6.02
pathname: G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
provides:
WWW::RobotRules 6.02
WWW::RobotRules::AnyDBM_File 6.00
WWW::RobotRules::InCore 6.02
requirements:
AnyDBM_File 0
ExtUtils::MakeMaker 0
Fcntl 0
URI 1.10
perl 5.008001
libwww-perl-6.64
pathname: O/OA/OALDERS/libwww-perl-6.64.tar.gz
provides:
LWP 6.64
LWP::Authen::Basic 6.64
LWP::Authen::Digest 6.64
LWP::Authen::Ntlm 6.64
LWP::ConnCache 6.64
LWP::Debug 6.64
LWP::Debug::TraceHTTP 6.64
LWP::DebugFile 6.64
LWP::MemberMixin 6.64
LWP::Protocol 6.64
LWP::Protocol::cpan 6.64
LWP::Protocol::data 6.64
LWP::Protocol::file 6.64
LWP::Protocol::ftp 6.64
LWP::Protocol::gopher 6.64
LWP::Protocol::http 6.64
LWP::Protocol::loopback 6.64
LWP::Protocol::mailto 6.64
LWP::Protocol::nntp 6.64
LWP::Protocol::nogo 6.64
LWP::RobotUA 6.64
LWP::Simple 6.64
LWP::UserAgent 6.64
libwww::perl undef
requirements:
CPAN::Meta::Requirements 2.120620
Digest::MD5 0
Encode 2.12
Encode::Locale 0
ExtUtils::MakeMaker 0
File::Copy 0
File::Listing 6
File::Temp 0
Getopt::Long 0
HTML::Entities 0
HTML::HeadParser 0
HTTP::Cookies 6
HTTP::Date 6
HTTP::Negotiate 6
HTTP::Request 6
HTTP::Request::Common 6
HTTP::Response 6
HTTP::Status 6.07
IO::Select 0
IO::Socket 0
LWP::MediaTypes 6
MIME::Base64 2.1
Module::Metadata 0
Net::FTP 2.58
Net::HTTP 6.18
Scalar::Util 0
Try::Tiny 0
URI 1.10
URI::Escape 0
WWW::RobotRules 6
parent 0.217
perl 5.008001
strict 0
warnings 0
namespace-autoclean-0.29
pathname: E/ET/ETHER/namespace-autoclean-0.29.tar.gz
provides:
namespace::autoclean 0.29
requirements:
B::Hooks::EndOfScope 0.12
ExtUtils::MakeMaker 0
List::Util 0
Sub::Identify 0
namespace::clean 0.20
perl 5.006
strict 0
warnings 0
namespace-clean-0.27
pathname: R/RI/RIBASUSHI/namespace-clean-0.27.tar.gz
provides:
namespace::clean 0.27
requirements:
B::Hooks::EndOfScope 0.12
ExtUtils::MakeMaker 0
Package::Stash 0.23
perl 5.008001