Todd Rinaldo

Results 207 comments of Todd Rinaldo
trafficstars

> I seem to be able to run Configure manually. How can I determine what perlbrew is passing to Configure? The answer to this was using the `-v` option.

The failure output is pretty bad here from Configure. The only thing I wonder is if perlbrew should have the smarts to know that --64all is fatal to clang on...

@sfbee please remove cover_db from this commit.

I'm declining this request because it needs to be submitted by someone else at this point.

Thank you. We'll likely just work around the issue for [elevate-cpanel](https://github.com/cpanel/elevate) customers.

Technically the only code needed for a CGI script would be: ```perl use Dancer2; use Plack::Loader; get '/' => sub { "Hello World!" }; Plack::Loader->auto->run(main->to_app); ``` The rest is how...