Ricardo Signes
Ricardo Signes
I am holding off until #405 as it changes quite a bit.
Why? Uploading a .pm.gz file worked for years. `cpan Apache::AuthenIMAP` works. A bunch of the stuff in TOMC's directory is maybe better removed from the index, but unindexing things that...
From PTS 2023, we will not index these going forward. That already-indexed package will be left in place. I'll contact the author to ask them to remove it, though.
Code to reject X.pm.gz has been in place for a while, actually, these are just legacy. I've contacted the authors.
It is not clear to me whether we think there is a bug or blocker here. Maybe somebody would like to chime in on that? @tonycoz I'm looking your way…
@karenetheridge Perl does **not** rescan from the beginning when `use utf8` is encountered. Behold: ``` perl use 5.12.0; my $x = "Queensrÿche"; use utf8; my $y = "Queensrÿche"; say length...
We (Christian, Karen, and I) discussed this problem at the 2016 QAH in Rugby. One thing that came up was the BOM. The way it ties in is this: When...
Thanks, @willmcgugan, that does get me the behavior that I wanted. I really appreciate it. I'd like to ask a follow-up question, if I may. You said, "You have given...
For an example of a passing test run, you can see https://github.com/rjbs/pause/actions/runs/4894217428
I reworded the awkward commit. I also removed INDEX_WARNING stuff, which led me to find that the prelude-to-warnings text was not being included.