Untitled

Pasted by Anonymous on Tue Apr 16 10:45:25 2024 UTC as Bash
  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
myuser@myuser-MacBook-Air bin % sudo ARCHFLAGS='-arch arm64 -arch arm64e -arch x86_64' /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update
Password:
Reading '/Users/myuser/.cpan/Metadata'
  Database was generated on Tue, 16 Apr 2024 07:54:03 GMT
Test2 is up to date (1.302198).
Running install for module 'Finance::Quote'
Checksum for /Users/myuser/.cpan/sources/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.60.tar.gz ok
Configuring B/BP/BPSCHUCK/Finance-Quote-1.60.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite LWP::Protocol::https 0 not found.
Generating a Unix-style Makefile
Writing Makefile for Finance::Quote
Writing MYMETA.yml and MYMETA.json
  BPSCHUCK/Finance-Quote-1.60.tar.gz
  /usr/bin/perl Makefile.PL -- OK
Running make for B/BP/BPSCHUCK/Finance-Quote-1.60.tar.gz
---- Unsatisfied dependencies detected during ----
----    BPSCHUCK/Finance-Quote-1.60.tar.gz    ----
    LWP::Protocol::https [requires]
Running install for module 'LWP::Protocol::https'
Checksum for /Users/myuser/.cpan/sources/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.14.tar.gz ok
Configuring O/OA/OALDERS/LWP-Protocol-https-6.14.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite IO::Socket::SSL 1.970 not found.
Warning: prerequisite IO::Socket::SSL::Utils 0 not found.
Generating a Unix-style Makefile
Writing Makefile for LWP::Protocol::https
Writing MYMETA.yml and MYMETA.json
  OALDERS/LWP-Protocol-https-6.14.tar.gz
  /usr/bin/perl Makefile.PL -- OK
Running make for O/OA/OALDERS/LWP-Protocol-https-6.14.tar.gz
---- Unsatisfied dependencies detected during ----
----  OALDERS/LWP-Protocol-https-6.14.tar.gz  ----
    IO::Socket::SSL [requires]
    IO::Socket::SSL::Utils [build_requires]
Running install for module 'IO::Socket::SSL'
Checksum for /Users/myuser/.cpan/sources/authors/id/S/SU/SULLR/IO-Socket-SSL-2.085.tar.gz ok
---- Unsatisfied dependencies detected during ----
----     SULLR/IO-Socket-SSL-2.085.tar.gz     ----
    Net::SSLeay [build_requires]
Running install for module 'Net::SSLeay'
Checksum for /Users/myuser/.cpan/sources/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz ok
Configuring C/CH/CHRISN/Net-SSLeay-1.94.tar.gz with Makefile.PL
Do you want to run external tests?
These tests *will* *fail* if you do not have network connectivity. [n] 
*** If there are build errors, test failures or run-time malfunctions,
    try to use the same compiler and options to compile your OpenSSL,
    Perl, and Net::SSLeay.

******************************************************************************
* COULD NOT FIND LIBSSL HEADERS                                              *
*                                                                            *
* The libssl header files are required to build Net-SSLeay, but they are     *
* missing from /usr. They would typically reside in /usr/include/openssl.    *
******************************************************************************
Warning: No success on command[/usr/bin/perl Makefile.PL]
  CHRISN/Net-SSLeay-1.94.tar.gz
  /usr/bin/perl Makefile.PL -- NOT OK
  SULLR/IO-Socket-SSL-2.085.tar.gz
  Has already been unwrapped into directory /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8
