Thread
Commits
-
Remove no-longer-needed compatibility hack
- 997cd15c7c16 16.0 landed
-
Bump minimum Perl version to 5.14
- 4c1532763a00 16.0 cited
-
remove no longer necessary Perl compatibility hack
Alvaro Herrera <alvherre@alvh.no-ip.org> — 2022-10-17T08:16:49Z
Hello 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. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ "El que vive para el futuro es un iluso, y el que vive para el pasado, un imbécil" (Luis Adler, "Los tripulantes de la noche")
-
Re: remove no longer necessary Perl compatibility hack
Richard Guo <guofenglinux@gmail.com> — 2022-10-17T10:44:24Z
On Mon, Oct 17, 2022 at 4:24 PM Alvaro Herrera <alvherre@alvh.no-ip.org> 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. Since we've got rid of perl of versions before 5.10.1, I see no reason we do not do this. Thanks Richard
-
Re: remove no longer necessary Perl compatibility hack
Alvaro Herrera <alvherre@alvh.no-ip.org> — 2022-10-18T09:53:17Z
On 2022-Oct-17, Richard Guo wrote: > On Mon, Oct 17, 2022 at 4:24 PM Alvaro Herrera <alvherre@alvh.no-ip.org> > 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. Since we've got rid of perl of versions before 5.10.1, I see no > reason we do not do this. Thanks for looking! Pushed now. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ Al principio era UNIX, y UNIX habló y dijo: "Hello world\n". No dijo "Hello New Jersey\n", ni "Hello USA\n".