Re: Pod "banned words" check?
[email protected] ("K.Shirakata")
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 2025/12/07 1:43, Karen Etheridge wrote: > On Fri, Dec 5, 2025 at 10:18 AM Paul "LeoNerd" Evans <[email protected]> > wrote: > >> As a British speaker, I often unwittingly write words like >> "unrecognised" in Perl code, only to later find that we standardised ^W >> standardized on US English spelling, and have to fix it. >> > > Did we? Is this a written policy? > How about perldocstyle? In https://perldoc.perl.org/perldocstyle#Choice-of-language:-American-English : ``` Choice of language: American English ```