Warning: Prerequisite 'Net::SSLeay => 1.46' for 'SULLR/IO-Socket-SSL-2.085.tar.gz' failed when processing 'CHRISN/Net-SSLeay-1.94.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL' returned status 256'. Continuing, but chances to succeed are limited.
Configuring S/SU/SULLR/IO-Socket-SSL-2.085.tar.gz with Makefile.PL
Should I do external tests?
These test will detect if there are network problems and fail soft,
so please disable them only if you definitely don't want to have any
network traffic to external sites.  [Y/n] 
Checking if your kit is complete...
Looks good
Warning: prerequisite Net::SSLeay 1.46 not found.
Generating a Unix-style Makefile
Writing Makefile for IO::Socket::SSL
Writing MYMETA.yml and MYMETA.json
  SULLR/IO-Socket-SSL-2.085.tar.gz
  /usr/bin/perl Makefile.PL -- OK
Running make for S/SU/SULLR/IO-Socket-SSL-2.085.tar.gz
Warning: Prerequisite 'Net::SSLeay => 1.46' for 'SULLR/IO-Socket-SSL-2.085.tar.gz' failed when processing 'CHRISN/Net-SSLeay-1.94.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL' returned status 256'. Continuing, but chances to succeed are limited.
cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm
cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod
cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm
cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm
cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm
Manifying 4 pod documents
  SULLR/IO-Socket-SSL-2.085.tar.gz
  /usr/bin/make -- OK
