From: | Noah Misch <noah(at)leadboat(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | buildfarm-members(at)postgresql(dot)org, buildfarm-admins(at)postgresql(dot)org |
Subject: | Re: Moving to HTTPS |
Date: | 2017-01-07 21:55:23 |
Message-ID: | 20170107215523.GA294152@tornado.leadboat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg토토 베이SQL : Postg토토 |
On Sat, Jan 07, 2017 at 04:37:47PM -0500, Andrew Dunstan wrote:
> Here's a simple test that should help tell if your animal needs some extra
> stuff installed. Run something like this on your animal, making sure that
> the perl in your path is the one used to run the buildfarm client:
>
>
> perl -MLWP::Simple -e 'head(q{});
I get no complaint from that, but I also get no complaint from these:
perl -MLWP::Simple -e 'head(q{https://nonsense.postgresql.org});'; echo $?
perl -MLWP::Simple -e 'head(q{nonsense://nonsense});'; echo $?
Maybe use this:
perl -MData::Dumper -MLWP::Simple -e 'print Dumper [head(q{}) || "BAD"]'
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2017-01-07 22:08:01 | Re: Moving to HTTPS |
Previous Message | Andrew Dunstan | 2017-01-07 21:37:47 | Moving to HTTPS |