Re: remove no longer necessary Perl compatibility hack

2022-10-18 Thread Alvaro Herrera
On 2022-Oct-17, Richard Guo wrote: > On Mon, Oct 17, 2022 at 4:24 PM Alvaro Herrera > wrote: > > > While messing about with Cluster.pm I noticed that we don't need the > > hack to work around lack of parent.pm in very old Perl versions, because > > we no longer support those versions (per commit

Re: remove no longer necessary Perl compatibility hack

2022-10-17 Thread Richard Guo
On Mon, Oct 17, 2022 at 4:24 PM Alvaro Herrera wrote: > While messing about with Cluster.pm I noticed that we don't need the > hack to work around lack of parent.pm in very old Perl versions, because > we no longer support those versions (per commit 4c1532763a00). Trivial > patch attached. +1.