On Mon, May 13, 2019 at 09:04:41AM -0700, Andrew Hewus Fresh wrote: > I was reminded by bluhm@ that I had patches to update perl to the minor > 5.28.2 release ready shortly before the hackathon. I haven't had time > to do much testing of it, and unsurprisingly it seems to be mostly full > of `s/5.28.1/5.28.2/`, but there are a few bugfixes included, none of > which seem like candidates for -stable. > > I'd love to hear how your testing goes.
I had to remove .../perl/obj/* manually to make Perl compile. I have installed it on my laptop, works fine. Only one static function has been added to libperl.so.19.0. 0025b570 t S_argvout_final So I think it is correct to keep the library version. No bump required. OK bluhm@