On Sat, Oct 09, 2021 at 03:44:17PM -0400, Tom Lane wrote:
> > By the way, I suspect 93fb39e introduced a regression in the recipe. (I
> > haven't tested, though.) Before commit 93fb39e, "cpanm install IPC::Run"
> > would update Test::More. As of 5.8.3, the core version of Test::More is new
> > enough for IPC::Run but not new enough for PostgreSQL. I recommend adding
> > "cpanm install Test::More" to restore the pre-93fb39e functionality.
>
> Good point. So how about like the attached?
Fine with me.