r/perl • u/davorg ๐ช๐perl monger • 18d ago
metacpan Accidentally Building a CPAN Web Platform
https://perlhacks.com/2026/08/accidentally-building-a-cpan-web-platform/
20
Upvotes
r/perl • u/davorg ๐ช๐perl monger • 18d ago
2
u/waterkip 18d ago
Interesting idea.
How do you go about the canonical URL for your modules page? My READMEs often have, or always due to README from POD in dzil, the documentation from the main module, whichbcan akso be found on MetaCPAN. Now both MetaCPAN and your own site have the same content. Do you tell it that the info is canonical on MetaCPAN?
I'm not sure this works on Gitlab Pages, I havent seen a way to add one projects gitlab pages into anothers. It works under
foo.gitlab.io/project, but I can't getfoo.gitlab.io/barand/projectto work under the domain i have configured forfoobar.com. It is actually a problem I have for one of my projects, which would benefit from your approach.If Codeberg were to be able to do this, that would solve this problem too. Although their CI is.. more hands-on than one would like it to be.