Graham Knop
Graham Knop
The graphql for this: ``` query { repository(owner: %s, name: %s) { stargazerCount: stargazerCount watchers: watchers { totalCount } } } ``` Could be added to the tickets script rather...
There are a number of file extensions that are allowed to be overwritten, including `txt` and `json`.
To me, the current behavior is what I would expect and I would find the new behavior from this PR confusing.
The `bisect.pl` script automatically patches some parts of the perl source to fix exactly this type of problem, so you aren't going to get matching results running with and without...
By that argument, undef warnings should just be removed.
In the original example given `trim($role) eq "boss"`, there is a conversion from undef to an empty string happening, either by `trim` itself, or by the `eq` operator. If we...
`looks_like_number` does not need to convert its argument to a string. It just queries information about it. This is similar to `length`.
If we want to fatalize this, we should do it as soon as possible. The initial implementation of this was an error rather than a warning, and it broke probably...
I don't have a list of currently affected distributions, but the BBC reports from the previous change are on #21269
I think that anything living in `dist` should have all of its files needed for a CPAN release in core. This is missing the Changes file and any tooling for...