-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Did a fresh install in my local::lib. Running under v5.42.0 built for darwin-thread-multi-2level. After manually installing various dependencies that were reported each time I tried to run it, I got to this point:
$ http_this
FATAL: internal error - Attempt to reload Plack/Handler/Standalone.pm aborted.
Compilation failed in require at /Users/wfc/perl5/lib/perl5/Plack/Util.pm line 26.
$ cpanm Plack::Handler::Standalone
Plack::Handler::Standalone is up to date. (undef)
$ perl -e 'use Plack::Handler::Standalone;'
Can't locate HTTP/Status.pm in @inc
$ cpanm HTTP::Status
$ http_this
Exporting '.', available at:
http://127.0.0.1:7007/
Could be something weird with my particular environment. Perl is managed by Homebrew installed In /opt using the admin account and it already a couple misc CPAN modules installed before I switched to local::lib in my non-priv'd account.