houseabsolute / Log-Dispatch

Dispatches messages to one or more outputs
https://metacpan.org/release/Log-Dispatch/
Other
12 stars 29 forks source link

Lack of dependency #72

Closed worthmine closed 2 months ago

worthmine commented 2 months ago

To install this module, I needed to install at least 2 modules bellow:

cpanm Sub::Identify Exception::Class

I don't know why but will report this anyway.

autarch commented 2 months ago

Could you share some more info on you installed Log::Dispatch and what errors you saw?

Log::Dispatch does not directly depend on either of these packages, but they're probably in its transitive dependency list. But all the dependencies should be installed automatically if you use cpan or cpanm.

worthmine commented 2 months ago

Sure.

I could have reproduced it with doing those below:

cpanm Sub::Identify Exception::Class Log::Dispatch --uninstall
cpanm  Log::Dispatch -v

logged

t/00-compile.t ............................. A scope-end callback raised an exception, which can not be propagated when B::Hooks::EndOfScope operates in pure-perl mode. Your program will CONTINUE EXECUTION AS IF NOTHING HAPPENED AFTER THIS WARNING. Below is the complete exception text, followed by a stack-trace of the callback execution:

Can't locate Sub/Identify.pm in @INC (you may need to install the Sub::Identify module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/namespace/autoclean.pm line 200.

 at /Users/yukiyoshida/perl5/lib/perl5/B/Hooks/EndOfScope/PP.pm line 36.
        B::Hooks::EndOfScope::PP::__invoke_callback(CODE(0x12f8ca558)) called at /Users/yukiyoshida/perl5/lib/perl5/B/Hooks/EndOfScope/PP/FieldHash.pm line 31
        B::Hooks::EndOfScope::PP::_TieHintHashFieldHash::DELETE(B::Hooks::EndOfScope::PP::_TieHintHashFieldHash=HASH(0x12f8de400), 5351980928) called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Types.pm line 75
        require Log/Dispatch/Types.pm called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 11
        Log::Dispatch::BEGIN() called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 11
        eval {...} called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 11
        require Log/Dispatch.pm called at t/00-compile.t line 21
        main::BEGIN() called at t/00-compile.t line 21
        eval {...} called at t/00-compile.t line 21
        eval 'package main;
BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
#line 21 t/00-compile.t
use Log::Dispatch @{$args[0]};
1;
' called at /Users/yukiyoshida/perl5/lib/perl5/Test/More.pm line 1056
        Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x12f886780), "UUUUUUUUUUUUUUUUUUUU") called at /Users/yukiyoshida/perl5/lib/perl5/Test/More.pm line 1031
        Test::More::use_ok("Log::Dispatch") called at t/00-compile.t line 21
t/00-compile.t ............................. 1/? 
#   Failed test 'use Log::Dispatch;'
#   at t/00-compile.t line 21.
#     Tried to use 'Log::Dispatch'.
#     Error:  Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
# Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
# Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
# Compilation failed in require at t/00-compile.t line 21.
# BEGIN failed--compilation aborted at t/00-compile.t line 21.

#   Failed test 'use Log::Dispatch::Code;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Code'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Code.pm line 9.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Code.pm line 9.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::Email::MailSend;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Email::MailSend'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Email.pm line 10.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Email.pm line 10.
# Compilation failed in require at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 137.
#       ...propagated at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 159.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Email/MailSend.pm line 11.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::File;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::File'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/File.pm line 10.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/File.pm line 10.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.
...
t/syslog.t ................................. A scope-end callback raised an exception, which can not be propagated when B::Hooks::EndOfScope operates in pure-perl mode. Your program will CONTINUE EXECUTION AS IF NOTHING HAPPENED AFTER THIS WARNING. Below is the complete exception text, followed by a stack-trace of the callback execution:

Can't locate Sub/Identify.pm in @INC (you may need to install the Sub::Identify module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/namespace/autoclean.pm line 200.t/syslog.t ................................. A scope-end callback raised an exception, which can not be propagated when B::Hooks::EndOfScope operates in pure-perl mode. Your program will CONTINUE EXECUTION AS IF NOTHING HAPPENED AFTER THIS WARNING. Below is the complete exception text, followed by a stack-trace of the callback execution:

Can't locate Sub/Identify.pm in @INC (you may need to install the Sub::Identify module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/namespace/autoclean.pm line 200.
 at /Users/yukiyoshida/perl5/lib/perl5/B/Hooks/EndOfScope/PP.pm line 36.
        B::Hooks::EndOfScope::PP::__invoke_callback(CODE(0x1535b4fb0)) called at /Users/yukiyoshida/perl5/lib/perl5/B/Hooks/EndOfScope/PP/FieldHash.pm line 31
        B::Hooks::EndOfScope::PP::_TieHintHashFieldHash::DELETE(B::Hooks::EndOfScope::PP::_TieHintHashFieldHash=HASH(0x152868520), 5679136640) called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Types.pm line 75
        require Log/Dispatch/Types.pm called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 11
        Log::Dispatch::BEGIN() called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 11
        eval {...} called at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 11
        require Log/Dispatch.pm called at t/syslog.t line 10
        main::BEGIN() called at t/syslog.t line 10
        eval {...} called at t/syslog.t line 10
Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719310475.6596/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/syslog.t line 10.
BEGIN failed--compilation aborted at t/syslog.t line 10.
t/syslog.t ................................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Test Summary Report
-------------------
t/00-compile.t                           (Wstat: 2304 (exited 9) Tests: 13 Failed: 9)
  Failed tests:  1, 3, 5, 8-13
  Non-zero exit status: 9
