-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perldoc -f s doesn't find s/// #15989
Comments
From @maukeCreated by @mauke$ perldoc -f s ... unlike m, qr, tr, which are all found. I think this is because perldoc searches perlop for X<$operator>, i.e. X<m>, =item C<s/I<PATTERN>/I<REPLACEMENT>/msixpodualngcer> X<s> should be added to this line. Perl Info
|
From @avarOn Fri, May 26, 2017 at 9:56 AM, l.mai@web.de <perlbug-followup@perl.org> wrote:
This is a regression in v5.16. On my 5.14 install: $ perldoc -f s The first bad commit is 0909e3f If you run with "-f s -l" you'll see that we're now finding 2 files, I haven't tested your proposed patch (looks like it needs a "make
|
The RT System itself - Status changed from 'new' to 'open' |
From @maukeAm 26.05.2017 um 11:23 schrieb Ævar Arnfjörð Bjarmason:
No, what you're seeing in 5.14 is the perlfunc entry for s///, which -- |
From @maukeOn Fri, 26 May 2017 02:31:00 -0700, plokinom@gmail.com wrote:
Patch pushed to blead-next as 7a66ad5. |
From @khwilliamsonThanks, closing this ticket |
@khwilliamson - Status changed from 'open' to 'pending release' |
From @khwilliamsonOn Thu, 01 Jun 2017 08:18:13 -0700, khw wrote:
Applied as 0a31ee1 -- |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release yesterday of Perl 5.28.0, this and 185 other issues have been Perl 5.28.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#131371 (status was 'resolved')
Searchable as RT131371$
The text was updated successfully, but these errors were encountered: