Skip Menu |

Preferred bug tracker

Please email the preferred bug tracker to report your issue.

This queue is for tickets about the PPIx-Regexp CPAN distribution.

Report information
The Basics
Id: 122715
Status: resolved
Priority: 0/
Queue: PPIx-Regexp

People
Owner: Nobody in particular
Requestors: CARNIL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.052



From: CARNIL [...] cpan.org
Subject: [PATCH] Fix spelling error in manpage
Hi In Debian we are currently applying the following patch to PPIx-Regexp. We thought you might be interested in it too. Description: Fix spelling error in manpage Origin: vendor Author: Salvatore Bonaccorso <carnil@debian.org> Last-Update: 2017-08-05 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libppix-regexp-perl.git/plain/debian/patches/spelling-error-in-manpage.patch Thanks for considering, Salvatore Bonaccorso, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.

Thank you very much for the patch. I am not picky about how I accept bug reports. Either mail or RT is fine -- or a GitHub pull request for that matter, though I have not documented that. I figure if someone takes the time and effort to let me know they have hit a bump using my software, I should not put barriers in their way. I do not at the moment have good connectivity, though, so I may not respond very promptly. I have had to think a bit about this ticket, though. What it is really about is whether "none" is singular or plural. I do not at the moment have access to my copy of Strunk & White's "Elements of Style," so I do not know what (if anything) they say about it. The web site http://data.grammarbook.com/blog/singular-vs-plural/none-were-vs-none-was/ claims it can go either way, and since the antecedent (in my mind) is "parents," it is plural and needs "were." But the real purpose of documentation is to inform, and if someone hits a bump reading it, whether or not it is technically correct is not relevant. I tried it out on my wife (not a programmer) and she said she couldn't make head or tail of it. After some thought, I decided that the appropriate response was to rewrite, and the relevant paragraph became "This method returns a reference to the array of parents if any were found. If no parents were found the return is false but defined. If an error occurred the return is C<undef>." This side-steps the "none" problem, and I hope is clearer. This will be pushed to GitHub as soon as I can, and will be followed by a development release. I suspect that there will be no production release until September-ish. There is a functional change in the works, and I would like to wait for at least another development release of Perl, and a production release if possible, to see if I am tracking Perl's functionality correctly. Again, thank you very much for helping me to make my code better. Tom