t/basic.t                                (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/binmode.t                              (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/close-after-write.t                    (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/file-locked.t                          (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/lazy-open.t                            (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/screen.t                               (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/short-syntax.t                         (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/syslog-lock-without-preloaded-threads.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/syslog-threads.t                       (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/syslog.t                               (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=13, Tests=14,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.65 cusr  0.10 csys =  0.78 CPU)
Result: FAIL
Failed 11/13 test programs. 9/14 subtests failed.
make: *** [test_dynamic] Error 2
FAIL
! Installing Log::Dispatch failed. See /Users/yukiyoshida/.cpanm/work/1719310475.6596/build.log for details. Retry with --force to force install it.

And I tried

cpanm namespace::autoclean --reinstall
cpanm  Log::Dispatch -v

logged

cpanm (App::cpanminus) 1.7047 on perl 5.038002 built for darwin-thread-multi-2level
Work directory is /Users/yukiyoshida/.cpanm/work/1719311448.8813
You have make /usr/bin/make
You have /opt/homebrew/bin/wget
You have /usr/bin/tar: bsdtar 3.5.3 - libarchive 3.5.3 zlib/1.2.12 liblzma/5.4.3 bz2lib/1.0.8 
You have /usr/bin/unzip
Searching Log::Dispatch () on cpanmetadb ...
--2024-06-25 19:30:48--  http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch
Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ...
Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.2.217|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 647 [text/yaml]
Saving to: ‘STDOUT’

-                      100%[===========================>]     647  --.-KB/s    in 0s      

2024-06-25 19:30:49 (38.6 MB/s) - written to stdout [647/647]

--> Working on Log::Dispatch
Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.71.tar.gz ... --2024-06-25 19:30:49--  http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.71.tar.gz
Resolving www.cpan.org (www.cpan.org)... 2a04:4e42::311, 2a04:4e42:200::311, 2a04:4e42:400::311, ...
Connecting to www.cpan.org (www.cpan.org)|2a04:4e42::311|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 72470 (71K) [application/x-gzip]
Saving to: ‘Log-Dispatch-2.71.tar.gz’

Log-Dispatch-2.71.tar. 100%[===========================>]  70.77K  --.-KB/s    in 0.03s   

2024-06-25 19:30:49 (2.28 MB/s) - ‘Log-Dispatch-2.71.tar.gz’ saved [72470/72470]

OK
Unpacking Log-Dispatch-2.71.tar.gz
x Log-Dispatch-2.71/
x Log-Dispatch-2.71/Makefile.PL
x Log-Dispatch-2.71/META.yml
x Log-Dispatch-2.71/Changes
x Log-Dispatch-2.71/CONTRIBUTING.md
x Log-Dispatch-2.71/LICENSE
x Log-Dispatch-2.71/git/
x Log-Dispatch-2.71/git/hooks/
x Log-Dispatch-2.71/git/hooks/pre-commit.sh
x Log-Dispatch-2.71/git/setup.pl
x Log-Dispatch-2.71/README.md
x Log-Dispatch-2.71/perltidyrc
x Log-Dispatch-2.71/META.json
x Log-Dispatch-2.71/CODE_OF_CONDUCT.md
x Log-Dispatch-2.71/lib/
x Log-Dispatch-2.71/lib/Log/
x Log-Dispatch-2.71/lib/Log/Dispatch/
x Log-Dispatch-2.71/lib/Log/Dispatch/Conflicts.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Base.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Syslog.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/ApacheLog.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/File/
x Log-Dispatch-2.71/lib/Log/Dispatch/File/Locked.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Null.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MIMELite.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MailSend.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MailSendmail.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MailSender.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Handle.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Output.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/File.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Code.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Types.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Vars.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Screen.pm
x Log-Dispatch-2.71/lib/Log/Dispatch.pm
x Log-Dispatch-2.71/xt/
x Log-Dispatch-2.71/xt/release/
x Log-Dispatch-2.71/xt/release/cpan-changes.t
x Log-Dispatch-2.71/xt/release/meta-json.t
x Log-Dispatch-2.71/xt/author/
x Log-Dispatch-2.71/xt/author/pod-spell.t
x Log-Dispatch-2.71/xt/author/precious.t
x Log-Dispatch-2.71/xt/author/no-tabs.t
x Log-Dispatch-2.71/xt/author/portability.t
x Log-Dispatch-2.71/xt/author/mojibake.t
x Log-Dispatch-2.71/xt/author/test-version.t
x Log-Dispatch-2.71/xt/author/test-dependents.t
x Log-Dispatch-2.71/xt/author/pod-coverage.t
x Log-Dispatch-2.71/xt/author/pod-syntax.t
x Log-Dispatch-2.71/xt/author/eol.t
x Log-Dispatch-2.71/weaver.ini
x Log-Dispatch-2.71/perlcriticrc
x Log-Dispatch-2.71/cpanfile
x Log-Dispatch-2.71/t/
x Log-Dispatch-2.71/t/screen.t
x Log-Dispatch-2.71/t/00-report-prereqs.dd
x Log-Dispatch-2.71/t/close-after-write.t
x Log-Dispatch-2.71/t/sendmail
x Log-Dispatch-2.71/t/short-syntax.t
x Log-Dispatch-2.71/t/file-locked.t
x Log-Dispatch-2.71/t/00-report-prereqs.t
x Log-Dispatch-2.71/t/lib/
x Log-Dispatch-2.71/t/lib/Log/
x Log-Dispatch-2.71/t/lib/Log/Dispatch/
x Log-Dispatch-2.71/t/lib/Log/Dispatch/TestUtil.pm
x Log-Dispatch-2.71/t/email-exit.t
x Log-Dispatch-2.71/t/screen-helper.pl
x Log-Dispatch-2.71/t/syslog-threads.t
x Log-Dispatch-2.71/t/binmode.t
x Log-Dispatch-2.71/t/syslog.t
x Log-Dispatch-2.71/t/00-compile.t
x Log-Dispatch-2.71/t/email-exit-helper.pl
x Log-Dispatch-2.71/t/syslog-lock-without-preloaded-threads.t
x Log-Dispatch-2.71/t/basic.t
x Log-Dispatch-2.71/t/lazy-open.t
x Log-Dispatch-2.71/MANIFEST
x Log-Dispatch-2.71/INSTALL
x Log-Dispatch-2.71/dist.ini
x Log-Dispatch-2.71/precious.toml
x Log-Dispatch-2.71/azure-pipelines.yml
x Log-Dispatch-2.71/dev-bin/
x Log-Dispatch-2.71/dev-bin/install-xt-tools.sh
Entering Log-Dispatch-2.71
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.70)
Checking if you have Dist::CheckConflicts 0.02 ... Yes (0.11)
Running Makefile.PL
Configuring Log-Dispatch-2.71 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Log::Dispatch
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Checking if you have Specio::Library::Numeric 0 ... Yes (0.48)
Checking if you have Dist::CheckConflicts 0.02 ... Yes (0.11)
Checking if you have Encode 0 ... Yes (3.21)
Checking if you have Fcntl 0 ... Yes (1.15)
Checking if you have Specio::Exporter 0 ... Yes (0.48)
Checking if you have File::Temp 0 ... Yes (0.2311)
Checking if you have Module::Runtime 0 ... Yes (0.016)
Checking if you have namespace::autoclean 0 ... Yes (0.29)
Checking if you have Carp 0 ... Yes (1.54)
Checking if you have Specio::Library::String 0 ... Yes (0.48)
Checking if you have Getopt::Long 0 ... Yes (2.57)
Checking if you have IPC::Run3 0 ... Yes (0.049)
Checking if you have utf8 0 ... Yes (1.25)
Checking if you have File::Spec 0 ... Yes (3.88)
Checking if you have Devel::GlobalDestruction 0 ... Yes (0.14)
Checking if you have Data::Dumper 0 ... Yes (2.188)
Checking if you have Specio::Declare 0 ... Yes (0.48)
Checking if you have Try::Tiny 0 ... Yes (0.31)
Checking if you have strict 0 ... Yes (1.12)
Checking if you have Exporter 0 ... Yes (5.77)
Checking if you have Test::Fatal 0 ... Yes (0.017)
Checking if you have Scalar::Util 0 ... Yes (1.63)
Checking if you have Test::Needs 0 ... Yes (0.002010)
Checking if you have FindBin 0 ... Yes (1.54)
Checking if you have Specio 0.32 ... Yes (0.48)
Checking if you have Sys::Syslog 0.28 ... Yes (0.36)
Checking if you have IO::Handle 0 ... Yes (1.52)
Checking if you have Params::ValidationCompiler 0 ... Yes (0.31)
Checking if you have warnings 0 ... Yes (1.65)
Checking if you have Specio::Library::Builtins 0 ... Yes (0.48)
Checking if you have base 0 ... Yes (2.27)
Checking if you have PerlIO 0 ... Yes (1.12)
Checking if you have parent 0 ... Yes (0.241)
Checking if you have IO::File 0 ... Yes (1.52)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.70)
Checking if you have lib 0 ... Yes (0.65)
Checking if you have Test::More 0.96 ... Yes (1.302199)
Checking if you have POSIX 0 ... Yes (2.13)
Building and testing Log-Dispatch-2.71 ... cp lib/Log/Dispatch/File.pm blib/lib/Log/Dispatch/File.pm
cp lib/Log/Dispatch/Conflicts.pm blib/lib/Log/Dispatch/Conflicts.pm
cp lib/Log/Dispatch/Base.pm blib/lib/Log/Dispatch/Base.pm
cp lib/Log/Dispatch/Null.pm blib/lib/Log/Dispatch/Null.pm
cp lib/Log/Dispatch/Screen.pm blib/lib/Log/Dispatch/Screen.pm
cp lib/Log/Dispatch/Handle.pm blib/lib/Log/Dispatch/Handle.pm
cp lib/Log/Dispatch/Types.pm blib/lib/Log/Dispatch/Types.pm
cp lib/Log/Dispatch/Email.pm blib/lib/Log/Dispatch/Email.pm
cp lib/Log/Dispatch/Vars.pm blib/lib/Log/Dispatch/Vars.pm
cp lib/Log/Dispatch/ApacheLog.pm blib/lib/Log/Dispatch/ApacheLog.pm
cp lib/Log/Dispatch.pm blib/lib/Log/Dispatch.pm
cp lib/Log/Dispatch/Syslog.pm blib/lib/Log/Dispatch/Syslog.pm
cp lib/Log/Dispatch/Code.pm blib/lib/Log/Dispatch/Code.pm
cp lib/Log/Dispatch/Email/MailSend.pm blib/lib/Log/Dispatch/Email/MailSend.pm
cp lib/Log/Dispatch/Email/MailSender.pm blib/lib/Log/Dispatch/Email/MailSender.pm
cp lib/Log/Dispatch/Output.pm blib/lib/Log/Dispatch/Output.pm
cp lib/Log/Dispatch/File/Locked.pm blib/lib/Log/Dispatch/File/Locked.pm
cp lib/Log/Dispatch/Email/MailSendmail.pm blib/lib/Log/Dispatch/Email/MailSendmail.pm
cp lib/Log/Dispatch/Email/MIMELite.pm blib/lib/Log/Dispatch/Email/MIMELite.pm
Manifying 18 pod documents
PERL_DL_NONLAZY=1 "/opt/homebrew/Cellar/perl/5.38.2_1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ............................. 1/? 
#   Failed test 'use Log::Dispatch;'
#   at t/00-compile.t line 21.
#     Tried to use 'Log::Dispatch'.
#     Error:  Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
# Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
# Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
# Compilation failed in require at t/00-compile.t line 21.
# BEGIN failed--compilation aborted at t/00-compile.t line 21.

#   Failed test 'use Log::Dispatch::Code;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Code'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Code.pm line 9.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Code.pm line 9.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::Email::MailSend;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Email::MailSend'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Email.pm line 10.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Email.pm line 10.
# Compilation failed in require at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 137.
#       ...propagated at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 159.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Email/MailSend.pm line 11.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::File;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::File'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/File.pm line 10.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/File.pm line 10.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::File::Locked;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::File::Locked'.
#     Error:  Attempt to reload Log/Dispatch/File.pm aborted.
# Compilation failed in require at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 137.
#       ...propagated at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 159.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/File/Locked.pm line 10.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::Handle;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Handle'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Handle.pm line 9.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Handle.pm line 9.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::Null;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Null'.
#     Error:  Attempt to reload Log/Dispatch.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Output.pm line 10.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Output.pm line 10.
# Compilation failed in require at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 137.
#       ...propagated at /opt/homebrew/opt/perl/lib/perl5/5.38/base.pm line 159.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Null.pm line 8.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::Screen;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Screen'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Screen.pm line 11.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Screen.pm line 11.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.

#   Failed test 'use Log::Dispatch::Syslog;'
#   at t/00-compile.t line 26.
#     Tried to use 'Log::Dispatch::Syslog'.
#     Error:  Attempt to reload Params/ValidationCompiler.pm aborted.
# Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Syslog.pm line 9.
# BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Syslog.pm line 9.
# Compilation failed in require at t/00-compile.t line 26.
# BEGIN failed--compilation aborted at t/00-compile.t line 26.
# Looks like you failed 9 tests of 13.
t/00-compile.t ............................. Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/13 subtests 
        (less 4 skipped subtests: 0 okay)
t/00-report-prereqs.t ...................... # 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module               Want Have
#     -------------------- ---- ----
#     Dist::CheckConflicts 0.02 0.11
#     ExtUtils::MakeMaker   any 7.70
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.16
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     Data::Dumper         any    2.188
#     ExtUtils::MakeMaker  any     7.70
#     File::Spec           any     3.88
#     File::Temp           any   0.2311
#     FindBin              any     1.54
#     Getopt::Long         any     2.57
#     IO::File             any     1.52
#     IPC::Run3            any    0.049
#     POSIX                any     2.13
#     PerlIO               any     1.12
#     Test::Fatal          any    0.017
#     Test::More          0.96 1.302199
#     Test::Needs          any 0.002010
#     lib                  any     0.65
#     utf8                 any     1.25
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                      Want     Have
#     -------------------------- ----- --------
#     Carp                         any     1.54
#     Devel::GlobalDestruction     any     0.14
#     Dist::CheckConflicts        0.02     0.11
#     Encode                       any     3.21
#     Exporter                     any     5.77
#     Fcntl                        any     1.15
#     IO::Handle                   any     1.52
#     Module::Runtime              any    0.016
#     Params::ValidationCompiler   any     0.31
#     Scalar::Util                 any     1.63
#     Specio                      0.32     0.48
#     Specio::Declare              any     0.48
#     Specio::Exporter             any     0.48
#     Specio::Library::Builtins    any     0.48
#     Specio::Library::Numeric     any     0.48
#     Specio::Library::String      any     0.48
#     Sys::Syslog                 0.28     0.36
#     Try::Tiny                    any     0.31
#     base                         any     2.27
#     namespace::autoclean         any     0.29
#     parent                       any    0.241
#     perl                       5.006 5.038002
#     strict                       any     1.12
#     warnings                     any     1.65
# 
t/00-report-prereqs.t ...................... ok   
t/basic.t .................................. Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/basic.t line 13.
BEGIN failed--compilation aborted at t/basic.t line 13.
t/basic.t .................................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/binmode.t ................................ Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/binmode.t line 8.
BEGIN failed--compilation aborted at t/binmode.t line 8.
t/binmode.t ................................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/close-after-write.t ...................... Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/close-after-write.t line 8.
BEGIN failed--compilation aborted at t/close-after-write.t line 8.
t/close-after-write.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/email-exit.t ............................. skipped: This test only runs for the maintainer
t/file-locked.t ............................ Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/file-locked.t line 8.
BEGIN failed--compilation aborted at t/file-locked.t line 8.
t/file-locked.t ............................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/lazy-open.t .............................. Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/lazy-open.t line 8.
BEGIN failed--compilation aborted at t/lazy-open.t line 8.
t/lazy-open.t .............................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/screen.t ................................. Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Screen.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch/Screen.pm line 11.
Compilation failed in require at t/screen.t line 13.
BEGIN failed--compilation aborted at t/screen.t line 13.
t/screen.t ................................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/short-syntax.t ........................... Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/t/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/short-syntax.t line 12.
BEGIN failed--compilation aborted at t/short-syntax.t line 12.
t/short-syntax.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/syslog-lock-without-preloaded-threads.t .. Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/syslog-lock-without-preloaded-threads.t line 17.
BEGIN failed--compilation aborted at t/syslog-lock-without-preloaded-threads.t line 17.
t/syslog-lock-without-preloaded-threads.t .. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/syslog-threads.t ......................... Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/syslog-threads.t line 19.
BEGIN failed--compilation aborted at t/syslog-threads.t line 19.
t/syslog-threads.t ......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/syslog.t ................................. Can't locate Exception/Class.pm in @INC (you may need to install the Exception::Class module) (@INC entries checked: /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/arch /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /Users/yukiyoshida/perl5/lib/perl5/5.38.2/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5/5.38.2 /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level /Users/yukiyoshida/perl5/lib/perl5 /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38 /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level /opt/homebrew/opt/perl/lib/perl5/5.38 /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level /opt/homebrew/lib/perl5/site_perl/5.38 .) at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 9.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Exceptions.pm line 26.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler/Compiler.pm line 11.
Compilation failed in require at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
BEGIN failed--compilation aborted at /Users/yukiyoshida/perl5/lib/perl5/Params/ValidationCompiler.pm line 8.
Compilation failed in require at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
BEGIN failed--compilation aborted at /Users/yukiyoshida/.cpanm/work/1719311448.8813/Log-Dispatch-2.71/blib/lib/Log/Dispatch.pm line 14.
Compilation failed in require at t/syslog.t line 10.
BEGIN failed--compilation aborted at t/syslog.t line 10.
t/syslog.t ................................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Test Summary Report
-------------------
t/00-compile.t                           (Wstat: 2304 (exited 9) Tests: 13 Failed: 9)
  Failed tests:  1, 3, 5, 8-13
  Non-zero exit status: 9
t/basic.t                                (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/binmode.t                              (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/close-after-write.t                    (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/file-locked.t                          (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/lazy-open.t                            (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/screen.t                               (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/short-syntax.t                         (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/syslog-lock-without-preloaded-threads.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/syslog-threads.t                       (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/syslog.t                               (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=13, Tests=14,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.68 cusr  0.12 csys =  0.83 CPU)
Result: FAIL
Failed 11/13 test programs. 9/14 subtests failed.
make: *** [test_dynamic] Error 2
FAIL
! Installing Log::Dispatch failed. See /Users/yukiyoshida/.cpanm/work/1719311448.8813/build.log for details. Retry with --force to force install it.

after cpanm Params::ValidationCompiler::Exceptions --reinstall, cpanm Log::Dispatch -v logged

cpanm (App::cpanminus) 1.7047 on perl 5.038002 built for darwin-thread-multi-2level
Work directory is /Users/yukiyoshida/.cpanm/work/1719311745.11680
You have make /usr/bin/make
You have /opt/homebrew/bin/wget
You have /usr/bin/tar: bsdtar 3.5.3 - libarchive 3.5.3 zlib/1.2.12 liblzma/5.4.3 bz2lib/1.0.8 
You have /usr/bin/unzip
Searching Log::Dispatch () on cpanmetadb ...
--2024-06-25 19:35:45--  http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch
Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ...
Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.2.217|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 647 [text/yaml]
Saving to: ‘STDOUT’

-                      100%[===========================>]     647  --.-KB/s    in 0s      

2024-06-25 19:35:45 (61.7 MB/s) - written to stdout [647/647]

--> Working on Log::Dispatch
Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.71.tar.gz ... --2024-06-25 19:35:45--  http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.71.tar.gz
Resolving www.cpan.org (www.cpan.org)... 2a04:4e42::311, 2a04:4e42:200::311, 2a04:4e42:400::311, ...
Connecting to www.cpan.org (www.cpan.org)|2a04:4e42::311|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 72470 (71K) [application/x-gzip]
Saving to: ‘Log-Dispatch-2.71.tar.gz’

Log-Dispatch-2.71.tar. 100%[===========================>]  70.77K  --.-KB/s    in 0.03s   

2024-06-25 19:35:45 (2.03 MB/s) - ‘Log-Dispatch-2.71.tar.gz’ saved [72470/72470]

OK
Unpacking Log-Dispatch-2.71.tar.gz
x Log-Dispatch-2.71/
x Log-Dispatch-2.71/Makefile.PL
x Log-Dispatch-2.71/META.yml
x Log-Dispatch-2.71/Changes
x Log-Dispatch-2.71/CONTRIBUTING.md
x Log-Dispatch-2.71/LICENSE
x Log-Dispatch-2.71/git/
x Log-Dispatch-2.71/git/hooks/
x Log-Dispatch-2.71/git/hooks/pre-commit.sh
x Log-Dispatch-2.71/git/setup.pl
x Log-Dispatch-2.71/README.md
x Log-Dispatch-2.71/perltidyrc
x Log-Dispatch-2.71/META.json
x Log-Dispatch-2.71/CODE_OF_CONDUCT.md
x Log-Dispatch-2.71/lib/
x Log-Dispatch-2.71/lib/Log/
x Log-Dispatch-2.71/lib/Log/Dispatch/
x Log-Dispatch-2.71/lib/Log/Dispatch/Conflicts.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Base.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Syslog.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/ApacheLog.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/File/
x Log-Dispatch-2.71/lib/Log/Dispatch/File/Locked.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Null.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MIMELite.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MailSend.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MailSendmail.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Email/MailSender.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Handle.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Output.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/File.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Code.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Types.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Vars.pm
x Log-Dispatch-2.71/lib/Log/Dispatch/Screen.pm
x Log-Dispatch-2.71/lib/Log/Dispatch.pm
x Log-Dispatch-2.71/xt/
x Log-Dispatch-2.71/xt/release/
x Log-Dispatch-2.71/xt/release/cpan-changes.t
x Log-Dispatch-2.71/xt/release/meta-json.t
x Log-Dispatch-2.71/xt/author/
x Log-Dispatch-2.71/xt/author/pod-spell.t
x Log-Dispatch-2.71/xt/author/precious.t
x Log-Dispatch-2.71/xt/author/no-tabs.t
x Log-Dispatch-2.71/xt/author/portability.t
x Log-Dispatch-2.71/xt/author/mojibake.t
x Log-Dispatch-2.71/xt/author/test-version.t
x Log-Dispatch-2.71/xt/author/test-dependents.t
x Log-Dispatch-2.71/xt/author/pod-coverage.t
x Log-Dispatch-2.71/xt/author/pod-syntax.t
x Log-Dispatch-2.71/xt/author/eol.t
x Log-Dispatch-2.71/weaver.ini
x Log-Dispatch-2.71/perlcriticrc
x Log-Dispatch-2.71/cpanfile
x Log-Dispatch-2.71/t/
x Log-Dispatch-2.71/t/screen.t
x Log-Dispatch-2.71/t/00-report-prereqs.dd
x Log-Dispatch-2.71/t/close-after-write.t
x Log-Dispatch-2.71/t/sendmail
x Log-Dispatch-2.71/t/short-syntax.t
x Log-Dispatch-2.71/t/file-locked.t
x Log-Dispatch-2.71/t/00-report-prereqs.t
x Log-Dispatch-2.71/t/lib/
x Log-Dispatch-2.71/t/lib/Log/
x Log-Dispatch-2.71/t/lib/Log/Dispatch/
x Log-Dispatch-2.71/t/lib/Log/Dispatch/TestUtil.pm
x Log-Dispatch-2.71/t/email-exit.t
x Log-Dispatch-2.71/t/screen-helper.pl
x Log-Dispatch-2.71/t/syslog-threads.t
x Log-Dispatch-2.71/t/binmode.t
x Log-Dispatch-2.71/t/syslog.t
x Log-Dispatch-2.71/t/00-compile.t
x Log-Dispatch-2.71/t/email-exit-helper.pl
x Log-Dispatch-2.71/t/syslog-lock-without-preloaded-threads.t
x Log-Dispatch-2.71/t/basic.t
x Log-Dispatch-2.71/t/lazy-open.t
x Log-Dispatch-2.71/MANIFEST
x Log-Dispatch-2.71/INSTALL
x Log-Dispatch-2.71/dist.ini
x Log-Dispatch-2.71/precious.toml
x Log-Dispatch-2.71/azure-pipelines.yml
x Log-Dispatch-2.71/dev-bin/
x Log-Dispatch-2.71/dev-bin/install-xt-tools.sh
Entering Log-Dispatch-2.71
Checking configure dependencies from META.json
Checking if you have Dist::CheckConflicts 0.02 ... Yes (0.11)
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.70)
Running Makefile.PL
Configuring Log-Dispatch-2.71 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Log::Dispatch
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Checking if you have IPC::Run3 0 ... Yes (0.049)
Checking if you have Carp 0 ... Yes (1.54)
Checking if you have base 0 ... Yes (2.27)
Checking if you have File::Temp 0 ... Yes (0.2311)
Checking if you have Dist::CheckConflicts 0.02 ... Yes (0.11)
Checking if you have Data::Dumper 0 ... Yes (2.188)
Checking if you have Module::Runtime 0 ... Yes (0.016)
Checking if you have Sys::Syslog 0.28 ... Yes (0.36)
Checking if you have Try::Tiny 0 ... Yes (0.31)
Checking if you have Test::Needs 0 ... Yes (0.002010)
Checking if you have Specio::Library::Builtins 0 ... Yes (0.48)
Checking if you have Specio::Library::Numeric 0 ... Yes (0.48)
Checking if you have File::Spec 0 ... Yes (3.88)
Checking if you have Specio::Exporter 0 ... Yes (0.48)
Checking if you have namespace::autoclean 0 ... Yes (0.29)
Checking if you have Fcntl 0 ... Yes (1.15)
Checking if you have FindBin 0 ... Yes (1.54)
Checking if you have Specio::Library::String 0 ... Yes (0.48)
Checking if you have Params::ValidationCompiler 0 ... Yes (0.31)
Checking if you have warnings 0 ... Yes (1.65)
Checking if you have Encode 0 ... Yes (3.21)
Checking if you have IO::File 0 ... Yes (1.52)
Checking if you have POSIX 0 ... Yes (2.13)
Checking if you have IO::Handle 0 ... Yes (1.52)
Checking if you have Test::Fatal 0 ... Yes (0.017)
Checking if you have Specio::Declare 0 ... Yes (0.48)
Checking if you have strict 0 ... Yes (1.12)
Checking if you have Getopt::Long 0 ... Yes (2.57)
Checking if you have Test::More 0.96 ... Yes (1.302199)
Checking if you have Devel::GlobalDestruction 0 ... Yes (0.14)
Checking if you have lib 0 ... Yes (0.65)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.70)
Checking if you have PerlIO 0 ... Yes (1.12)
Checking if you have Exporter 0 ... Yes (5.77)
Checking if you have Scalar::Util 0 ... Yes (1.63)
Checking if you have utf8 0 ... Yes (1.25)
Checking if you have Specio 0.32 ... Yes (0.48)
Checking if you have parent 0 ... Yes (0.241)
Building and testing Log-Dispatch-2.71 ... cp lib/Log/Dispatch/File.pm blib/lib/Log/Dispatch/File.pm
cp lib/Log/Dispatch/Email/MailSend.pm blib/lib/Log/Dispatch/Email/MailSend.pm
cp lib/Log/Dispatch/Types.pm blib/lib/Log/Dispatch/Types.pm
cp lib/Log/Dispatch/File/Locked.pm blib/lib/Log/Dispatch/File/Locked.pm
cp lib/Log/Dispatch/Vars.pm blib/lib/Log/Dispatch/Vars.pm
cp lib/Log/Dispatch/ApacheLog.pm blib/lib/Log/Dispatch/ApacheLog.pm
cp lib/Log/Dispatch/Email.pm blib/lib/Log/Dispatch/Email.pm
cp lib/Log/Dispatch.pm blib/lib/Log/Dispatch.pm
cp lib/Log/Dispatch/Handle.pm blib/lib/Log/Dispatch/Handle.pm
cp lib/Log/Dispatch/Output.pm blib/lib/Log/Dispatch/Output.pm
cp lib/Log/Dispatch/Email/MIMELite.pm blib/lib/Log/Dispatch/Email/MIMELite.pm
cp lib/Log/Dispatch/Syslog.pm blib/lib/Log/Dispatch/Syslog.pm
cp lib/Log/Dispatch/Email/MailSender.pm blib/lib/Log/Dispatch/Email/MailSender.pm
cp lib/Log/Dispatch/Code.pm blib/lib/Log/Dispatch/Code.pm
cp lib/Log/Dispatch/Base.pm blib/lib/Log/Dispatch/Base.pm
cp lib/Log/Dispatch/Conflicts.pm blib/lib/Log/Dispatch/Conflicts.pm
cp lib/Log/Dispatch/Email/MailSendmail.pm blib/lib/Log/Dispatch/Email/MailSendmail.pm
cp lib/Log/Dispatch/Screen.pm blib/lib/Log/Dispatch/Screen.pm
cp lib/Log/Dispatch/Null.pm blib/lib/Log/Dispatch/Null.pm
Manifying 18 pod documents
PERL_DL_NONLAZY=1 "/opt/homebrew/Cellar/perl/5.38.2_1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ............................. ok    
t/00-report-prereqs.t ...................... # 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module               Want Have
#     -------------------- ---- ----
#     Dist::CheckConflicts 0.02 0.11
#     ExtUtils::MakeMaker   any 7.70
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.16
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     Data::Dumper         any    2.188
#     ExtUtils::MakeMaker  any     7.70
#     File::Spec           any     3.88
#     File::Temp           any   0.2311
#     FindBin              any     1.54
#     Getopt::Long         any     2.57
#     IO::File             any     1.52
#     IPC::Run3            any    0.049
#     POSIX                any     2.13
#     PerlIO               any     1.12
#     Test::Fatal          any    0.017
#     Test::More          0.96 1.302199
#     Test::Needs          any 0.002010
#     lib                  any     0.65
#     utf8                 any     1.25
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                      Want     Have
#     -------------------------- ----- --------
#     Carp                         any     1.54
#     Devel::GlobalDestruction     any     0.14
#     Dist::CheckConflicts        0.02     0.11
#     Encode                       any     3.21
#     Exporter                     any     5.77
#     Fcntl                        any     1.15
#     IO::Handle                   any     1.52
#     Module::Runtime              any    0.016
#     Params::ValidationCompiler   any     0.31
#     Scalar::Util                 any     1.63
#     Specio                      0.32     0.48
#     Specio::Declare              any     0.48
#     Specio::Exporter             any     0.48
#     Specio::Library::Builtins    any     0.48
#     Specio::Library::Numeric     any     0.48
#     Specio::Library::String      any     0.48
#     Sys::Syslog                 0.28     0.36
#     Try::Tiny                    any     0.31
#     base                         any     2.27
#     namespace::autoclean         any     0.29
#     parent                       any    0.241
#     perl                       5.006 5.038002
#     strict                       any     1.12
#     warnings                     any     1.65
# 
t/00-report-prereqs.t ...................... ok   
t/basic.t .................................. ok    
t/binmode.t ................................ ok   
t/close-after-write.t ...................... ok   
t/email-exit.t ............................. skipped: This test only runs for the maintainer
t/file-locked.t ............................ ok   
t/lazy-open.t .............................. ok   
t/screen.t ................................. ok   
t/short-syntax.t ........................... ok   
t/syslog-lock-without-preloaded-threads.t .. ok   
t/syslog-threads.t ......................... ok   
t/syslog.t ................................. ok   
All tests successful.
Files=13, Tests=84,  3 wallclock secs ( 0.02 usr  0.01 sys +  1.90 cusr  1.31 csys =  3.24 CPU)
Result: PASS
Manifying 18 pod documents
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Vars.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Screen.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Null.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Handle.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Types.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Code.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/File.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Conflicts.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/ApacheLog.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Syslog.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Email.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Output.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Base.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/File/Locked.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Email/MailSendmail.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Email/MIMELite.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Email/MailSend.pm
Installing /Users/yukiyoshida/perl5/lib/perl5/Log/Dispatch/Email/MailSender.pm
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Syslog.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Email::MailSendmail.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Output.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Vars.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Base.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Email::MailSender.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Email.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::ApacheLog.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Screen.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Email::MIMELite.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Types.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Null.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Code.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::File::Locked.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Handle.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::Email::MailSend.3
Installing /Users/yukiyoshida/perl5/man/man3/Log::Dispatch::File.3
Appending installation info to /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level/perllocal.pod
OK
Successfully installed Log-Dispatch-2.71
Installing /Users/yukiyoshida/perl5/lib/perl5/darwin-thread-multi-2level/.meta/Log-Dispatch-2.71/install.json
1 distribution installed

So, my lacks of dependencies were

autarch commented 2 months ago

I'm not sure exactly what's going on here. The Params-ValidationCompiler distro does include a dependency on Exception::Class, so it should have been installed. Regardless, I don't think this is a bug in Log-Dispatch, or in any of its dependencies. Otherwise lots of people would've reported this issue.

I think it's something in your local setup. But I really have no clue what the issue might be!

worthmine commented 2 months ago

I installed them for my environment with cpanm --pureperl because I wanted to use Text::Xslate::PP

Are them related with XS?

autarch commented 2 months ago

I don't think setting the --pureperl flag should cause any issues here. Certainly, Exception-Class is pure Perl. I don't know about Sub-Identify.

worthmine commented 2 months ago

Anyway, thank you for early replies.

If you think it's the end of conversations, please close here.