The current configuration of allow_installing_outdated_dists is 'ask/yes', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect
Running make test for SULLR/IO-Socket-SSL-2.085.tar.gz
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/external/*.t
t/01loadmodule.t .................. 1/3 
#   Failed test 'loaded'
#   at t/01loadmodule.t line 8.
Undefined subroutine &Net::SSLeay::OPENSSL_VERSION_NUMBER called at t/01loadmodule.t line 10.
# Looks like your test exited with 2 just after 1.
t/01loadmodule.t .................. Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests 
t/acceptSSL-timeout.t ............. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/acceptSSL-timeout.t line 4.
BEGIN failed--compilation aborted at t/acceptSSL-timeout.t line 4.
t/acceptSSL-timeout.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/alpn.t .......................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/alpn.t line 7.
BEGIN failed--compilation aborted at t/alpn.t line 7.
t/alpn.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/auto_verify_hostname.t .......... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/auto_verify_hostname.t line 5.
BEGIN failed--compilation aborted at t/auto_verify_hostname.t line 5.
t/auto_verify_hostname.t .......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/cert_formats.t .................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/cert_formats.t line 4.
BEGIN failed--compilation aborted at t/cert_formats.t line 4.
t/cert_formats.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/cert_no_file.t .................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/cert_no_file.t line 16.
BEGIN failed--compilation aborted at t/cert_no_file.t line 16.
t/cert_no_file.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/compatibility.t ................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/compatibility.t line 7.
BEGIN failed--compilation aborted at t/compatibility.t line 7.
t/compatibility.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/connectSSL-timeout.t ............ Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/connectSSL-timeout.t line 3.
BEGIN failed--compilation aborted at t/connectSSL-timeout.t line 3.
t/connectSSL-timeout.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/core.t .......................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/core.t line 7.
BEGIN failed--compilation aborted at t/core.t line 7.
t/core.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/dhe.t ........................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/dhe.t line 9.
BEGIN failed--compilation aborted at t/dhe.t line 9.
t/dhe.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/ecdhe.t ......................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/ecdhe.t line 7.
BEGIN failed--compilation aborted at t/ecdhe.t line 7.
t/ecdhe.t ......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/external/ocsp.t ................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/external/ocsp.t line 6.
BEGIN failed--compilation aborted at t/external/ocsp.t line 6.
t/external/ocsp.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/external/usable_ca.t ............ Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/external/usable_ca.t line 4.
BEGIN failed--compilation aborted at t/external/usable_ca.t line 4.
t/external/usable_ca.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/io-socket-inet6.t ............... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/io-socket-inet6.t line 14.
BEGIN failed--compilation aborted at t/io-socket-inet6.t line 14.
t/io-socket-inet6.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/io-socket-ip.t .................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/io-socket-ip.t line 10.
BEGIN failed--compilation aborted at t/io-socket-ip.t line 10.
t/io-socket-ip.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/memleak_bad_handshake.t ......... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/memleak_bad_handshake.t line 7.
BEGIN failed--compilation aborted at t/memleak_bad_handshake.t line 7.
t/memleak_bad_handshake.t ......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/mitm.t .......................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/mitm.t line 5.
BEGIN failed--compilation aborted at t/mitm.t line 5.
t/mitm.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/multiple-cert-rsa-ecc.t ......... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/multiple-cert-rsa-ecc.t line 5.
BEGIN failed--compilation aborted at t/multiple-cert-rsa-ecc.t line 5.
t/multiple-cert-rsa-ecc.t ......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/nonblock.t ...................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/nonblock.t line 8.
BEGIN failed--compilation aborted at t/nonblock.t line 8.
t/nonblock.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/npn.t ........................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/npn.t line 7.
BEGIN failed--compilation aborted at t/npn.t line 7.
t/npn.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/plain_upgrade_downgrade.t ....... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/plain_upgrade_downgrade.t line 4.
BEGIN failed--compilation aborted at t/plain_upgrade_downgrade.t line 4.
t/plain_upgrade_downgrade.t ....... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/protocol_version.t .............. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/protocol_version.t line 7.
BEGIN failed--compilation aborted at t/protocol_version.t line 7.
t/protocol_version.t .............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/public_suffix_lib_encode_idn.t .. ok     
t/public_suffix_lib_libidn.t ...... ok     
t/public_suffix_lib_uri.t ......... ok     
t/public_suffix_ssl.t ............. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/public_suffix_ssl.t line 3.
BEGIN failed--compilation aborted at t/public_suffix_ssl.t line 3.
t/public_suffix_ssl.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/readline.t ...................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/readline.t line 16.
BEGIN failed--compilation aborted at t/readline.t line 16.
t/readline.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/session_cache.t ................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/session_cache.t line 5.
BEGIN failed--compilation aborted at t/session_cache.t line 5.
t/session_cache.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/session_ticket.t ................ Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/session_ticket.t line 3.
BEGIN failed--compilation aborted at t/session_ticket.t line 3.
t/session_ticket.t ................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/sessions.t ...................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/sessions.t line 9.
BEGIN failed--compilation aborted at t/sessions.t line 9.
t/sessions.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/set_curves.t .................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/set_curves.t line 5.
BEGIN failed--compilation aborted at t/set_curves.t line 5.
t/set_curves.t .................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/signal-readline.t ............... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/signal-readline.t line 5.
BEGIN failed--compilation aborted at t/signal-readline.t line 5.
t/signal-readline.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/sni.t ........................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/sni.t line 5.
BEGIN failed--compilation aborted at t/sni.t line 5.
t/sni.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/sni_verify.t .................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/sni_verify.t line 5.
BEGIN failed--compilation aborted at t/sni_verify.t line 5.
t/sni_verify.t .................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/start-stopssl.t ................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/start-stopssl.t line 6.
BEGIN failed--compilation aborted at t/start-stopssl.t line 6.
t/start-stopssl.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/startssl-failed.t ............... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/startssl-failed.t line 5.
BEGIN failed--compilation aborted at t/startssl-failed.t line 5.
t/startssl-failed.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/startssl.t ...................... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/startssl.t line 5.
BEGIN failed--compilation aborted at t/startssl.t line 5.
t/startssl.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/sysread_write.t ................. Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/sysread_write.t line 11.
BEGIN failed--compilation aborted at t/sysread_write.t line 11.
t/sysread_write.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/verify_fingerprint.t ............ Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/verify_fingerprint.t line 4.
BEGIN failed--compilation aborted at t/verify_fingerprint.t line 4.
t/verify_fingerprint.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/verify_hostname.t ............... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/verify_hostname.t line 5.
BEGIN failed--compilation aborted at t/verify_hostname.t line 5.
t/verify_hostname.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/verify_hostname_standalone.t .... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/verify_hostname_standalone.t line 4.
BEGIN failed--compilation aborted at t/verify_hostname_standalone.t line 4.
t/verify_hostname_standalone.t .... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/verify_partial_chain.t .......... Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/lib /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/verify_partial_chain.t line 5.
BEGIN failed--compilation aborted at t/verify_partial_chain.t line 5.
t/verify_partial_chain.t .......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Test Summary Report
-------------------
t/01loadmodule.t                (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 3 tests but ran 1.
t/acceptSSL-timeout.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/alpn.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/auto_verify_hostname.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/cert_formats.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/cert_no_file.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/compatibility.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/connectSSL-timeout.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/core.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/dhe.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/ecdhe.t                       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/external/ocsp.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/external/usable_ca.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/io-socket-inet6.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/io-socket-ip.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/memleak_bad_handshake.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/mitm.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/multiple-cert-rsa-ecc.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/nonblock.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/npn.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/plain_upgrade_downgrade.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/protocol_version.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/public_suffix_ssl.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/readline.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/session_cache.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/session_ticket.t              (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sessions.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/set_curves.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/signal-readline.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sni.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sni_verify.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/start-stopssl.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/startssl-failed.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/startssl.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sysread_write.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_fingerprint.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_hostname.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_hostname_standalone.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_partial_chain.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=42, Tests=238,  0 wallclock secs ( 0.03 usr  0.03 sys +  0.38 cusr  0.09 csys =  0.53 CPU)
Result: FAIL
Failed 39/42 test programs. 1/238 subtests failed.
make: *** [test_dynamic] Error 2
  SULLR/IO-Socket-SSL-2.085.tar.gz
one dependency not OK (Net::SSLeay); additionally test harness failed
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports SULLR/IO-Socket-SSL-2.085.tar.gz
Running install for module 'IO::Socket::SSL::Utils'
  SULLR/IO-Socket-SSL-2.085.tar.gz
  Has already been unwrapped into directory /Users/myuser/.cpan/build/IO-Socket-SSL-2.085-8
  SULLR/IO-Socket-SSL-2.085.tar.gz
  Has already been prepared
  SULLR/IO-Socket-SSL-2.085.tar.gz
  Has already been made
  SULLR/IO-Socket-SSL-2.085.tar.gz
  Won't repeat unsuccessful test during this command
  OALDERS/LWP-Protocol-https-6.14.tar.gz
  Has already been unwrapped into directory /Users/myuser/.cpan/build/LWP-Protocol-https-6.14-9
  OALDERS/LWP-Protocol-https-6.14.tar.gz
  Has already been prepared
Running make for O/OA/OALDERS/LWP-Protocol-https-6.14.tar.gz
Warning: Prerequisite 'IO::Socket::SSL => 1.970' for 'OALDERS/LWP-Protocol-https-6.14.tar.gz' failed when processing 'SULLR/IO-Socket-SSL-2.085.tar.gz' with 'make_test => NO one dependency not OK (Net::SSLeay); additionally test harness failed'. Continuing, but chances to succeed are limited.
Warning: Prerequisite 'IO::Socket::SSL::Utils => 0' for 'OALDERS/LWP-Protocol-https-6.14.tar.gz' failed when processing 'SULLR/IO-Socket-SSL-2.085.tar.gz' with 'make_test => NO one dependency not OK (Net::SSLeay); additionally test harness failed'. Continuing, but chances to succeed are limited.
cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm
Manifying 1 pod document
  OALDERS/LWP-Protocol-https-6.14.tar.gz
  /usr/bin/make -- OK
The current configuration of allow_installing_outdated_dists is 'ask/yes', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect
Running make test for OALDERS/LWP-Protocol-https-6.14.tar.gz
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-report-prereqs.t .. # 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                  Want     Have
#     ------------------- -------- --------
#     ExtUtils::MakeMaker      any     7.62
#     perl                5.008001 5.034001
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.06
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.62
# 
# === Test Requires ===
# 
#     Module                     Want     Have
#     ---------------------- -------- --------
#     ExtUtils::MakeMaker         any     7.62
#     File::Spec                  any     3.80
#     File::Temp                  any   0.2311
#     IO::Select                  any     1.46
#     IO::Socket::INET            any     1.46
#     IO::Socket::SSL           1.970  missing
#     IO::Socket::SSL::Utils      any  missing
#     LWP::UserAgent             6.06     6.77
#     Socket                      any    2.031
#     Test::More                 0.96 1.302198
#     Test::Needs            0.002010 0.002010
#     Test::RequiresInternet      any     0.05
#     perl                   5.008001 5.034001
#     warnings                    any     1.51
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                  Want     Have
#     ------------------- -------- --------
#     IO::Socket::SSL        1.970  missing
#     LWP::Protocol::http      any     6.77
#     LWP::UserAgent          6.06     6.77
#     Net::HTTPS                 6     6.23
#     base                     any     2.27
#     perl                5.008001 5.034001
#     strict                   any     1.12
# 
# === Other Modules ===
# 
#     Module         Have
#     ----------- -------
#     Net::SSLeay missing
# 
# 
# *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
# 
# The following REQUIRED prerequisites were not satisfied:
# 
# IO::Socket::SSL is not installed (version '1.970' required)
# IO::Socket::SSL::Utils is not installed (any version required)
# IO::Socket::SSL is not installed (version '1.970' required)
# 
t/00-report-prereqs.t .. ok   
t/diag.t ............... Can't locate IO/Socket/SSL.pm in @INC (you may need to install the IO::Socket::SSL module) (@INC contains: /Users/myuser/.cpan/build/LWP-Protocol-https-6.14-9/blib/lib /Users/myuser/.cpan/build/LWP-Protocol-https-6.14-9/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at t/diag.t line 8.
BEGIN failed--compilation aborted at t/diag.t line 8.
t/diag.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/example.t ............ 
    #   Failed test 'success status'
    #   at t/example.t line 19.

    #   Failed test 'have header Client-SSL-Socket-Class'
    #   at t/example.t line 29.

    #   Failed test 'have header Client-SSL-Cipher'
    #   at t/example.t line 44.

    #   Failed test 'found expected document content'
    #   at t/example.t line 46.
    #                   'LWP will support https URLs if the LWP::Protocol::https module
    # is installed.
    # '
    #     doesn't match '(?^:Example Domain)'
    # Looks like you failed 4 tests of 6.
t/example.t ............ 1/2 
#   Failed test 'Request GET https://www.example.com'
#   at t/example.t line 47.

    #   Failed test 'success status'
    #   at t/example.t line 54.
    # Looks like you failed 1 test of 2.

#   Failed test 'Check for warnings from GET https://www.example.com (RT #81948)'
#   at t/example.t line 57.
# Looks like you failed 2 tests of 2.
t/example.t ............ Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
t/https_proxy.t ........ Can't locate IO/Socket/SSL.pm in @INC (you may need to install the IO::Socket::SSL module)) at /Library/Perl/5.34/Net/HTTPS.pm line 25.
Can't locate Net/SSL.pm in @INC (you may need to install the Net::SSL module) (@INC contains: /Users/myuser/.cpan/build/LWP-Protocol-https-6.14-9/blib/lib /Users/myuser/.cpan/build/LWP-Protocol-https-6.14-9/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Library/Perl/5.34/Net/HTTPS.pm line 29.
Compilation failed in require at /Users/myuser/.cpan/build/LWP-Protocol-https-6.14-9/blib/lib/LWP/Protocol/https.pm line 9.
Compilation failed in require at t/https_proxy.t line 14.
BEGIN failed--compilation aborted at t/https_proxy.t line 14.
t/https_proxy.t ........ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Test Summary Report
-------------------
t/diag.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/example.t          (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/https_proxy.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=4, Tests=3,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.16 cusr  0.02 csys =  0.19 CPU)
Result: FAIL
Failed 3/4 test programs. 2/3 subtests failed.
make: *** [test_dynamic] Error 2
  OALDERS/LWP-Protocol-https-6.14.tar.gz
2 dependencies missing (IO::Socket::SSL,IO::Socket::SSL::Utils); additionally test harness failed
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports OALDERS/LWP-Protocol-https-6.14.tar.gz
  BPSCHUCK/Finance-Quote-1.60.tar.gz
  Has already been unwrapped into directory /Users/myuser/.cpan/build/Finance-Quote-1.60-2
  BPSCHUCK/Finance-Quote-1.60.tar.gz
  Has already been prepared
Running make for B/BP/BPSCHUCK/Finance-Quote-1.60.tar.gz
Warning: Prerequisite 'LWP::Protocol::https => 0' for 'BPSCHUCK/Finance-Quote-1.60.tar.gz' failed when processing 'OALDERS/LWP-Protocol-https-6.14.tar.gz' with 'make_test => NO 2 dependencies missing (IO::Socket::SSL,IO::Socket::SSL::Utils); additionally test harness failed'. Continuing, but chances to succeed are limited.
cp lib/Finance/Quote/BSEIndia.pm blib/lib/Finance/Quote/BSEIndia.pm
cp lib/Finance/Quote/NSEIndia.pm blib/lib/Finance/Quote/NSEIndia.pm
cp lib/Finance/Quote/Oslobors.pm blib/lib/Finance/Quote/Oslobors.pm
cp lib/Finance/Quote/ASEGR.pm blib/lib/Finance/Quote/ASEGR.pm
cp lib/Finance/Quote/UserAgent.pm blib/lib/Finance/Quote/UserAgent.pm
cp lib/Finance/Quote/CSE.pm blib/lib/Finance/Quote/CSE.pm
cp lib/Finance/Quote/Bourso.pm blib/lib/Finance/Quote/Bourso.pm
cp lib/Finance/Quote/Sinvestor.pm blib/lib/Finance/Quote/Sinvestor.pm
cp lib/Finance/Quote/Tiaacref.pm blib/lib/Finance/Quote/Tiaacref.pm
cp lib/Finance/Quote/AlphaVantage.pm blib/lib/Finance/Quote/AlphaVantage.pm
cp lib/Finance/Quote/TreasuryDirect.pm blib/lib/Finance/Quote/TreasuryDirect.pm
cp lib/Finance/Quote/CurrencyRates/YahooJSON.pm blib/lib/Finance/Quote/CurrencyRates/YahooJSON.pm
cp lib/Finance/Quote/TwelveData.pm blib/lib/Finance/Quote/TwelveData.pm
cp lib/Finance/Quote/Union.pm blib/lib/Finance/Quote/Union.pm
cp lib/Finance/Quote/MorningstarJP.pm blib/lib/Finance/Quote/MorningstarJP.pm
cp lib/Finance/Quote/MarketWatch.pm blib/lib/Finance/Quote/MarketWatch.pm
cp lib/Finance/Quote/GoogleWeb.pm blib/lib/Finance/Quote/GoogleWeb.pm
cp lib/Finance/Quote/TesouroDireto.pm blib/lib/Finance/Quote/TesouroDireto.pm
cp lib/Finance/Quote/Consorsbank.pm blib/lib/Finance/Quote/Consorsbank.pm
cp lib/Finance/Quote/XETRA.pm blib/lib/Finance/Quote/XETRA.pm
cp lib/Finance/Quote/TMX.pm blib/lib/Finance/Quote/TMX.pm
cp lib/Finance/Quote/SEB.pm blib/lib/Finance/Quote/SEB.pm
cp lib/Finance/Quote/GoldMoney.pm blib/lib/Finance/Quote/GoldMoney.pm
cp lib/Finance/Quote/MorningstarUK.pm blib/lib/Finance/Quote/MorningstarUK.pm
cp lib/Finance/Quote/BVB.pm blib/lib/Finance/Quote/BVB.pm
cp lib/Finance/Quote/TSP.pm blib/lib/Finance/Quote/TSP.pm
cp lib/Finance/Quote/CurrencyRates/ECB.pm blib/lib/Finance/Quote/CurrencyRates/ECB.pm
cp lib/Finance/Quote/YahooJSON.pm blib/lib/Finance/Quote/YahooJSON.pm
cp lib/Finance/Quote/NZX.pm blib/lib/Finance/Quote/NZX.pm
cp lib/Finance/Quote.pm blib/lib/Finance/Quote.pm
cp lib/Finance/Quote/Currencies.pm blib/lib/Finance/Quote/Currencies.pm
cp lib/Finance/Quote/DWS.pm blib/lib/Finance/Quote/DWS.pm
cp lib/Finance/Quote/CurrencyRates/AlphaVantage.pm blib/lib/Finance/Quote/CurrencyRates/AlphaVantage.pm
cp CONTRIBUTING.pod blib/lib/Finance/CONTRIBUTING.pod
cp lib/Finance/Quote/IEXCloud.pm blib/lib/Finance/Quote/IEXCloud.pm
cp lib/Finance/Quote/ZA.pm blib/lib/Finance/Quote/ZA.pm
cp lib/Finance/Quote/MorningstarAU.pm blib/lib/Finance/Quote/MorningstarAU.pm
cp lib/Finance/Quote/Comdirect.pm blib/lib/Finance/Quote/Comdirect.pm
cp lib/Finance/Quote/OnVista.pm blib/lib/Finance/Quote/OnVista.pm
cp lib/Finance/Quote/Tradegate.pm blib/lib/Finance/Quote/Tradegate.pm
cp lib/Finance/Quote/Deka.pm blib/lib/Finance/Quote/Deka.pm
cp lib/Finance/Quote/SIX.pm blib/lib/Finance/Quote/SIX.pm
cp lib/Finance/Quote/ASX.pm blib/lib/Finance/Quote/ASX.pm
cp lib/Finance/Quote/MorningstarCH.pm blib/lib/Finance/Quote/MorningstarCH.pm
cp lib/Finance/Quote/Troweprice.pm blib/lib/Finance/Quote/Troweprice.pm
cp lib/Finance/Quote/Bloomberg.pm blib/lib/Finance/Quote/Bloomberg.pm
cp lib/Finance/Quote/Finanzpartner.pm blib/lib/Finance/Quote/Finanzpartner.pm
cp lib/Finance/Quote/HU.pm blib/lib/Finance/Quote/HU.pm
cp lib/Finance/Quote/Stooq.pm blib/lib/Finance/Quote/Stooq.pm
cp lib/Finance/Quote/Fondsweb.pm blib/lib/Finance/Quote/Fondsweb.pm
cp lib/Finance/Quote/IndiaMutual.pm blib/lib/Finance/Quote/IndiaMutual.pm
cp lib/Finance/Quote/CurrencyRates/Fixer.pm blib/lib/Finance/Quote/CurrencyRates/Fixer.pm
cp lib/Finance/Quote/FTfunds.pm blib/lib/Finance/Quote/FTfunds.pm
cp lib/Finance/Quote/CurrencyRates/OpenExchange.pm blib/lib/Finance/Quote/CurrencyRates/OpenExchange.pm
cp lib/Finance/Quote/YahooWeb.pm blib/lib/Finance/Quote/YahooWeb.pm
cp lib/Finance/Quote/AEX.pm blib/lib/Finance/Quote/AEX.pm
Manifying 55 pod documents
  BPSCHUCK/Finance-Quote-1.60.tar.gz
  /usr/bin/make -- OK
The current configuration of allow_installing_outdated_dists is 'ask/yes', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect
Running make test for BPSCHUCK/Finance-Quote-1.60.tar.gz
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-store-date.t .......... ok     
t/01-pod.t ................. skipped: Author test.  Set $ENV{TEST_AUTHOR} to true to run.
t/02-pod-coverage.t ........ Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module) (@INC contains: /Users/myuser/.cpan/build/Finance-Quote-1.60-2/blib/lib /Users/myuser/.cpan/build/Finance-Quote-1.60-2/blib/arch /Library/Perl/5.34/darwin-thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-multi-2level /System/Library/Perl/5.34 .) at /Library/Perl/5.34/Pod/Coverage.pm line 6.
BEGIN failed--compilation aborted at /Library/Perl/5.34/Pod/Coverage.pm line 6.
Compilation failed in require at /Library/Perl/5.34/Test/Pod/Coverage.pm line 86.
BEGIN failed--compilation aborted at /Library/Perl/5.34/Test/Pod/Coverage.pm line 86.
Compilation failed in require at t/02-pod-coverage.t line 5.
BEGIN failed--compilation aborted at t/02-pod-coverage.t line 5.
t/02-pod-coverage.t ........ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/03-kwalitee.t ............ skipped: Author test.  Set $ENV{TEST_AUTHOR} to true to run.
t/04-critic.t .............. skipped: Author test.  Set $ENV{TEST_AUTHOR} to true to run.
t/05-data-dumper.t ......... skipped: Author test.  Set $ENV{TEST_AUTHOR} to true to run.
t/aex.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/alphavantage.t ........... skipped: Set $ENV{ONLINE_TEST} to run this test
t/asegr.t .................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/asx.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/aufunds.t ................ skipped: Set $ENV{ONLINE_TEST} to run this test
t/author-pod-syntax.t ...... skipped: these tests are for testing by the author
t/bloomberg.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/bourso.t ................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/bseindia.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/bvb.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/comdirect.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/consorsbank.t ............ skipped: Set $ENV{ONLINE_TEST} to run this test
t/cse.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/currencies.t ............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/currency-openexchange.t .. skipped: Set $ENV{ONLINE_TEST} to run this test
t/currency.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/currency_lookup.t ........ ok     
t/deka.t ................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/dws.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/finanzpartner.t .......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/fondsweb.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/fq-class-methods.t ....... ok   
t/fq-object-methods.t ...... ok     
t/ftfunds.t ................ skipped: Set $ENV{ONLINE_TEST} to run this test
t/goldmoney.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/googleweb.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/hu.t ..................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/iexcloud.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/indiamutual.t ............ skipped: Set $ENV{ONLINE_TEST} to run this test
t/marketwatch.t ............ skipped: Set $ENV{ONLINE_TEST} to run this test
t/morningstarau.t .......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/morningstarCH.t .......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/morningstarJP.t .......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/morningstarUK.t .......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/nseindia.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/nzx.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/onvista.t ................ skipped: Set $ENV{ONLINE_TEST} to run this test
t/oslobors.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/quote.t .................. ok     
t/seb.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/sinvestor.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/six.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/stooq.t .................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/tesouro_direto.t ......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/tiaacref.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/tmx.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/tradegate.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/treasurydirect.t ......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/troweprice.t ............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/tsp.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/twelvedata.t ............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/ukfunds.t ................ skipped: Set $ENV{ONLINE_TEST} to run this test
t/union.t .................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/usfedbonds.t ............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/xetra.t .................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/yahoojson.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/yahooweb.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/za.t ..................... skipped: Set $ENV{ONLINE_TEST} to run this test

Test Summary Report
-------------------
t/02-pod-coverage.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=64, Tests=83,  4 wallclock secs ( 0.05 usr  0.05 sys +  3.29 cusr  0.48 csys =  3.87 CPU)
Result: FAIL
Failed 1/64 test programs. 0/83 subtests failed.
make: *** [test_dynamic] Error 255
  BPSCHUCK/Finance-Quote-1.60.tar.gz
one dependency not OK (LWP::Protocol::https); additionally test harness failed
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports BPSCHUCK/Finance-Quote-1.60.tar.gz
JSON::Parse is up to date (0.62).
myuser@myuser-MacBook-Air bin %