Graham Knop

Results 57 issues of Graham Knop

When building extensions in core, ppport.h should not be needed. Update IO and Unicode-Normalize to avoid it when built in core.

This allows weak_ref with a lazy default to work if the caller captures the return value from calling the getter. Some exceptions probably need adjustment, and there are related issues,...

https://metacpan.org/pod/release/HVDS/perl-5.9.0/pod/perltoc.pod I'm not sure why this is failing. It works when I test locally.

In #toolchain, there has been discussion of establishing x_deprecated as a field to indicate deprecated modules. In the future, this could be used in search ranking. Initially though, it would...

where:UI
Volunteer needed
type:Feature
size: small

When attempting add link a PAUSE account to a metacpan account, an email is sent to the user's `@cpan.org` address which includes a randomly generated token. To link that token...

When permissions are updated, we don't automatically reflect that in the authorized flag on existing releases. If a user makes a release that isn't authorized, then acquires permissions, then re-indexed...

MetaCPAN::API is a poor choice for a package name, since there is already a module with that name on CPAN. This is confusing and could lead to weird issues if...

The favicon.ico provided by the site is the default from Mojolicious. It should be MetaCPAN's logo.

The front end will sometimes link to st.aticpan.org for directory listings, but the Content-Type is not correct. Example: https://st.aticpan.org/source/HAARG/Moo-2.004000/lib/

https://metacpan.org/release/DCANTRELL/Number-Phone-3.4001 includes a module Number::Phone::UK::Data that is 96MB. This is binary content in a `__DATA__` section. metacpan fails to index this file, eventually timing out. We should be able to...