On Wed, Oct 25, 2023 at 11:23:01AM +0200, Oswald Buddenhagen wrote: > On Wed, Oct 25, 2023 at 02:11:20AM -0400, Jeff King wrote: > > The "//" operator was added in perl 5.10. I'm not sure what you found > > that makes you think the ship has sailed. The only hits for "//" I see > > look like the end of substitution regexes ("s/foo//" and similar). > > > grep with spaces around the operator, then you can see the instance in > git-credential-netrc.perl easily. Ah, yeah, there is one instance there. That script does not have a "use" marker, though, and we do not necessarily need or want to be as strict with contrib/ scripts, which are quite optional compared to core functionality like send-email. That said, I do suspect that requiring 5.10 or later would not be too burdensome these days. If we want to do so, then the first step would be updating the text in INSTALL, along with the "use" directives in most files. Probably d48b284183 (perl: bump the required Perl version to 5.8 from 5.6.[21], 2010-09-24) could serve as a template. -Peff