Moritz Onken
Moritz Onken
This would fix the problems we were experiencing with MooX and Catalyst::Plugin::Static::Simple
Hi, is it enough to look for XSLoader as dependency? I don't know much about XS, so please enlighten me :)
They are using .pd as file extension for pods. Not sure if we should handle that.
Technically, they are indexed and accessible (https://metacpan.org/module/CHM/PDL-2.4.11/Basic/Ufunc/ufunc.pd). The search index ignores them because they are not indexed as documentation.
Maybe that helps: https://github.com/CPAN-API/cpan-api/blob/master/lib/MetaCPAN/Document/File.pm#L217 so .pm.PL would be indexed ok. But since it doesn't contain perl code, just rename it to .pod like everything else? :)
the regex at https://github.com/CPAN-API/cpan-api/blob/master/lib/MetaCPAN/Document/File.pm#L590 matches .pm.PL.
You are missing the /i
^^ that was me :)
I got frustrated with this package so I just released https://github.com/monken/aws4-proxy. Would you mind giving it a try? It has much less dependencies and should hopefully just work for you.